[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190329204438.68777-1-ldir@darbyshire-bryant.me.uk>
Date: Fri, 29 Mar 2019 20:45:06 +0000
From: Kevin 'ldir' Darbyshire-Bryant <ldir@...byshire-bryant.me.uk>
To: Kevin 'ldir' Darbyshire-Bryant <ldir@...byshire-bryant.me.uk>
CC: "jhs@...atatu.com" <jhs@...atatu.com>,
"jiri@...nulli.us" <jiri@...nulli.us>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"xiyou.wangcong@...il.com" <xiyou.wangcong@...il.com>
Subject: [RFC net-next 0/1] net: sched: Introduce conntrack action
Hi Cong,
OK, so I've renamed conndscp to conntrack and hopefully this are
flexible enough for future conntrack->skb operations to be added in the
future. How does this one fly?
Cheers,
Kevin
Kevin Darbyshire-Bryant (1):
net: sched: Introduce conntrack action
include/net/tc_act/tc_conntrack.h | 19 ++
include/uapi/linux/pkt_cls.h | 1 +
include/uapi/linux/tc_act/tc_conntrack.h | 30 ++
net/sched/Kconfig | 13 +
net/sched/Makefile | 1 +
net/sched/act_conntrack.c | 324 ++++++++++++++++++++++
tools/testing/selftests/tc-testing/config | 1 +
7 files changed, 389 insertions(+)
create mode 100644 include/net/tc_act/tc_conntrack.h
create mode 100644 include/uapi/linux/tc_act/tc_conntrack.h
create mode 100644 net/sched/act_conntrack.c
--
2.20.1 (Apple Git-117)
Powered by blists - more mailing lists