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 V2 2/2] test_plans/userspace_ethtool:remove duplicate vlan test case.
Date: Fri, 11 Feb 2022 14:26:10 +0800 [thread overview]
Message-ID: <20220211062610.2409668-2-weiyuanx.li@intel.com> (raw)
In-Reply-To: <20220211062610.2409668-1-weiyuanx.li@intel.com>
Sync remove duplicate test plans.
Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
v2:
-Remove added sleep time
test_plans/userspace_ethtool_test_plan.rst | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/test_plans/userspace_ethtool_test_plan.rst b/test_plans/userspace_ethtool_test_plan.rst
index 790e25e8..ab3fbc8f 100644
--- a/test_plans/userspace_ethtool_test_plan.rst
+++ b/test_plans/userspace_ethtool_test_plan.rst
@@ -159,41 +159,6 @@ send packet by scapy on Tester::
check tx/rx packets
EthApp> portstats 0
-Test Case: Vlan test
-====================
-
-enable vlan filter flag in main.c of dpdk's ethtool::
-
- sed -i -e '/cfg_port.txmode.mq_mode = ETH_MQ_TX_NONE;$/a\\cfg_port.rxmode.offloads|=DEV_RX_OFFLOAD_VLAN_FILTER;' examples/ethtool/ethtool-app/main.c
-
-re-compile examples/ethtool::
-
- meson configure -Dexamples=ethtool x86_64-native-linuxapp-gcc
- ninja -C x86_64-native-linuxapp-gcc
-
-Add vlan 0 to port 0 and vlan 1 to port1, send packet without vlan to port0,1
-Verify port0 and port1 received vlan packets::
-
- EthApp> vlan 0 add 0
- VLAN vid 0 added
-
- EthApp> vlan 1 add 1
- VLAN vid 1 added
-
-Send packet with vlan0,1 to port0&1. Verify port0 and port1 received vlan
-packets
-
-Send packet with vlan1,0 to port0&1. Verify port0 and port1 can not receive
-vlan packets
-
-Remove vlan 0,1 from port0&1, send packet with vlan0,1 to port0,1. Verify
-port0 and port1 can not receive vlan packet::
-
- EthApp> vlan 0 del 0
- VLAN vid 0 removed
- EthApp> vlan 1 del 1
- VLAN vid 1 removed
-
Test Case: Mac address test
===========================
Use "macaddr" command to dump port mac address and then check that dumped
--
2.25.1
next prev parent reply other threads:[~2022-02-11 6:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-11 6:26 [dts][PATCH V2 1/2] tests/userspace_ethtool:remove " Weiyuan Li
2022-02-11 6:26 ` Weiyuan Li [this message]
2022-02-27 14:35 ` [dts][PATCH V2 2/2] test_plans/userspace_ethtool:remove " 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=20220211062610.2409668-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).