From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Habets Subject: Re: [PATCH net-next,v2] net: rename ndo_setup_tc to ndo_setup_offload Date: Thu, 19 Jul 2018 10:17:40 +0100 Message-ID: <0cc75c8e-6c18-9e46-9da4-9202a02babd9@solarflare.com> References: <20180719001114.4883-1-pablo@netfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , , , , , , , , , , , To: Pablo Neira Ayuso , Return-path: Received: from dispatch1-us1.ppe-hosted.com ([148.163.129.52]:42634 "EHLO dispatch1-us1.ppe-hosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726468AbeGSKAF (ORCPT ); Thu, 19 Jul 2018 06:00:05 -0400 In-Reply-To: <20180719001114.4883-1-pablo@netfilter.org> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 19/07/18 01:11, Pablo Neira Ayuso wrote: > One of the recurring complaints is that we do not have, as a driver > writer, a central location from which we would be fed offloading rules > into a NIC. This was brought up again during Netconf'18 in Boston. > > This patch just renames ndo_setup_tc to ndo_setup_offload as a very > early initial work to prepare for follow up patch that discuss unified > flow representation for the existing offload programming APIs. > > Signed-off-by: Pablo Neira Ayuso > Acked-by: Jiri Pirko > Acked-by: Jakub Kicinski Acked-by: Martin Habets > --- > v2: Missing function definition update in drivers/net/ethernet/sfc/falcon/tx.c > apparently I forgot to turn on that driver when doing compile-testing, > problem spotted by Martin Habets. Keeping Jakub and Jiri Acked-by tags, > as this is the only change in the v1 patch. >