test suite reviews and discussions
 help / color / mirror / Atom feed
From: Weiyuan Li <weiyuanx.li@intel.com>
To: dts@dpdk.org, lijuan.tu@intel.com
Cc: Weiyuan li <weiyuanx.li@intel.com>
Subject: [dts][PATCH V1 2/2] test_plans/ipfrag_test_plan: remove dpdk code modification.
Date: Thu, 10 Feb 2022 15:44:01 +0800	[thread overview]
Message-ID: <20220210074401.449687-2-weiyuanx.li@intel.com> (raw)
In-Reply-To: <20220210074401.449687-1-weiyuanx.li@intel.com>

From: Weiyuan li <weiyuanx.li@intel.com>

Sync modify the test plan remove dpdk code modification.

Signed-off-by: Weiyuan li <weiyuanx.li@intel.com>
---
 test_plans/ipfrag_test_plan.rst | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/test_plans/ipfrag_test_plan.rst b/test_plans/ipfrag_test_plan.rst
index 2178b4db..68cf01ca 100644
--- a/test_plans/ipfrag_test_plan.rst
+++ b/test_plans/ipfrag_test_plan.rst
@@ -133,31 +133,7 @@ Prerequisites
      - The set of logical cores to execute the packet forwarding task
      - Mapping of the NIC RX queues to logical cores handling them.
 
-6. Set lpm table for IPv4 & IPv6 packet::
-
-    sed -i '/l3fwd_ipv4_route_array\[\].*{/,/^\}\;/c\\static struct l3fwd_ipv4_route l3fwd_ipv4_route_array[] = {\
-    {RTE_IPV4(100,10,0,0), 16, 1},\
-    {RTE_IPV4(100,20,0,0), 16, 1},\
-    {RTE_IPV4(100,30,0,0), 16, 0},\
-    {RTE_IPV4(100,40,0,0), 16, 0},\
-    {RTE_IPV4(100,50,0,0), 16, 1},\
-    {RTE_IPV4(100,60,0,0), 16, 1},\
-    {RTE_IPV4(100,70,0,0), 16, 0},\
-    {RTE_IPV4(100,80,0,0), 16, 0},\
-    };' examples/ip_fragmentation/main.c
-
-    sed -i '/l3fwd_ipv6_route_array\[\].*{/,/^\}\;/c\\static struct l3fwd_ipv6_route l3fwd_ipv6_route_array[] = {\
-    {{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 1},\
-    {{2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 1},\
-    {{3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 0},\
-    {{4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 0},\
-    {{5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 1},\
-    {{6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 1},\
-    {{7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 0},\
-    {{8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}, 48, 0},\
-    };' examples/ip_fragmentation/main.c
-
-And re-compile examples/ip_fragmentation::
+6. Compile examples/ip_fragmentation::
 
     meson configure -Dexamples=ip_fragmentation x86_64-native-linuxapp-gcc
     ninja -C x86_64-native-linuxapp-gcc
-- 
2.17.1


  reply	other threads:[~2022-02-10  7:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10  7:44 [dts][PATCH V1 1/2] tests/TestSuite_ipfrag: " Weiyuan Li
2022-02-10  7:44 ` Weiyuan Li [this message]
2022-02-11  3:12   ` [dts][PATCH V1 2/2] test_plans/ipfrag_test_plan: " Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220210074401.449687-2-weiyuanx.li@intel.com \
    --to=weiyuanx.li@intel.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).