mbox series

[RFC,iproute2,0/5] Initial, PoC implementation of sw datapath of tc+CT

Message ID cover.1548287070.git.mleitner@redhat.com
Headers show
Series Initial, PoC implementation of sw datapath of tc+CT | expand

Message

Marcelo Leitner Jan. 25, 2019, 2:33 a.m. UTC
Same comments as for the kernel patches. Whatever is not in accordance
to the planning RFC, is because it is still in progress.

Marcelo Ricardo Leitner (5):
  flower: add support for CT fields
  act_ct: first import
  act_ct: add support for commit flag
  act/ct: add support for force flag
  act/ct: add support for clear flag

 include/uapi/linux/pkt_cls.h      |   9 +
 include/uapi/linux/tc_act/tc_ct.h |  38 ++++
 tc/Makefile                       |   1 +
 tc/f_flower.c                     | 158 +++++++++++++-
 tc/m_ct.c                         | 337 ++++++++++++++++++++++++++++++
 5 files changed, 541 insertions(+), 2 deletions(-)
 create mode 100644 include/uapi/linux/tc_act/tc_ct.h
 create mode 100644 tc/m_ct.c