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 8215D1B14C for ; Mon, 14 Jan 2019 11:59:45 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2019 02:59:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,477,1539673200"; d="scan'208";a="138060923" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 14 Jan 2019 02:59:43 -0800 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Mon, 14 Jan 2019 19:03:11 +0800 Message-Id: <1547463791-34623-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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: Mon, 14 Jan 2019 10:59:45 -0000 Remove some discarded commands of pmdrss_hash_test_plan.rst Signed-off-by: Peng Yuan 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 #. set hash functions, can choose symmetric or not, choose port and packet type:: - set_hash_function 0 toeplitz + testpmd command: set_hash_global_config 0 toeplitz ipv4-other enable #. start packet receive:: @@ -129,9 +129,8 @@ Test Case: test_toeplitz_symmetric The same with the above steps, pay attention to "set hash function", should use:: - 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 And send packets with the same flow in different direction:: @@ -143,12 +142,12 @@ And the hash value and queue should be the same for these two flow . Test Case: test_simple ======================= -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 set the hash function to "simple xor" Test Case: test_simple_symmetric ================================= -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 attention to set the hash function to "simple xor" Test Case: test_dynamic_rss_bond_config ======================================== @@ -156,7 +155,7 @@ This case test bond slaves will auto sync rss hash config, it only support by fo #. set up testpmd with fortville NICs:: - ./testpmd -c f -n 4 -- -i --portmask 0x3 --tx-offloads=0x8fff + ./testpmd -c f -n 4 -- -i #. create bond device with mode 3:: -- 2.5.0