test suite reviews and discussions
 help / color / mirror / Atom feed
* [DTS][PATCH V1 0/2] Updating packet module for new util functions and packet types.
@ 2023-07-04  6:47 Ke Xu
  2023-07-04  6:47 ` [V1][DTS 1/2] framework/packet: Add GTPU and GENEVE support for packet module Ke Xu
  2023-07-04  6:47 ` [V1][DTS 2/2] framework/packet: Update packet module for new methods Ke Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Ke Xu @ 2023-07-04  6:47 UTC (permalink / raw)
  To: dts; +Cc: ke1.xu, lijuan.tu, zhiminx.huang

Packet module is designed to support packet organizing, analyzing and
 processing of different packet types. This patch introduced several
 new functions and supported new packet types in this module.

Added support for GTPU and GENEVE packet. Packet module only supports
 limited tunneling layers like VxLAN, GRE. New packet types are required
 in recent DPDK releases and GTPU and GENEVE are required to be added.

Added new util functions. Packet module introduced several util functions
 for writing packets into files, getting and increasing IP addresses,
 getting ether types and so on. As more packet types are introduced, some
 other util functions are required. This patch implemented a set of packet
 layer indexing, packet payload, segment and checksum checking. This patch
 also fixed some bad doc strings.

Ke Xu (2):
  framework/packet: Add GTPU and GENEVE support for packet module.
  framework/packet: Update packet module for new methods.

 framework/packet.py | 864 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 860 insertions(+), 4 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-04  6:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04  6:47 [DTS][PATCH V1 0/2] Updating packet module for new util functions and packet types Ke Xu
2023-07-04  6:47 ` [V1][DTS 1/2] framework/packet: Add GTPU and GENEVE support for packet module Ke Xu
2023-07-04  6:47 ` [V1][DTS 2/2] framework/packet: Update packet module for new methods Ke Xu

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).