CloudNativeDataPlane / cndp

Cloud Native Data Plane (CNDP) is a collection of user space libraries to accelerate packet processing for cloud applications using AF_XDP sockets as the primary I/O..
BSD 3-Clause "New" or "Revised" License
90 stars 32 forks source link

GTP-u graph node for the CNET networking stack #220

Open KeithWiles opened 2 years ago

KeithWiles commented 2 years ago

Difficulty: Fairly hard as one needs to learn CNDP graph node library and GTP-u protocol.

Description: GTP-u graph node for CNET a CNDP graph node-based network stack (IPv4/UDP/TCP)

TODO: Add more information.

maryamtahhan commented 2 years ago

GTP-U uses UDP as a transport, so from a graph POV anything with a DST UDP address of 2152 should get filtered to the GTP-U node(s), there's some more useful info here also https://www.etsi.org/deliver/etsi_ts/129200_129299/129281/08.00.00_60/ts_129281v080000p.pdf re header format and what not... We may want to consider a separate encap and decap node as they may sit in different points of the graph