mbox series

[iproute2-next,v3,0/2] PFCP support

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

Message

Wojciech Drewek April 22, 2024, 12:05 p.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 ++
 ip/iplink.c           |   2 +-
 man/man8/ip-link.8.in |  10 ++++
 man/man8/tc-flower.8  |  11 ++++
 tc/f_flower.c         | 133 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 161 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 23, 2024, 4:40 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Mon, 22 Apr 2024 14:05:49 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,v3,1/2] ip: PFCP device support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a25f6771bef3
  - [iproute2-next,v3,2/2] f_flower: implement pfcp opts
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=976dca372e4c

You are awesome, thank you!