From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/bonding: switch to new offloading API Date: Fri, 6 Apr 2018 11:18:40 +0100 Message-ID: <67c062ab-be7c-8ec9-fde9-314711e0e0b7@intel.com> References: <20180313122444.160759-1-ferruh.yigit@intel.com> <20180322181324.73007-1-ferruh.yigit@intel.com> <31978034-c195-8b10-1d00-8eedbe9018ca@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Thomas Monjalon , Matan Azrad To: Radu Nicolau , Declan Doherty Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1D3AD1CE24 for ; Fri, 6 Apr 2018 12:18:45 +0200 (CEST) In-Reply-To: <31978034-c195-8b10-1d00-8eedbe9018ca@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 4/6/2018 10:57 AM, Radu Nicolau wrote: > > On 3/22/2018 6:13 PM, Ferruh Yigit wrote: >> Switch to new ethdev offloading API. >> >> Signed-off-by: Ferruh Yigit >> --- >> Cc: Radu Nicolau >> Cc: Matan Azrad >> >> v2: >> * added [rt]x_queue_offload_capa to driver internal struct >> * increased [rt]x_offload_capa size to 64bit as same as ethdev >> --- >> > Acked-by: Radu Nicolau