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 AB6C09AE8 for ; Tue, 24 Feb 2015 16:02:00 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 24 Feb 2015 06:53:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,639,1418112000"; d="scan'208";a="532094082" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by orsmga003.jf.intel.com with ESMTP; 24 Feb 2015 06:52:18 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 24 Feb 2015 23:01:18 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.46]) with mapi id 14.03.0195.001; Tue, 24 Feb 2015 23:01:17 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 0/7] unified flow types and RSS offload types Thread-Index: AQHQQEqQtIFtBG0gck6mTeV+Ii+0TZzxOODAgAumn4CAAooWAIAAmzWA Date: Tue, 24 Feb 2015 15:01:17 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8BADA73@SHSMSX104.ccr.corp.intel.com> References: <1421650577-25969-1-git-send-email-helin.zhang@intel.com> <1423034193-26966-1-git-send-email-helin.zhang@intel.com> <9BB6961774997848B5B42BEC655768F8BA84DF@SHSMSX104.ccr.corp.intel.com> <3376568.d6DK7S5IQ4@xps13> In-Reply-To: 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 0/7] unified 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: Tue, 24 Feb 2015 15:02:01 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Tuesday, February 24, 2015 9:45 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Wu, Jingjing; Chen, Jing D > Subject: RE: [dpdk-dev] [PATCH v2 0/7] unified flow types and RSS offload= types >=20 >=20 >=20 > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Monday, February 23, 2015 6:59 AM > > To: Zhang, Helin > > Cc: dev@dpdk.org; Wu, Jingjing; Chen, Jing D > > Subject: Re: [dpdk-dev] [PATCH v2 0/7] unified flow types and RSS offlo= ad types > > > > > > It unifies the flow types and RSS offload types for all PMDs. > > > > Previously flow types are defined specifically for i40e, and there > > > > has different RSS offloads tyeps for 1/10G and 40G seperately. This > > > > is not so convenient for application development, and not good for = adding > > new PMDs. > > > > In addition, it enables new RSS offloads of 'tcp' and 'all' in test= pmd. > > > > > > > > v2 changes: > > > > * Integrated with configuring hash functions. > > > > * Corrected the wrong help string of flow director parameters. > > > > * Renamed the flow types from ETH_FLOW_TYPE_ to RTE_ETH_FLOW_. > > > > * Removed useless annotations for flow type elements in rte_eth_ctr= l.h. > > > > > > > > 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 > > > > > > Acked-by: Jingjing Wu > > > > Applied, thanks > > There were some difficult merges with new flow director API and fm10K. > > Please check everything is OK. >=20 > Thank you very much! We expected that merges would be difficult, and Jing= jing planned to > work out a new version. > But, you had done that for us! Thanks for your great helps to get it bein= g merged! > We will check the master branch as a double check! >=20 > Regards, > Helin [Wu, Jingjing] add my great appreciation too. Thanks a lot.