RE: [PATCH] net: Remove ndo_dfwd_start_xmit

2017-06-26 Thread Mintz, Yuval
> > Looks like commit f663dd9aaf9e ("net: core: explicitly select a txq > > before doing l2 forwarding") has removed the need for this dedicated > > xmit function [it even explicitly states so in its commit log message] > > but it hasn't removed the definition of the ndo. > > > > Signed-off-by: Yuv

Re: [PATCH] net: Remove ndo_dfwd_start_xmit

2017-06-25 Thread David Miller
From: Yuval Mintz Date: Sun, 25 Jun 2017 11:09:12 +0300 > Looks like commit f663dd9aaf9e ("net: core: explicitly select a txq before > doing l2 forwarding") > has removed the need for this dedicated xmit function [it even explicitly > states so in its commit log message] but it hasn't removed th