From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH net 1/3] net: sched: Add TCA_HW_OFFLOAD Date: Thu, 14 Dec 2017 15:04:29 +0100 Message-ID: <20171214140429.GG1926@nanopsycho> References: <1513259671-1183-1-git-send-email-yuvalm@mellanox.com> <1513259671-1183-2-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-wm0-f67.google.com ([74.125.82.67]:38674 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752827AbdLNOEe (ORCPT ); Thu, 14 Dec 2017 09:04:34 -0500 Received: by mail-wm0-f67.google.com with SMTP id 64so11618299wme.3 for ; Thu, 14 Dec 2017 06:04:34 -0800 (PST) Content-Disposition: inline In-Reply-To: <1513259671-1183-2-git-send-email-yuvalm@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Dec 14, 2017 at 02:54:29PM CET, yuvalm@mellanox.com wrote: >Qdiscs can be offloaded to HW, but current implementation isn't uniform. >Instead, qdiscs either pass information about offload status via their >TCA_OPTIONS or omit it altogether. > >Introduce a new attribute - TCA_HW_OFFLOAD that would form a uniform >uAPI for the offloading status of qdiscs. > >Signed-off-by: Yuval Mintz Acked-by: Jiri Pirko