diff options
author | Eric Dumazet <edumazet@google.com> | 2016-01-06 15:53:50 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-06 22:00:34 +0100 |
commit | cdba756f5803a2f0a8bbc6605acc166dd817979e (patch) | |
tree | 597f0372153dea42ee413c91092b403ef0a4c0b9 /net/ethernet/eth.c | |
parent | fsl/fman: double free on probe failure (diff) | |
download | linux-cdba756f5803a2f0a8bbc6605acc166dd817979e.tar.xz linux-cdba756f5803a2f0a8bbc6605acc166dd817979e.zip |
net: move ndo_features_check() close to ndo_start_xmit()
TX fast path uses ndo_start_xmit(), ndo_features_check() and
ndo_select_queue().
Move ndo_features_check() close to ndo_start_xmit() to increase
data locality.
All "struct net_device_ops" should now be using C99 initializers.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethernet/eth.c')
0 files changed, 0 insertions, 0 deletions