summaryrefslogtreecommitdiff
path: root/drivers/hv/Makefile
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2018-04-20 14:18:16 +0300
committerDavid S. Miller <davem@davemloft.net>2018-04-20 18:51:28 +0300
commitcf1a1e07fc8bb29947ad3c9568d73aee3f851431 (patch)
tree794121266cee66f3a36dc9a59c60c649fc45c395 /drivers/hv/Makefile
parent496218656f9857d801512efdec1d609ebbe8a83b (diff)
downloadlinux-cf1a1e07fc8bb29947ad3c9568d73aee3f851431.tar.xz
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 'drivers/hv/Makefile')
0 files changed, 0 insertions, 0 deletions