Re: [patch] socket.7: Document SO_INCOMING_CPU

2017-02-20 Thread Francois Saint-Jacques
> Because all of the packets for a single stream (i.e., all > packets for the same 4-tuple) arrive on the single RX queue This is a configuration dependent behaviour and not always the default. Maybe put a reference to `ethtool(8)` for more information instead of poss

[patch] socket.7: Document SO_INCOMING_CPU

2017-02-17 Thread Francois Saint-Jacques
This socket option is undocumented. Applies on the latest version (man-pages-4.09-511). diff --git a/man7/socket.7 b/man7/socket.7 index 3efd7a5d8..1a3ffa253 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -490,6 +490,26 @@ flag on a socket operation. Expects an integer boolean flag. .TP +.BR