From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next v2] tc: flower: expose hardware offload count Date: Sun, 7 Oct 2018 11:15:16 -0600 Message-ID: <3b82a720-6fe7-16e5-6a93-63adfbd952d6@gmail.com> References: <1538599488-11815-1-git-send-email-vladbu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Vlad Buslov , netdev@vger.kernel.org Return-path: Received: from mail-pl1-f177.google.com ([209.85.214.177]:34476 "EHLO mail-pl1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728053AbeJHAXP (ORCPT ); Sun, 7 Oct 2018 20:23:15 -0400 Received: by mail-pl1-f177.google.com with SMTP id f18-v6so8987145plr.1 for ; Sun, 07 Oct 2018 10:15:20 -0700 (PDT) In-Reply-To: <1538599488-11815-1-git-send-email-vladbu@mellanox.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/3/18 2:44 PM, Vlad Buslov wrote: > Recently flower classifier was updated to expose count of devices that > filter is offloaded to. Add support to print this counter as 'in_hw_count'. > > Signed-off-by: Vlad Buslov > Acked-by: Jiri Pirko > --- > Changes from V1 to V2: > - Change print format string to "%u" > > tc/f_flower.c | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > applied to iproute2-next. Thanks