From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2018 03:40:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,469,1515484800"; d="scan'208";a="211445072" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.16]) ([10.237.221.16]) by fmsmga005.fm.intel.com with ESMTP; 14 Mar 2018 03:40:53 -0700 To: Ferruh Yigit , Declan Doherty Cc: dev@dpdk.org References: <20180313122444.160759-1-ferruh.yigit@intel.com> From: Radu Nicolau Message-ID: Date: Wed, 14 Mar 2018 10:40:53 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180313122444.160759-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH] net/bonding: switch to new offloading flags 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, 14 Mar 2018 10:40:56 -0000 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