From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] test: fix the parameter issue of test case Date: Mon, 31 Jul 2017 16:34:31 +0100 Message-ID: <9931410f-82c2-97ef-acbe-a72723e1b67b@intel.com> References: <1499932836-25309-1-git-send-email-herbert.guan@arm.com> <695a2442-0cc1-881d-6ea4-c3c4a58714ca@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Declan Doherty , Herbert Guan , dev@dpdk.org, jianbo.liu@linaro.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4186A9173 for ; Mon, 31 Jul 2017 17:34:34 +0200 (CEST) In-Reply-To: <695a2442-0cc1-881d-6ea4-c3c4a58714ca@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/25/2017 10:46 AM, Declan Doherty wrote: > On 13/07/2017 9:00 AM, Herbert Guan wrote: >> When test case "test_balance_l23_tx_burst_ipv4_toggle_ip_addr" is >> calling balance_l23_tx_burst(), the ip_addr instead of mac_addr >> should be toggled according to the test name. Fixes: 92073ef961ee ("bond: unit tests") Cc: stable@dpdk.org >> >> Signed-off-by: Herbert Guan Acked-by: Jianbo Liu > Acked-by: Declan Doherty Applied to dpdk-next-net/master, thanks.