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 -- 2.20.1