Skip to content
Commit 3fe260e0 authored by Gilberto Bertin's avatar Gilberto Bertin Committed by David S. Miller
Browse files

net: tun: record RX queue in skb before do_xdp_generic()



This allows netif_receive_generic_xdp() to correctly determine the RX
queue from which the skb is coming, so that the context passed to the
XDP program will contain the correct RX queue index.

Signed-off-by: default avatarGilberto Bertin <me@jibi.io>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e6aaeafd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment