From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 416925A8A for ; Mon, 12 Jan 2015 07:22:06 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 11 Jan 2015 22:16:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,742,1413270000"; d="scan'208";a="668271897" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga002.jf.intel.com with ESMTP; 11 Jan 2015 22:22:04 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 12 Jan 2015 14:17:34 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.182]) by shsmsx102.ccr.corp.intel.com ([169.254.2.216]) with mapi id 14.03.0195.001; Mon, 12 Jan 2015 14:17:32 +0800 From: "Zhang, Helin" To: "dev@dpdk.org" Thread-Topic: [PATCH RFC 0/7] unification of flow types and RSS offload types Thread-Index: AQHQG10waRNtxtKwUE+Y2U8lvFMPuJy8J7Aw Date: Mon, 12 Jan 2015 06:17:32 +0000 Message-ID: References: <1418974005-15536-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1418974005-15536-1-git-send-email-helin.zhang@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 RFC 0/7] unification of flow types and RSS offload types X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 06:22:06 -0000 Hello Does anybody has any more review comments or ideas for this? I will send ou= t the formal patch soon. Thanks a lot! Regards, Helin > -----Original Message----- > From: Zhang, Helin > Sent: Friday, December 19, 2014 3:27 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Liu, Jijiang; Chen, Jing D; Cao, Waterman; Richardson, = Bruce; > Patel, Rashmin N; Zhang, Helin > Subject: [PATCH RFC 0/7] unification of flow types and RSS offload types >=20 > It unifies the flow types and RSS offload types for all PMDs. > Previously flow types are defined actually for i40e, and there has differ= ent RSS > offloads tyeps for 1/10G and 40G seperately. > This is not so convenient for application development, and not good for a= dding > new PMDs. In addition, it enables new RSS offloads of 'tcp' and 'all' in = testpmd. >=20 > Helin Zhang (7): > app/test-pmd: code style fix > ethdev: code style fix > i40e: code style fix > ethdev: fix of calculating the size of flow type mask array > ethdev: unification of flow types > ethdev: unification of RSS offload types > app/testpmd: support new rss offloads >=20 > app/test-pipeline/init.c | 2 +- > app/test-pmd/cmdline.c | 104 ++++++++++++++-------- > app/test-pmd/config.c | 132 > +++++++++++++++++++--------- > examples/distributor/main.c | 9 +- > examples/ip_pipeline/init.c | 2 +- > examples/l3fwd-acl/main.c | 7 +- > lib/librte_ether/rte_eth_ctrl.h | 91 +++++++++++--------- > lib/librte_ether/rte_ethdev.h | 147 +++++++++++++-------------= ------ > lib/librte_pmd_e1000/e1000_ethdev.h | 11 +++ > lib/librte_pmd_e1000/igb_ethdev.c | 1 + > lib/librte_pmd_e1000/igb_rxtx.c | 27 ++---- > lib/librte_pmd_i40e/i40e_ethdev.c | 126 ++++++++++++++------------= - > lib/librte_pmd_i40e/i40e_ethdev.h | 50 +++++------ > lib/librte_pmd_i40e/i40e_ethdev_vf.c | 1 + > lib/librte_pmd_i40e/i40e_fdir.c | 91 ++++++++++---------- > lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 1 + > lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 11 +++ > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 27 ++---- > lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c | 1 + > lib/librte_pmd_vmxnet3/vmxnet3_ethdev.h | 6 ++ > lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c | 10 +-- > 21 files changed, 470 insertions(+), 387 deletions(-) >=20 > -- > 1.9.3