mbox series

[iproute2-next,v2,0/3] L2TPv3 support in tc-flower

Message ID 20221005104432.369341-1-wojciech.drewek@intel.com (mailing list archive)
Headers show
Series L2TPv3 support in tc-flower | expand

Message

Wojciech Drewek Oct. 5, 2022, 10:44 a.m. UTC
This patchset implements support for matching
on L2TPv3 session id using tc-flower.
First two patches are uapi updates.

Kernel changes (merged):
https://lore.kernel.org/netdev/166365901622.22752.10799448124008445080.git-patchwork-notify@kernel.org/

v2: workaround for IPPROTO_L2TP definition in f_flower.c

Wojciech Drewek (3):
  uapi: move IPPROTO_L2TP to in.h
  uapi: Add TCA_FLOWER_KEY_L2TPV3_SID
  f_flower: Introduce L2TPv3 support

 include/uapi/linux/in.h      |  2 ++
 include/uapi/linux/l2tp.h    |  2 --
 include/uapi/linux/pkt_cls.h |  2 ++
 man/man8/tc-flower.8         | 11 ++++++--
 tc/f_flower.c                | 49 +++++++++++++++++++++++++++++++++++-
 5 files changed, 61 insertions(+), 5 deletions(-)

Comments

Guillaume Nault Oct. 6, 2022, 12:09 p.m. UTC | #1
On Wed, Oct 05, 2022 at 12:44:29PM +0200, Wojciech Drewek wrote:
> This patchset implements support for matching
> on L2TPv3 session id using tc-flower.
> First two patches are uapi updates.

Patches 1 and 2 can be dropped since iproute2-next has updated its
kernel headers with commit 5e42ff10b12a ("Update kernel headers").