From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A92411B2C6 for ; Wed, 17 Jan 2018 20:24:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2018 11:24:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,372,1511856000"; d="scan'208";a="20565823" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 17 Jan 2018 11:24:05 -0800 To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Moti Haimovsky Cc: stephen@networkplumber.org, dev@dpdk.org References: <1515595223-36144-1-git-send-email-motih@mellanox.com> <1516199413-134187-1-git-send-email-motih@mellanox.com> <20180117173024.pt3lctiu4uug2iyh@bidouze.vm.6wind.com> From: Ferruh Yigit Message-ID: Date: Wed, 17 Jan 2018 19:24:04 +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: <20180117173024.pt3lctiu4uug2iyh@bidouze.vm.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4 1/2] net/failsafe: use new Tx offloads API 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, 17 Jan 2018 19:24:08 -0000 On 1/17/2018 5:30 PM, Gaƫtan Rivet wrote: > Hi Moti, > > On Wed, Jan 17, 2018 at 04:30:12PM +0200, Moti Haimovsky wrote: >> Ethdev Tx offloads API has changed since: >> commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") >> This commit adds support for the new Tx offloads API. >> >> Signed-off-by: Moti Haimovsky >> --- >> V4: >> Modifications according to inputs from Gaetan Rivet in reply to >> 1515595223-36144-1-git-send-email-motih@mellanox.com >> >> V3: >> Modifications according to inputs from Stephen Hemminger >> * Removed unnecessary initialization of tx_queue_offload_capa >> >> V2: >> * Fixed coding style warnings. > > For both patches: > > Acked-by: Gaetan Rivet Series applied to dpdk-next-net/master, thanks.