mbox series

[iproute2-next,0/2] PFCP support

Message ID 20240410101440.9885-1-wojciech.drewek@intel.com (mailing list archive)
Headers show
Series PFCP support | expand

Message

Wojciech Drewek April 10, 2024, 10:14 a.m. UTC
New PFCP module was accepted in the kernel together with cls_flower
changes which allow to filter the packets using PFCP specific fields [1].
Packet Forwarding Control Protocol is a 3GPP Protocol defined in
TS 29.244 [2].

Extended ip link with the support for the new PFCP device.
Add pfcp_opts support in tc-flower.

[1] https://lore.kernel.org/netdev/171196563119.11638.12210788830829801735.git-patchwork-notify@kernel.org/
[2] https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=3111

Michal Swiatkowski (1):
  f_flower: implement pfcp opts

Wojciech Drewek (1):
  ip: PFCP device support

 include/libnetlink.h         |   6 ++
 include/uapi/linux/pkt_cls.h |  14 ++++
 ip/iplink.c                  |   2 +-
 man/man8/ip-link.8.in        |  10 +++
 man/man8/tc-flower.8         |  11 +++
 tc/f_flower.c                | 126 +++++++++++++++++++++++++++++++++++
 6 files changed, 168 insertions(+), 1 deletion(-)