Re: [RFC PATCH net-next 6/6 v2] net/sched: act_ct: Add tc recirc id set/del support

2019-01-30 Thread Paul Blakey
On 29/01/2019 20:12, Marcelo Leitner wrote: > On Tue, Jan 29, 2019 at 10:02:06AM +0200, Paul Blakey wrote: >> Set or clears (free) the skb tc recirc id extension. >> If used with OVS, OVS can clear this recirc id after it reads it. >> >> Signed-off-by: Paul Blakey >> --- >> include/net/tc_act/

Re: [RFC PATCH net-next 6/6 v2] net/sched: act_ct: Add tc recirc id set/del support

2019-01-29 Thread Marcelo Leitner
On Tue, Jan 29, 2019 at 10:02:06AM +0200, Paul Blakey wrote: > Set or clears (free) the skb tc recirc id extension. > If used with OVS, OVS can clear this recirc id after it reads it. > > Signed-off-by: Paul Blakey > --- > include/net/tc_act/tc_ct.h| 2 ++ > include/uapi/linux/tc_act/tc

[RFC PATCH net-next 6/6 v2] net/sched: act_ct: Add tc recirc id set/del support

2019-01-29 Thread Paul Blakey
Set or clears (free) the skb tc recirc id extension. If used with OVS, OVS can clear this recirc id after it reads it. Signed-off-by: Paul Blakey --- include/net/tc_act/tc_ct.h| 2 ++ include/uapi/linux/tc_act/tc_ct.h | 2 ++ net/sched/act_ct.c| 18 ++ 3