Skip to content
Commit 7acedaf5 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: move xdp_prog field in RX cache lines



(struct net_device, xdp_prog) field should be moved in RX cache lines,
reducing latencies when a single packet is received on idle host,
since netif_elide_gro() needs it.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5e1fc7c5
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