Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b00394c0 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'so_incoming_cpu'



Eric Dumazet says:

====================
net: SO_INCOMING_CPU support

SO_INCOMING_CPU socket option (read by getsockopt()) provides
an alternative to RPS/RFS for high performance servers using
multi queues NIC.

TCP should use sk_mark_napi_id() for established sockets only.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 2e1af7d7 2c8c56e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,4 +87,6 @@

#define SO_BPF_EXTENSIONS	48

#define SO_INCOMING_CPU		49

#endif /* _UAPI_ASM_SOCKET_H */
+2 −0
Original line number Diff line number Diff line
@@ -80,4 +80,6 @@

#define SO_BPF_EXTENSIONS	48

#define SO_INCOMING_CPU		49

#endif /* _UAPI__ASM_AVR32_SOCKET_H */
+2 −0
Original line number Diff line number Diff line
@@ -82,6 +82,8 @@

#define SO_BPF_EXTENSIONS	48

#define SO_INCOMING_CPU		49

#endif /* _ASM_SOCKET_H */

+2 −0
Original line number Diff line number Diff line
@@ -80,5 +80,7 @@

#define SO_BPF_EXTENSIONS	48

#define SO_INCOMING_CPU		49

#endif /* _ASM_SOCKET_H */
+2 −0
Original line number Diff line number Diff line
@@ -89,4 +89,6 @@

#define SO_BPF_EXTENSIONS	48

#define SO_INCOMING_CPU		49

#endif /* _ASM_IA64_SOCKET_H */
Loading