From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 770E05F2B for ; Thu, 18 Oct 2018 08:44:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2018 23:44:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,395,1534834800"; d="scan'208,217";a="273424542" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 17 Oct 2018 23:44:21 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Oct 2018 23:44:20 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Oct 2018 23:44:20 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.111]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.183]) with mapi id 14.03.0319.002; Thu, 18 Oct 2018 14:42:53 +0800 From: "Peng, Yuan" To: Adrien Mazarguil CC: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: a doubt about rss types action in rte_flow Thread-Index: AdRmrcmR6hQ/EchmS9uU6dHIUb3wNQ== Date: Thu, 18 Oct 2018 06:42:52 +0000 Message-ID: <67D543A150B29E4CAAE53918F64EDAEA37627F5A@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] a doubt about rss types action in rte_flow 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: Thu, 18 Oct 2018 06:44:23 -0000 Hi Adrien, I have a doubt about the action rss types in rte_flow. testpmd> flow create 0 ingress pattern end actions rss types end / end what is the expected function of the command? Does it mean enable RSS in no types? So actually it can disable rss all? There are different execution result of the command from our different NICs= . Some NICs report error: Caught error type 2 (flow rule (handle)): Failed to create flow.: Invalid a= rgument With some NICs, the command can be executed successfully, and disable rss f= unction for all packet types. Could you help to solve my questions? Thank you. Yuan.