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 <pa...@netfilter.org> > Acked-by: Jiri Pirko <j...@mellanox.com> > Acked-by: Jakub Kicinski <jakub.kicin...@netronome.com>
Acked-by: Martin Habets <mhab...@solarflare.com> > --- > 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. >