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

2019-06-30 Thread Paul Blakey
On 6/24/2019 8:59 PM, Cong Wang wrote: > On Thu, Jun 20, 2019 at 6:43 AM Paul Blakey wrote: >> 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, mar

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

2019-06-24 Thread Cong Wang
On Thu, Jun 20, 2019 at 6:43 AM Paul Blakey wrote: > > 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. Thanks for more detailed descrip

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

2019-06-20 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