diff options
| author | Jakub Kicinski <[email protected]> | 2021-10-25 18:02:16 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-10-25 18:02:17 -0700 |
| commit | e43b76abf768cb10880282990eca54c10d0ff40c (patch) | |
| tree | aafe4c0416c1ccb732d061d9401ca760fb773490 /include/linux | |
| parent | fd559a943e3ad919b47ee480e3edb230a818a6b1 (diff) | |
| parent | 12c8691de30734a29b84cae35a4bf1cccca6ad0a (diff) | |
Merge branch 'tcp-receive-path-optimizations'
Eric Dumazet says:
====================
tcp: receive path optimizations
This series aims to reduce cache line misses in RX path.
I am still working on better cache locality in tcp_sock but
this will wait few more weeks.
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ipv6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index ef4a69865737..c383630d3f06 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -282,7 +282,6 @@ struct ipv6_pinfo { __be32 rcv_flowinfo; __u32 dst_cookie; - __u32 rx_dst_cookie; struct ipv6_mc_socklist __rcu *ipv6_mc_list; struct ipv6_ac_socklist *ipv6_ac_list; |