From: Zhimin Huang <zhiminx.huang@intel.com>
To: dts@dpdk.org
Cc: Zhimin Huang <zhiminx.huang@intel.com>
Subject: [dts][PATCH V1] framework/packet:add more gtp module suppoprt
Date: Thu, 29 Jun 2023 18:28:59 +0000 [thread overview]
Message-ID: <20230629182859.296000-1-zhiminx.huang@intel.com> (raw)
according to test suite of ice_advanced_iavf_rss_gtpu,need more gtp
module support,add required modules to the framework.
Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
framework/packet.py | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/framework/packet.py b/framework/packet.py
index 2c16e7cb..356fdc62 100644
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -50,6 +50,15 @@ scapy_modules_required = {
"GTPPDUSessionContainer",
"GTPEchoRequest",
"GTPEchoResponse",
+ "GTPHeader",
+ "GTPCreatePDPContextRequest",
+ "GTPCreatePDPContextResponse",
+ "GTPUpdatePDPContextRequest",
+ "GTPUpdatePDPContextResponse",
+ "GTPDeletePDPContextRequest",
+ "GTPDeletePDPContextResponse",
+ "GTPPDUNotificationRequest",
+ "GTPSupportedExtensionHeadersNotification",
],
"scapy.contrib.lldp": ["LLDPDU", "LLDPDUManagementAddress"],
"scapy.contrib.pfcp": ["PFCP"],
--
2.25.1
reply other threads:[~2023-06-29 10:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20230629182859.296000-1-zhiminx.huang@intel.com \
--to=zhiminx.huang@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).