diff mbox

socket: Add SO_RXQ_OVFL documentation

Message ID 1390911877-5984-1-git-send-email-nhorman@tuxdriver.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Neil Horman Jan. 28, 2014, 12:24 p.m. UTC
Add documentation for the SO_RXQ_OVFL socket option

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: mtk.manpages@gmail.com
CC: andi@firstfloor.org
CC: netdev@vger.kernel.org
---
 man7/socket.7 | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Michael Kerrisk \(man-pages\) Feb. 22, 2014, 9:36 a.m. UTC | #1
On 01/28/2014 01:24 PM, Neil Horman wrote:
> Add documentation for the SO_RXQ_OVFL socket option
> 
> Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
> CC: mtk.manpages@gmail.com
> CC: andi@firstfloor.org
> CC: netdev@vger.kernel.org
> ---
>  man7/socket.7 | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/man7/socket.7 b/man7/socket.7
> index 6b229dd..aa0aad9 100644
> --- a/man7/socket.7
> +++ b/man7/socket.7
> @@ -663,6 +663,11 @@ with a specific port then it is not possible
>  to bind to this port for any local address.
>  Argument is an integer boolean flag.
>  .TP
> +.B SO_RXQ_OVFL
> +Indicates that an unsigned 32 bit value ancilliary msg (cmsg) should be attached
> +to recieved skbs indicating the number of packets dropped by the socket between
> +the last recieved packet and this received packet
> +.TP
>  .B SO_SNDBUF
>  Sets or gets the maximum socket send buffer in bytes.
>  The kernel doubles this value (to allow space for bookkeeping overhead)

Thanks, Neil. Applied.

Cheers,

Michael
Andi Kleen Feb. 22, 2014, 4:22 p.m. UTC | #2
> >  to bind to this port for any local address.
> >  Argument is an integer boolean flag.
> >  .TP
> > +.B SO_RXQ_OVFL
> > +Indicates that an unsigned 32 bit value ancilliary msg (cmsg) should be attached
> > +to recieved skbs indicating the number of packets dropped by the socket between

Typo s/ie/ei/

-Andi
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Michael Kerrisk \(man-pages\) Feb. 23, 2014, 7:51 a.m. UTC | #3
On Sat, Feb 22, 2014 at 5:22 PM, Andi Kleen <andi@firstfloor.org> wrote:
>> >  to bind to this port for any local address.
>> >  Argument is an integer boolean flag.
>> >  .TP
>> > +.B SO_RXQ_OVFL
>> > +Indicates that an unsigned 32 bit value ancilliary msg (cmsg) should be attached
>> > +to recieved skbs indicating the number of packets dropped by the socket between
>
> Typo s/ie/ei/

Hi Andi.

Thanks -- I should have said that I (already) spotted and fixed that.

Cheers,

Michael
diff mbox

Patch

diff --git a/man7/socket.7 b/man7/socket.7
index 6b229dd..aa0aad9 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -663,6 +663,11 @@  with a specific port then it is not possible
 to bind to this port for any local address.
 Argument is an integer boolean flag.
 .TP
+.B SO_RXQ_OVFL
+Indicates that an unsigned 32 bit value ancilliary msg (cmsg) should be attached
+to recieved skbs indicating the number of packets dropped by the socket between
+the last recieved packet and this received packet
+.TP
 .B SO_SNDBUF
 Sets or gets the maximum socket send buffer in bytes.
 The kernel doubles this value (to allow space for bookkeeping overhead)