From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:49266 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933531AbeB1RPc (ORCPT ); Wed, 28 Feb 2018 12:15:32 -0500 Date: Wed, 28 Feb 2018 12:15:29 -0500 (EST) Message-Id: <20180228.121529.1824677671698775640.davem@davemloft.net> To: jiri@resnulli.us Cc: netdev@vger.kernel.org, nogahf@mellanox.com, yuvalm@mellanox.com, idosch@mellanox.com, mlxsw@mellanox.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, kubakici@wp.pl Subject: Re: [patch net-next 00/10] mlxsw: Offload multi-queue RED support From: David Miller In-Reply-To: <20180228094507.22354-1-jiri@resnulli.us> References: <20180228094507.22354-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Wed, 28 Feb 2018 10:44:57 +0100 > Support a two level hierarchy of offloaded qdiscs in mlxsw, with sch_prio > being the root qdisc and sch_red as the children. Ok I applied this series. However, we really need to have a real discussion about those stats issues. I understand the kinds of constraints under which you operate when offloading, but what, if anything, can we do to close the gap of inconsistent stats exports in the long term? Thanks.