On 7/19/18 10:07 AM, Qiaobin Fu 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. > > v4: > * Make tc use netlink helper functions > > v3: > * Make flag represented in JSON output as a null value > > v2: > * Align the output syntax with the input syntax > > * Fix the style issues > > Original idea by Jamal Hadi Salim <j...@mojatatu.com> > > Signed-off-by: Qiaobin Fu <qiaob...@bu.edu> > Reviewed-by: Michel Machado <mic...@digirati.com.br> > Reviewed-by: Cong Wang <xiyou.wangc...@gmail.com> > Reviewed-by: Marcelo Ricardo Leitner <marcelo.leit...@gmail.com> > Reviewed-by: Stephen Hemminger <step...@networkplumber.org> > Reviewed-by: David Ahern <dsah...@gmail.com> > --- > > Note that the motivation for this patch is found in the following discussion: > https://www.spinics.net/lists/netdev/msg501061.html > --- > tc/m_skbedit.c | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) >
applied to iproute2-next. Thanks