Re: [PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit

2018-07-04 Thread David Miller
From: Qiaobin Fu Date: Sun, 1 Jul 2018 15:16:27 -0400 > The new action inheritdsfield copies the field DS of > IPv4 and IPv6 packets into skb->priority. This enables > later classification of packets based on the DS field. > > v5: > *Update the drop counter for TC_ACT_SHOT > > v4: > *Not allow

[PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit

2018-07-01 Thread Qiaobin Fu
The new action inheritdsfield copies the field DS of IPv4 and IPv6 packets into skb->priority. This enables later classification of packets based on the DS field. v5: *Update the drop counter for TC_ACT_SHOT v4: *Not allow setting flags other than the expected ones. *Allow dumping the pure flags

Re: [PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit

2018-06-28 Thread David Miller
From: "Fu, Qiaobin" Date: Tue, 26 Jun 2018 15:58:35 + > diff --git a/include/uapi/linux/tc_act/tc_skbedit.h > b/include/uapi/linux/tc_act/tc_skbedit.h > index fbcfe27a4e6c..6de6071ebed6 100644 > --- a/include/uapi/linux/tc_act/tc_skbedit.h > +++ b/include/uapi/linux/tc_act/tc_skbedit.h > @@

[PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit

2018-06-26 Thread Fu, Qiaobin
The new action inheritdsfield copies the field DS of IPv4 and IPv6 packets into skb->priority. This enables later classification of packets based on the DS field. v5: *Update the drop counter for TC_ACT_SHOT v4: *Not allow setting flags other than the expected ones. *Allow dumping the pure flags

Re: [PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit

2018-06-21 Thread Davide Caratti
On Thu, 2018-06-21 at 15:50 +, Fu, Qiaobin wrote: > The new action inheritdsfield copies the field DS of > IPv4 and IPv6 packets into skb->priority. This enables > later classification of packets based on the DS field. > > v5: > *Update the drop counter for TC_ACT_SHOT Acked-by: Davide Carat

[PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit

2018-06-21 Thread Fu, Qiaobin
The new action inheritdsfield copies the field DS of IPv4 and IPv6 packets into skb->priority. This enables later classification of packets based on the DS field. v5: *Update the drop counter for TC_ACT_SHOT v4: *Not allow setting flags other than the expected ones. *Allow dumping the pure flags