Re: [RFC PATCH net-next 1/6 v2] net/sched: Introduce act_ct

2019-02-04 Thread Simon Horman
[Repost without HTML; sorry about that] On Sun, Feb 03, 2019 at 08:26:23AM +, Paul Blakey wrote: > > > On 01/02/2019 15:23, Marcelo Leitner wrote: > > On Tue, Jan 29, 2019 at 10:02:01AM +0200, Paul Blakey wrote: > > ... > >> diff --git a/include/uapi/linux/tc_act/tc_ct.h > >> b/include/uapi

Re: [RFC PATCH net-next 1/6 v2] net/sched: Introduce act_ct

2019-02-03 Thread Paul Blakey
On 01/02/2019 15:23, Marcelo Leitner wrote: > On Tue, Jan 29, 2019 at 10:02:01AM +0200, Paul Blakey wrote: > ... >> diff --git a/include/uapi/linux/tc_act/tc_ct.h >> b/include/uapi/linux/tc_act/tc_ct.h >> new file mode 100644 >> index 000..6dbd771 >> --- /dev/null >> +++ b/include/uapi/linu

Re: [RFC PATCH net-next 1/6 v2] net/sched: Introduce act_ct

2019-02-01 Thread Marcelo Leitner
On Tue, Jan 29, 2019 at 10:02:01AM +0200, Paul Blakey wrote: ... > diff --git a/include/uapi/linux/tc_act/tc_ct.h > b/include/uapi/linux/tc_act/tc_ct.h > new file mode 100644 > index 000..6dbd771 > --- /dev/null > +++ b/include/uapi/linux/tc_act/tc_ct.h > @@ -0,0 +1,29 @@ > +/* SPDX-License-Id

[RFC PATCH net-next 1/6 v2] net/sched: Introduce act_ct

2019-01-29 Thread Paul Blakey
Act ct will send packets to conntrack on a specific zone, and when commiting a connection, a ct label and ct mark can be set. Signed-off-by: Paul Blakey --- include/net/tc_act/tc_ct.h| 37 +++ include/uapi/linux/tc_act/tc_ct.h | 29 +++ net/sched/Kconfig | 11 + net/sc