From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH] net/bonding: switch to new offloading flags Date: Wed, 14 Mar 2018 10:40:53 +0000 Message-ID: References: <20180313122444.160759-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 To: Ferruh Yigit , Declan Doherty Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6B5F01D7 for ; Wed, 14 Mar 2018 11:40:55 +0100 (CET) In-Reply-To: <20180313122444.160759-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/13/2018 12:24 PM, Ferruh Yigit wrote: > Switch from using deprecated bitfields in rxmode to offloads variable. > > Signed-off-by: Ferruh Yigit > --- > Acked-by: Radu Nicolau