From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bond: burst mode hash calculation Date: Wed, 6 Dec 2017 17:42:29 -0800 Message-ID: References: <20171201000405.27870-1-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Keith Wiles To: Declan Doherty , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5ED311D8E for ; Thu, 7 Dec 2017 02:42:30 +0100 (CET) In-Reply-To: <20171201000405.27870-1-declan.doherty@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 11/30/2017 4:04 PM, Declan Doherty wrote: > change the xmit_hash functions to handle bursts of packet instead of > packet at a time. Updating effect tx_burst functions. > > Signed-off-by: Declan Doherty > Signed-off-by: Keith Wiles Hi Declan, Your other patch [1] conflicts with this one, can you please rebase this one on top of next-net? [1] d8f42bd5f407 ("net/bonding: do not drop LACPDUs on slaves Tx failure")