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 7E3CE559A for ; Tue, 29 Mar 2016 13:26:28 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 29 Mar 2016 04:26:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,410,1455004800"; d="scan'208";a="75124230" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga004.fm.intel.com with ESMTP; 29 Mar 2016 04:26:26 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.239]) by IRSMSX101.ger.corp.intel.com ([169.254.1.157]) with mapi id 14.03.0248.002; Tue, 29 Mar 2016 12:26:26 +0100 From: "Mcnamara, John" To: Jerin Jacob , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH v2 1/2] ethdev: add tunnel and port RSS offload types Thread-Index: AQHRia0jtsGDwsAV0Ua3q4bLJQBB+Z9wR5cw Date: Tue, 29 Mar 2016 11:26:25 +0000 Message-ID: References: <1459014937-852-1-git-send-email-jerin.jacob@caviumnetworks.com> <1459250409-5123-1-git-send-email-jerin.jacob@caviumnetworks.com> <1459250409-5123-2-git-send-email-jerin.jacob@caviumnetworks.com> In-Reply-To: <1459250409-5123-2-git-send-email-jerin.jacob@caviumnetworks.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTRjZWJiZTEtMDcxYS00NDJmLWI1ODAtMDIxMzdhNzU2YWNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InVnOEpzNFdWSk1UK0dhSTQ1OEE0MURjZGNiNTZFREFzZU5kXC92eVNSSmkwPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/2] ethdev: add tunnel and port 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, 29 Mar 2016 11:26:28 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob > Sent: Tuesday, March 29, 2016 12:20 PM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Richardson, Bruce > ; Jerin Jacob > Subject: [dpdk-dev] [PATCH v2 1/2] ethdev: add tunnel and port RSS offloa= d > types >=20 > ... > > - "port config all rss (all|ip|tcp|udp|sctp|ether|none)\n" > + "port config all rss (all|ip|tcp|udp|sctp|ether|port|vxlan|geneve|nvg= re|none)\n" Hi, Just a reminder that if the testpmd interface is changed you need to update= the testpmd documentation as well. John=20