From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH v2] net/bonding: switch to new offloading API Date: Fri, 6 Apr 2018 10:57:20 +0100 Message-ID: <31978034-c195-8b10-1d00-8eedbe9018ca@intel.com> References: <20180313122444.160759-1-ferruh.yigit@intel.com> <20180322181324.73007-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Thomas Monjalon , Matan Azrad To: Ferruh Yigit , Declan Doherty Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D48541CE96 for ; Fri, 6 Apr 2018 11:57:23 +0200 (CEST) In-Reply-To: <20180322181324.73007-1-ferruh.yigit@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 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