summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorPaolo Abeni2018-04-20 13:18:16 +0200
committerDavid S. Miller2018-04-20 17:51:28 +0200
commitcf1a1e07fc8bb29947ad3c9568d73aee3f851431 (patch)
tree794121266cee66f3a36dc9a59c60c649fc45c395 /net/core
parentlan78xx: Add support to dump lan78xx registers (diff)
downloadkernel-qcow2-linux-cf1a1e07fc8bb29947ad3c9568d73aee3f851431.tar.gz
kernel-qcow2-linux-cf1a1e07fc8bb29947ad3c9568d73aee3f851431.tar.xz
kernel-qcow2-linux-cf1a1e07fc8bb29947ad3c9568d73aee3f851431.zip
tun: do not compute the rxhash, if not needed
Currently, the tun driver, in absence of an eBPF steering program, always compute the rxhash in its rx path, even when such value is later unused due to additional checks ( This changeset moves the all the related checks just before the __skb_get_hash_symmetric(), so that the latter is no more computed when unneeded. Also replace an unneeded RCU section with rcu_access_pointer(). Signed-off-by: Paolo Abeni <pabeni@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions