From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 932AB1B239 for ; Wed, 10 Jan 2018 21:39:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 12:39:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,342,1511856000"; d="scan'208";a="20583989" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 12:39:44 -0800 To: Declan Doherty , dev@dpdk.org Cc: Keith Wiles References: <20171201000405.27870-1-declan.doherty@intel.com> <20180109113409.27699-1-declan.doherty@intel.com> From: Ferruh Yigit Message-ID: <5d35d977-3e27-4248-1b1a-28deed5cf920@intel.com> Date: Wed, 10 Jan 2018 20:39:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180109113409.27699-1-declan.doherty@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/bond: burst mode hash calculation 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: Wed, 10 Jan 2018 20:39:48 -0000 On 1/9/2018 11:34 AM, Declan Doherty wrote: > change the xmit_hash functions to handle bursts of packet instead of > single packets at a time, and update the affected tx_burst functions. > > Signed-off-by: Declan Doherty > Signed-off-by: Keith Wiles Applied to dpdk-next-net/master, thanks.