test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 1/2] test_plans/vdev_primary_secondary_test_plan: modify testplan by DPDK change
@ 2022-03-10  8:39 Wei Ling
  0 siblings, 0 replies; only message in thread
From: Wei Ling @ 2022-03-10  8:39 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

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(-)

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
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-10  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10  8:39 [dts][PATCH V1 1/2] test_plans/vdev_primary_secondary_test_plan: modify testplan by DPDK change Wei Ling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).