From: Peng Yuan <yuan.peng@intel.com>
To: dts@dpdk.org
Cc: Peng Yuan <yuan.peng@intel.com>
Subject: [dts] [PATCH]test_plans: change mpls packet format
Date: Tue, 11 Aug 2020 13:23:55 +0000 [thread overview]
Message-ID: <1597152235-167895-1-git-send-email-yuan.peng@intel.com> (raw)
add MPLS label to MPLS packet
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst
index eb35b8c5..b2c35535 100644
--- a/test_plans/iavf_fdir_test_plan.rst
+++ b/test_plans/iavf_fdir_test_plan.rst
@@ -163,6 +163,7 @@ Prerequisites
>>> sys.path.append('/root')
>>> from pfcp import PFCP
>>> from scapy.contrib.gtp import *
+ >>> from scapy.contrib.mpls import *
Default parameters
@@ -1446,7 +1447,7 @@ Subcase 1: L2 Ethertype queue index
6. send a mismatched packet::
- sendp([Ether(dst="00:11:22:33:44:55",type=0x8847)],iface="enp134s0f1")
+ sendp([Ether(dst="00:11:22:33:44:55",type=0x8847)/MPLS(label=0xee456)/IP()],iface="enp134s0f1")
check the packet received has not FDIR matched ID.
--
2.17.1
next reply other threads:[~2020-08-11 6:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-11 13:23 Peng Yuan [this message]
2020-08-13 3:04 ` 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=1597152235-167895-1-git-send-email-yuan.peng@intel.com \
--to=yuan.peng@intel.com \
--cc=dts@dpdk.org \
/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).