From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH net-next v2] net: sched: cls_flower: dump offload count value Date: Fri, 7 Sep 2018 16:49:15 +0200 Message-ID: <20180907164915.39bcaf0d@cakuba> References: <1536330141-10354-1-git-send-email-vladbu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, davem@davemloft.net To: Vlad Buslov Return-path: Received: from mail-pl1-f196.google.com ([209.85.214.196]:47063 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbeIGTai (ORCPT ); Fri, 7 Sep 2018 15:30:38 -0400 Received: by mail-pl1-f196.google.com with SMTP id t19-v6so6701925ply.13 for ; Fri, 07 Sep 2018 07:49:23 -0700 (PDT) In-Reply-To: <1536330141-10354-1-git-send-email-vladbu@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 7 Sep 2018 17:22:21 +0300, Vlad Buslov wrote: > Change flower in_hw_count type to fixed-size u32 and dump it as > TCA_FLOWER_IN_HW_COUNT. This change is necessary to properly test shared > blocks and re-offload functionality. > > Signed-off-by: Vlad Buslov > Acked-by: Jiri Pirko LGTM, thanks for the respin!