From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH net 3/3] pkt_sched: Remove TC_RED_OFFLOADED from uapi Date: Thu, 14 Dec 2017 15:07:47 +0100 Message-ID: <20171214140747.GI1926@nanopsycho> References: <1513259671-1183-1-git-send-email-yuvalm@mellanox.com> <1513259671-1183-4-git-send-email-yuvalm@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org, mlxsw@mellanox.com To: Yuval Mintz Return-path: Received: from mail-wr0-f195.google.com ([209.85.128.195]:42561 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752435AbdLNOHt (ORCPT ); Thu, 14 Dec 2017 09:07:49 -0500 Received: by mail-wr0-f195.google.com with SMTP id s66so5244391wrc.9 for ; Thu, 14 Dec 2017 06:07:48 -0800 (PST) Content-Disposition: inline In-Reply-To: <1513259671-1183-4-git-send-email-yuvalm@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Dec 14, 2017 at 02:54:31PM CET, yuvalm@mellanox.com wrote: >Following the previous patch, RED is now using the new uniform uapi >for indicating it's offloaded. As a result, TC_RED_OFFLOADED is no >longer utilized by kernel and can be removed [as it's still not >part of any stable release]. > >Fixes: 602f3baf2218 ("net_sch: red: Add offload ability to RED qdisc") >Signed-off-by: Yuval Mintz Acked-by: Jiri Pirko