From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next V2 0/2] net/sched: Add hardware specific counters to TC actions Date: Mon, 24 Sep 2018 12:19:50 -0700 (PDT) Message-ID: <20180924.121950.445715553357527439.davem@davemloft.net> References: <20180921111330.3532.29886.stgit@wsfd-netdev20.ntdv.lab.eng.bos.redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jiri@resnulli.us, xiyou.wangcong@gmail.com, jhs@mojatatu.com, jakub.kicinski@netronome.com To: echaudro@redhat.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:50980 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731044AbeIYBXd (ORCPT ); Mon, 24 Sep 2018 21:23:33 -0400 In-Reply-To: <20180921111330.3532.29886.stgit@wsfd-netdev20.ntdv.lab.eng.bos.redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Eelco Chaudron Date: Fri, 21 Sep 2018 07:13:37 -0400 > Add hardware specific counters to TC actions which will be exported > through the netlink API. This makes troubleshooting TC flower offload > easier, as it possible to differentiate the packets being offloaded. > > Signed-off-by: Eelco Chaudron > > v2 - Rebased on latest net-next Series applied.