From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch net-next 0/2] net: sched: Fix RED qdisc offload flag Date: Tue, 02 Jan 2018 13:18:23 -0500 (EST) Message-ID: <20180102.131823.99505023316000414.davem@davemloft.net> References: <1514191902-53752-1-git-send-email-nogahf@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, mlxsw@mellanox.com To: nogahf@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:50536 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985AbeABSS1 (ORCPT ); Tue, 2 Jan 2018 13:18:27 -0500 In-Reply-To: <1514191902-53752-1-git-send-email-nogahf@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Nogah Frankel Date: Mon, 25 Dec 2017 10:51:40 +0200 > Replacing the RED offload flag (TC_RED_OFFLOADED) with the generic one > (TCQ_F_OFFLOADED) deleted some of the logic behind it. This patchset fixes > this problem. Series applied, thank you.