summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorEric Dumazet2011-11-15 05:12:55 +0100
committerDavid S. Miller2011-11-16 23:30:06 +0100
commit588f033075d8c7efe28695402114eab3f9da47c4 (patch)
treee057253b48041762ca0d747374521e5edf51c644 /drivers/net
parentenable virtio_net to return bus_info in ethtool -i consistent with emulated NICs (diff)
downloadkernel-qcow2-linux-588f033075d8c7efe28695402114eab3f9da47c4.tar.gz
kernel-qcow2-linux-588f033075d8c7efe28695402114eab3f9da47c4.tar.xz
kernel-qcow2-linux-588f033075d8c7efe28695402114eab3f9da47c4.zip
net: use jump_label for netstamp_needed
netstamp_needed seems a good candidate to jump_label conversion. This avoids 3 conditional branches per incoming packet in fast path. No measurable difference, given that these conditional branches are predicted on modern cpus. Only a small icache reduction, thanks to the unlikely() stuff. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions