From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A211CA0518; Fri, 24 Jul 2020 04:43:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71BA51D531; Fri, 24 Jul 2020 04:43:34 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 121B61C211 for ; Fri, 24 Jul 2020 04:43:32 +0200 (CEST) IronPort-SDR: 5cjiONjdcxm2FUCrOGt6/UyCAF5F0tOmJTZ3Q3VnrZQW55IHuI9gyTqgFIrWAntgu9RHVcq0AM DzEQ05b3lSuA== X-IronPort-AV: E=McAfee;i="6000,8403,9691"; a="148142812" X-IronPort-AV: E=Sophos;i="5.75,389,1589266800"; d="scan'208";a="148142812" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2020 19:43:32 -0700 IronPort-SDR: WLOvKGtHtns53whwNNbPIUS7+ptl34Ph0CvaC7spzO2xt4lg9PWI14lHZJjbYdvsmBr77VBuBY h8q/RhjwvlwQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,389,1589266800"; d="scan'208";a="393187260" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 23 Jul 2020 19:43:32 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Jul 2020 19:43:31 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Jul 2020 19:43:31 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.22]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0439.000; Fri, 24 Jul 2020 10:43:27 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: enable RSS manually according to dpdk's update Thread-Index: AQHWX/r5w89jQn8VBUmaHeU2phBFwKkWCGWg Date: Fri, 24 Jul 2020 02:43:27 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC84154@SHSMSX101.ccr.corp.intel.com> References: <20200722072209.232602-1-qimaix.xiao@intel.com> In-Reply-To: <20200722072209.232602-1-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: enable RSS manually according to dpdk's update X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts On Behalf Of Xiao Qimai > Sent: 2020=1B$BG/=1B(B7=1B$B7n=1B(B22=1B$BF|=1B(B 15:22 > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1]tests/TestSuite_cvl_fdir: enable RSS manually > according to dpdk's update >=20 > *. new version of dpdk not enables RSS as default >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_cvl_fdir.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_cvl_fdir.py b/tests/TestSuite_cvl_fdir.py in= dex > 3456830..b821961 100644 > --- a/tests/TestSuite_cvl_fdir.py > +++ b/tests/TestSuite_cvl_fdir.py > @@ -1341,6 +1341,7 @@ class TestCVLFdir(TestCase): > self.pmd_output.execute_cmd("set verbose 1") > self.pmd_output.execute_cmd("port config 0 udp_tunnel_port add v= xlan > 4789") > self.pmd_output.execute_cmd("port config 1 udp_tunnel_port add v= xlan > 4789") > + self.pmd_output.execute_cmd("port config all rss all") > # specify a fixed rss-hash-key for cvl ether > self.pmd_output.execute_cmd( > "port config 0 rss-hash-key ipv4 > 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd12 > 34abcd1234abcd1234abcd1234abcd1234abcd") > -- > 2.25.1