[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240415125000.12846-1-wojciech.drewek@intel.com>
Date: Mon, 15 Apr 2024 14:49:58 +0200
From: Wojciech Drewek <wojciech.drewek@...el.com>
To: netdev@...r.kernel.org
Cc: dsahern@...il.com,
stephen@...workplumber.org
Subject: [PATCH iproute2-next v2 0/2] PFCP support
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(-)
--
2.40.1
Powered by blists - more mailing lists