Home
last modified time | relevance | path

Searched hist:"3 fe260e00cd0bf0be853c48fcc1e19853df615bb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dtun.cdiff 3fe260e00cd0bf0be853c48fcc1e19853df615bb Fri Apr 10 11:20:59 CDT 2020 Gilberto Bertin <me@jibi.io> 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: Gilberto Bertin <me@jibi.io>
Signed-off-by: David S. Miller <davem@davemloft.net>