]> git.baikalelectronics.ru Git - kernel.git/commit
net: Remove ndo_dfwd_start_xmit
authorMintz, Yuval <Yuval.Mintz@cavium.com>
Sun, 25 Jun 2017 08:09:12 +0000 (11:09 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Jun 2017 15:56:30 +0000 (11:56 -0400)
commit79be8e70fa77b8e04afee1dbec9cefd90015857b
tree9231b701276e7de3d4b9b84e05890111c42f9d37
parent4034bc4e747237827af9cf004a928358f0c4d6fc
net: Remove ndo_dfwd_start_xmit

Looks like commit aab28c6888f3 ("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: Yuval Mintz <Yuval.Mintz@cavium.com>
CC: Jason Wang <jasowang@redhat.com>
CC: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h