diff options
author | Eliezer Tamir <eliezer.tamir@linux.intel.com> | 2013-06-14 17:33:57 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-18 02:48:14 +0400 |
commit | dafcc4380deec21d160c31411f33c8813f67f517 (patch) | |
tree | 4d1984857eca0b470d229604a5634fee87da7073 /arch/frv/include | |
parent | 89bf1b5a683df497c572c4d3bd3f9c9aa919d773 (diff) | |
download | linux-dafcc4380deec21d160c31411f33c8813f67f517.tar.xz |
net: add socket option for low latency polling
adds a socket option for low latency polling.
This allows overriding the global sysctl value with a per-socket one.
Unexport sysctl_net_ll_poll since for now it's not needed in modules.
Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/frv/include')
-rw-r--r-- | arch/frv/include/uapi/asm/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/frv/include/uapi/asm/socket.h b/arch/frv/include/uapi/asm/socket.h index 31dbb5d8e13d..dbc08520f22c 100644 --- a/arch/frv/include/uapi/asm/socket.h +++ b/arch/frv/include/uapi/asm/socket.h @@ -74,5 +74,7 @@ #define SO_SELECT_ERR_QUEUE 45 +#define SO_LL 46 + #endif /* _ASM_SOCKET_H */ |