From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A90481B0F9 for ; Tue, 15 Jan 2019 07:24:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2019 22:24:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,480,1539673200"; d="scan'208";a="126116024" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 14 Jan 2019 22:24:08 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 22:24:08 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 22:24:07 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.46]) with mapi id 14.03.0415.000; Tue, 15 Jan 2019 14:24:05 +0800 From: "Tu, Lijuan" To: "Peng, Yuan" , "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts] [PATCH] test_plans: Remove some discarded commands Thread-Index: AQHUq/hZU8ipzFWjlkO1yN1Uoi0u5KWv3diw Date: Tue, 15 Jan 2019 06:24:04 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA02A58@SHSMSX101.ccr.corp.intel.com> References: <1547463791-34623-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1547463791-34623-1-git-send-email-yuan.peng@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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2Y2MzUxMTgtZDRiNC00MzNiLTkyYjQtOTI5NTg1Njg4MDVkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSXptZ1BZdk9TenZQM092Rmp5XC9xbzRJUW5DeDFka0hCYjl4bVdnc3J6KzZKS21iUW1zXC9ia0o2MGdoSDU1dlpHIn0= x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] test_plans: Remove some discarded commands 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: , X-List-Received-Date: Tue, 15 Jan 2019 06:24:10 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Yuan > Sent: Monday, January 14, 2019 7:03 PM > To: dts@dpdk.org > Cc: Peng, Yuan > Subject: [dts] [PATCH] test_plans: Remove some discarded commands >=20 > Remove some discarded commands of pmdrss_hash_test_plan.rst >=20 > Signed-off-by: Peng Yuan >=20 > diff --git a/test_plans/pmdrss_hash_test_plan.rst > b/test_plans/pmdrss_hash_test_plan.rst > index 0e6aa20..c0430a0 100644 > --- a/test_plans/pmdrss_hash_test_plan.rst > +++ b/test_plans/pmdrss_hash_test_plan.rst > @@ -97,7 +97,7 @@ Testpmd configuration - 16 RX/TX queues per port >=20 > #. set hash functions, can choose symmetric or not, choose port and pack= et > type:: >=20 > - set_hash_function 0 toeplitz > + testpmd command: set_hash_global_config 0 toeplitz ipv4-other > + enable >=20 > #. start packet receive:: >=20 > @@ -129,9 +129,8 @@ Test Case: test_toeplitz_symmetric >=20 > The same with the above steps, pay attention to "set hash function", sho= uld > use:: >=20 > - set_hash_function 0 toeplitz > + set_hash_global_config 0 toeplitz ipv4-other enable > set_sym_hash_ena_per_port 0 enable > - set_sym_hash_ena_per_pctype 0 35 enable >=20 > And send packets with the same flow in different direction:: >=20 > @@ -143,12 +142,12 @@ And the hash value and queue should be the same for > these two flow . > Test Case: test_simple > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > -The same as the above two test cases. Just pay attention to set the hash > function to "simple xor" > +The same as the above test case "test_toeplitz". Just pay attention to s= et the > hash function to "simple xor" >=20 > Test Case: test_simple_symmetric > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > -The same as the above two test cases. Just pay attention to set the hash > function to "simple xor" > +The same as the above test case "test_toeplitz_symmetric". Just pay atte= ntion > to set the hash function to "simple xor" >=20 > Test Case: test_dynamic_rss_bond_config > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > @@ -156,7 +155,7 @@ This case test bond slaves will auto sync rss hash co= nfig, > it only support by fo >=20 > #. set up testpmd with fortville NICs:: >=20 > - ./testpmd -c f -n 4 -- -i --portmask 0x3 --tx-offloads=3D0x8fff > + ./testpmd -c f -n 4 -- -i >=20 > #. create bond device with mode 3:: >=20 > -- > 2.5.0