From: LihongX Ma <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: LihongX Ma <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1 1/3] framework/packet: use GTPPDUSessionContainer instead of GTP_PDUSession_ExtensionHeader
Date: Thu, 29 Oct 2020 05:47:33 +0800 [thread overview]
Message-ID: <1603921655-27071-2-git-send-email-lihongx.ma@intel.com> (raw)
In-Reply-To: <1603921655-27071-1-git-send-email-lihongx.ma@intel.com>
use the scapy module GTPPDUSessionContainer instead of local module
GTP_PDUSession_ExtensionHeader
Signed-off-by: LihongX Ma <lihongx.ma@intel.com>
---
framework/packet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/packet.py b/framework/packet.py
index 44b8e0e..dbc0058 100644
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -51,7 +51,7 @@ sys.path.append(DEP_FOLDER + '/scapy_modules')
from utils import convert_ip2int
from utils import convert_int2ip
-scapy_modules_required = {'gtp': ['GTP_U_Header', 'GTP_PDUSession_ExtensionHeader'],
+scapy_modules_required = {'gtp': ['GTP_U_Header', 'GTPPDUSessionContainer'],
'lldp': ['LLDPDU', 'LLDPDUManagementAddress'], 'Dot1BR': ['Dot1BR'], 'pfcp': ['PFCP'],
'nsh': ['NSH'], 'igmp': ['IGMP'], 'mpls': ['MPLS'], 'sctp': ['SCTP', 'SCTPChunkData']}
local_modules = [m[:-3] for m in os.listdir(DEP_FOLDER + '/scapy_modules') if (m.endswith('.py') and not m.startswith('__'))]
--
2.7.4
next prev parent reply other threads:[~2020-10-29 5:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-28 21:47 [dts] [PATCH V1 0/3] use scapy gtp instead of local gtp LihongX Ma
2020-10-28 21:47 ` LihongX Ma [this message]
2020-10-28 21:47 ` [dts] [PATCH V1 2/3] dep: remove local scapy module gtp LihongX Ma
2020-10-28 21:47 ` [dts] [PATCH V1 3/3] tests: use GTPPDUSessionContainer instead of GTP_PDUSession_ExtensionHeader LihongX Ma
2020-11-03 2:34 ` [dts] [PATCH V1 0/3] use scapy gtp instead of local gtp 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=1603921655-27071-2-git-send-email-lihongx.ma@intel.com \
--to=lihongx.ma@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).