From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2017 08:34:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,442,1496127600"; d="scan'208";a="113939832" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga004.jf.intel.com with ESMTP; 31 Jul 2017 08:34:31 -0700 To: Declan Doherty , Herbert Guan , dev@dpdk.org, jianbo.liu@linaro.org References: <1499932836-25309-1-git-send-email-herbert.guan@arm.com> <695a2442-0cc1-881d-6ea4-c3c4a58714ca@intel.com> From: Ferruh Yigit Message-ID: <9931410f-82c2-97ef-acbe-a72723e1b67b@intel.com> Date: Mon, 31 Jul 2017 16:34:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <695a2442-0cc1-881d-6ea4-c3c4a58714ca@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] test: fix the parameter issue of test case X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2017 15:34:34 -0000 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.