rps: Add flag to skb to indicate rxhash is based on L4 tuple
The l4_rxhash flag was added to the skb structure to indicate that the rxhash value was computed over the 4 tuple for the packet which includes the port information in the encapsulated transport packet. This is used by the stack to preserve the rxhash value in __skb_rx_tunnel. Signed-off-by:Tom Herbert <therbert@google.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/skbuff.h 3 additions, 2 deletionsinclude/linux/skbuff.h
- include/net/dst.h 8 additions, 1 deletioninclude/net/dst.h
- include/net/sock.h 12 additions, 3 deletionsinclude/net/sock.h
- net/core/dev.c 6 additions, 4 deletionsnet/core/dev.c
- net/core/skbuff.c 1 addition, 0 deletionsnet/core/skbuff.c
- net/ipv4/tcp_ipv4.c 3 additions, 3 deletionsnet/ipv4/tcp_ipv4.c
- net/ipv4/udp.c 2 additions, 2 deletionsnet/ipv4/udp.c
- net/ipv6/tcp_ipv6.c 3 additions, 3 deletionsnet/ipv6/tcp_ipv6.c
- net/ipv6/udp.c 1 addition, 1 deletionnet/ipv6/udp.c
Loading
Please register or sign in to comment