From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davide Caratti Subject: Re: [PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit Date: Thu, 21 Jun 2018 18:13:08 +0200 Message-ID: References: <38C2B0E3-E108-433B-906A-A2D72CEE4CAE@bu.edu> <264a03455daf28d33809ea77e4badc6a5ec5c9e6.camel@redhat.com> <9e0d0a90-4ad5-722f-1033-40b72c3841ed@digirati.com.br> <20180620184027.GA3446@localhost.localdomain> <8BAB2602-EBB4-4A8D-BBF4-5399CB486175@bu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Marcelo Ricardo Leitner , Michel Machado , "netdev@vger.kernel.org" , "jhs@mojatatu.com" , "xiyou.wangcong@gmail.com" To: "Fu, Qiaobin" , "davem@davemloft.net" Return-path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:49552 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932858AbeFUQNM (ORCPT ); Thu, 21 Jun 2018 12:13:12 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 2018-06-21 at 15:50 +0000, 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 Caratti