[V1,1/2] test_plans/vdev_primary_secondary_test_plan: modify testplan by DPDK change

Message ID 20220310083949.494546-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series modify testplan and testsuite by DPDK change |

Commit Message

Ling, WeiX March 10, 2022, 8:39 a.m. UTC
  By DPDK change(commit 1c839246f9), no need to modify DPDK code to test,
so delete modify DPDK code steps in testplan.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 .../vdev_primary_secondary_test_plan.rst      | 21 -------------------
 1 file changed, 21 deletions(-)
  

Patch

diff --git a/test_plans/vdev_primary_secondary_test_plan.rst b/test_plans/vdev_primary_secondary_test_plan.rst
index b9ffd030..b98d2d04 100644
--- a/test_plans/vdev_primary_secondary_test_plan.rst
+++ b/test_plans/vdev_primary_secondary_test_plan.rst
@@ -53,22 +53,6 @@  Prerequisites
 Assuming that DPDK build has been set up and the multi-process sample
 applications have been built. It is also assumed that a traffic generator has
 been configured and plugged in to the NIC ports 0 and 1.
-Also need modify l3fwd-power example code and recompile::
-
-        --- a/examples/l3fwd-power/main.c
-        +++ b/examples/l3fwd-power/main.c
-        @@ -245,10 +245,9 @@ uint16_t nb_lcore_params = RTE_DIM(lcore_params_array_default);
-
-         static struct rte_eth_conf port_conf = {
-                .rxmode = {
-        -               .mq_mode        = ETH_MQ_RX_RSS,
-        +               .mq_mode        = ETH_MQ_RX_NONE,
-                        .max_rx_pkt_len = RTE_ETHER_MAX_LEN,
-                        .split_hdr_size = 0,
-        -               .offloads = DEV_RX_OFFLOAD_CHECKSUM,
-                },
-                .rx_adv_conf = {
-                        .rss_conf = {
 
 Test Methodology
 ----------------
@@ -142,11 +126,6 @@  between processes, so proper rollback action should be considered.
 Test Case 1: Virtio-pmd primary and secondary process symmetric test
 ====================================================================
 
-SW preparation: Change one line of the symmetric_mp sample and rebuild::
-
-    vi ./examples/multi_process/symmetric_mp/main.c
-    -.offloads = DEV_RX_OFFLOAD_CHECKSUM,
-
 1. Bind one port to vfio-pci, launch testpmd by below command::
 
     ./<build_target>/app/dpdk-testpmd -l 1-6 -n 4 --file-prefix=vhost --vdev 'net_vhost,iface=vhost-net,queues=2,client=1' --vdev 'net_vhost1,iface=vhost-net1,queues=2,client=1'  -- -i --nb-cores=4 --rxq=2 --txq=2 --txd=1024 --rxd=1024