diff options
author | Eric Dumazet <edumazet@google.com> | 2024-03-06 17:00:30 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-03-08 06:12:43 +0100 |
commit | 490a79faf95e705ba0ffd9ebf04a624b379e53c9 (patch) | |
tree | 8b4ca10b9e9bd15f19faf5e6787ca841589c41a4 /drivers/net/ethernet/intel | |
parent | ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata (diff) | |
download | linux-490a79faf95e705ba0ffd9ebf04a624b379e53c9.tar.xz linux-490a79faf95e705ba0ffd9ebf04a624b379e53c9.zip |
net: introduce include/net/rps.h
Move RPS related structures and helpers from include/linux/netdevice.h
and include/net/sock.h to a new include file.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20240306160031.874438-18-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_arfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_arfs.c b/drivers/net/ethernet/intel/ice/ice_arfs.c index cca0e753f38f..7cee365cc7d1 100644 --- a/drivers/net/ethernet/intel/ice/ice_arfs.c +++ b/drivers/net/ethernet/intel/ice/ice_arfs.c @@ -2,6 +2,7 @@ /* Copyright (C) 2018-2020, Intel Corporation. */ #include "ice.h" +#include <net/rps.h> /** * ice_is_arfs_active - helper to check is aRFS is active |