diff options
author | Sridhar Samudrala <sridhar.samudrala@intel.com> | 2017-03-24 20:08:36 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-25 06:49:31 +0300 |
commit | 6d4339028b350efbf87c61e6d9e113e5373545c9 (patch) | |
tree | c80a83afc1d175816d95920e9ea185f4f5f96650 /arch/sparc/include/uapi | |
parent | bf3b9f6372c45b0fbf24d86b8794910d20170017 (diff) | |
download | linux-6d4339028b350efbf87c61e6d9e113e5373545c9.tar.xz |
net: Introduce SO_INCOMING_NAPI_ID
This socket option returns the NAPI ID associated with the queue on which
the last frame is received. This information can be used by the apps to
split the incoming flows among the threads based on the Rx queue on which
they are received.
If the NAPI ID actually represents a sender_cpu then the value is ignored
and 0 is returned.
Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/uapi')
-rw-r--r-- | arch/sparc/include/uapi/asm/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/include/uapi/asm/socket.h b/arch/sparc/include/uapi/asm/socket.h index 12cd8c2ec422..b05513acd589 100644 --- a/arch/sparc/include/uapi/asm/socket.h +++ b/arch/sparc/include/uapi/asm/socket.h @@ -90,6 +90,8 @@ #define SO_MEMINFO 0x0039 +#define SO_INCOMING_NAPI_ID 0x003a + /* Security levels - as per NRL IPv6 - don't actually do anything */ #define SO_SECURITY_AUTHENTICATION 0x5001 #define SO_SECURITY_ENCRYPTION_TRANSPORT 0x5002 |