From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DB1D54C90 for ; Fri, 5 Oct 2018 14:58:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2018 05:58:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,344,1534834800"; d="scan'208";a="94900049" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga004.fm.intel.com with ESMTP; 05 Oct 2018 05:58:45 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 5 Oct 2018 13:58:44 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by irsmsx111.ger.corp.intel.com ([169.254.2.200]) with mapi id 14.03.0319.002; Fri, 5 Oct 2018 13:58:44 +0100 From: "Iremonger, Bernard" To: "Yigit, Ferruh" , "Lu, Wenzhuo" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [PATCH] app/testpmd: clarify flow types in port info Thread-Index: AQHUXApAJDk+F7jX6UujpnrEIXNSzaUQnfpQ Date: Fri, 5 Oct 2018 12:58:43 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D0D03D@IRSMSX107.ger.corp.intel.com> References: <20181004184408.86902-1-ferruh.yigit@intel.com> In-Reply-To: <20181004184408.86902-1-ferruh.yigit@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTk1YzA1NmYtODQ5Mi00YTEyLTlmZjctY2JiMjM3ODZjM2M3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibGFYTTZGZU0yOGJua0xTZFwvSFlMSVdCTkFwcExRVWVzQlB5cTI5M1VwajhcL1p0Zk81WHJZMEZGXC9VM1E1WWk4eiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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] app/testpmd: clarify flow types in port info 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: Fri, 05 Oct 2018 12:58:47 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, October 4, 2018 7:44 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: [PATCH] app/testpmd: clarify flow types in port info >=20 > In "show port info #" cmd output, "Supported flow types:" part is not cle= ar what > flow types are listed. >=20 > Those are flow types that hash calculation offload supported by NIC. > Updated command output as "Supported RSS offload flow types:" >=20 > Signed-off-by: Ferruh Yigit Acked-by: Bernard Iremonger