From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1C8401B748 for ; Tue, 3 Apr 2018 17:15:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2018 08:15:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,401,1517904000"; d="scan'208";a="40366823" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 03 Apr 2018 08:15:36 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 3 Apr 2018 08:15:35 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.108]) with mapi id 14.03.0319.002; Tue, 3 Apr 2018 23:15:02 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Dai, Wei" , "Lu, Wenzhuo" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/2] net/e1000: convert to new Rx/Tx offloads API Thread-Index: AQHTyvdQNnFWiLyzzk6v0b6bgTM1W6PvDJiQgAAZXuA= Date: Tue, 3 Apr 2018 15:15:02 +0000 Message-ID: References: <20180301185431.26204-1-wei.dai@intel.com> <20180403025456.735-1-wei.dai@intel.com> <039ED4275CED7440929022BC67E7061153178605@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E7061153178605@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/2] net/e1000: convert to new Rx/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: Tue, 03 Apr 2018 15:15:38 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Tuesday, April 3, 2018 9:42 PM > To: Dai, Wei; Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/2] net/e1000: convert to new Rx/Tx > offloads API >=20 >=20 >=20 > > -----Original Message----- > > From: Dai, Wei > > Sent: Tuesday, April 3, 2018 10:55 AM > > To: Lu, Wenzhuo ; Zhang, Qi Z > > > > Cc: dev@dpdk.org; Dai, Wei > > Subject: [PATCH v2 0/2] net/e1000: convert to new Rx/Tx offloads API > > > > This patch set convert net/e1000 to new Rx/Tx offloads API. > > All Rx offloads are per port features. > > All Tx offloads of e1000 are per queue and also per packet as they are > > enabled in Tx descriptor. > > In the new offload API, per queue offload only need to be set in > > queue_setup(). So if the maimum number of queues is only one in Rx or > > Tx path, let all offloads in the path are per queue for better convenie= nce. > > > > --- > > v2: add offloads checking > > > > > > Wei Dai (2): > > net/e1000: convert to new Rx offloads API > > net/e1000: convert to new Tx offloads API > > > > drivers/net/e1000/e1000_ethdev.h | 14 ++++ > > drivers/net/e1000/em_ethdev.c | 58 ++++++++++---- > > drivers/net/e1000/em_rxtx.c | 155 > > +++++++++++++++++++++++++++++++++--- > > drivers/net/e1000/igb_ethdev.c | 60 +++++++------- > > drivers/net/e1000/igb_rxtx.c | 167 > > +++++++++++++++++++++++++++++++++++---- > > 5 files changed, 385 insertions(+), 69 deletions(-) > > > > -- > > 2.9.5 >=20 > Acked-by: Qi Zhang Series applied to dpdk-next-net-intel, thanks! /Helin