[dts][PATCH V1 3/7] test_plans/vhost_virtio_pmd_interrupt: Delete modify l3fwd-power example code

Lingli Chen linglix.chen at intel.com
Tue Nov 16 15:51:26 CET 2021


Delete modify l3fwd-power example code.

Signed-off-by: Lingli Chen <linglix.chen at intel.com>
---
 .../vhost_virtio_pmd_interrupt_test_plan.rst     | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst b/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst
index a86b139a..5c4fbf94 100644
--- a/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst
+++ b/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst
@@ -43,22 +43,6 @@ Prerequisites
 =============
 
 Test ENV preparation: Kernel version > 4.8.0, mostly linux distribution don't support vfio-noiommu mode by default, so testing this case need rebuild kernel to enable vfio-noiommu.
-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 flow
 =========
-- 
2.33.1



More information about the dts mailing list