From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B26011B2C2 for ; Thu, 18 Jan 2018 16:12:12 +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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2018 07:12:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,378,1511856000"; d="scan'208";a="20786221" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jan 2018 07:12:09 -0800 To: =?UTF-8?Q?Micha=c5=82_Krawczyk?= Cc: Rafal Kozik , dev@dpdk.org, Marcin Wojtas , "Tzalik, Guy" , "Schmeilin, Evgeny" , "Matushevsky, Alexander" , "Chauskin, Igor" References: <1516103563-9275-2-git-send-email-rk@semihalf.com> <1516177424-8613-1-git-send-email-rk@semihalf.com> From: Ferruh Yigit Message-ID: <59b5055b-e244-cf07-933e-261ebbc7c080@intel.com> Date: Thu, 18 Jan 2018 15:12:09 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/ena: convert to 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: Thu, 18 Jan 2018 15:12:13 -0000 On 1/18/2018 2:59 PM, MichaƂ Krawczyk wrote: > 2018-01-18 15:53 GMT+01:00 Ferruh Yigit >: > > On 1/17/2018 8:23 AM, Rafal Kozik wrote: > > Ethdev Tx offloads API has changed since: > > > > commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") > > > > This commit support the new Tx offloads API. Queue configuration > > is stored in ena_ring.offloads. During preparing mbufs for tx, offloads are > > allowed only if appropriate flags in this field are set. > > > > Signed-off-by: Rafal Kozik > > > Series > Reviewed-by: Ferruh Yigit Acked-by: Michal Krawczyk Series applied to dpdk-next-net/master, thanks. (Welcome Rafal!)