commit | f3ecab38240b624b37e003b5089a93682b109699 | [log] [tgz] |
---|---|---|
author | Mintz, Yuval <Yuval.Mintz@cavium.com> | Sun Jun 25 11:09:12 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 25 11:56:30 2017 -0400 |
tree | 9231b701276e7de3d4b9b84e05890111c42f9d37 | |
parent | cb7257708bf89215b555d22d4f4eeaf59f5705e2 [diff] |
net: Remove ndo_dfwd_start_xmit 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: 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>