Re: [PATCH net-next v6 0/4] net/sched: Introduce tc connection tracking

2019-07-11 Thread Paul Blakey
On 7/9/2019 10:14 PM, David Miller wrote: > From: Paul Blakey > Date: Tue, 9 Jul 2019 10:30:47 +0300 > >> This patch series add connection tracking capabilities in tc sw datapath. >> It does so via a new tc action, called act_ct, and new tc flower classifier >> matching >> on conntrack state, m

Re: [PATCH net-next v6 0/4] net/sched: Introduce tc connection tracking

2019-07-09 Thread David Miller
From: Paul Blakey Date: Tue, 9 Jul 2019 10:30:47 +0300 > This patch series add connection tracking capabilities in tc sw datapath. > It does so via a new tc action, called act_ct, and new tc flower classifier > matching > on conntrack state, mark and label. ... Ok, I applied this, but two thi

[PATCH net-next v6 0/4] net/sched: Introduce tc connection tracking

2019-07-09 Thread Paul Blakey
Hi, This patch series add connection tracking capabilities in tc sw datapath. It does so via a new tc action, called act_ct, and new tc flower classifier matching on conntrack state, mark and label. Usage is as follows: $ tc qdisc add dev ens1f0_0 ingress $ tc qdisc add dev ens1f0_1 ingress $ t