Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2015-02-05 Thread Eliezer Tamir
On 05/02/2015 15:17, Michael Kerrisk (man-pages) wrote: > On 20 January 2014 at 18:28, Eliezer Tamir > wrote: >> On 20/01/2014 18:28, Michael Kerrisk (man-pages) wrote: >>> On 07/10/2013 04:18 PM, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7)

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2015-02-05 Thread Michael Kerrisk (man-pages)
On 20 January 2014 at 18:28, Eliezer Tamir wrote: > On 20/01/2014 18:28, Michael Kerrisk (man-pages) wrote: >> On 07/10/2013 04:18 PM, Eliezer Tamir wrote: >>> Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. >> >> Long after the fact, I've applied this. Thanks,

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2015-02-05 Thread Michael Kerrisk (man-pages)
On 20 January 2014 at 18:28, Eliezer Tamir eliezer.ta...@linux.intel.com wrote: On 20/01/2014 18:28, Michael Kerrisk (man-pages) wrote: On 07/10/2013 04:18 PM, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. Long after the fact, I've applied

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2015-02-05 Thread Eliezer Tamir
On 05/02/2015 15:17, Michael Kerrisk (man-pages) wrote: On 20 January 2014 at 18:28, Eliezer Tamir eliezer.ta...@linux.intel.com wrote: On 20/01/2014 18:28, Michael Kerrisk (man-pages) wrote: On 07/10/2013 04:18 PM, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2014-01-20 Thread Eliezer Tamir
On 20/01/2014 18:28, Michael Kerrisk (man-pages) wrote: > On 07/10/2013 04:18 PM, Eliezer Tamir wrote: >> Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. > > Long after the fact, I've applied this. Thanks, Eliezer. > > Would you be willing also to write a patch for

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2014-01-20 Thread Michael Kerrisk (man-pages)
On 07/10/2013 04:18 PM, Eliezer Tamir wrote: > Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. Long after the fact, I've applied this. Thanks, Eliezer. Would you be willing also to write a patch for the POLL_BUSY_LOOP flag of poll()? Cheers, Michael > v2 > fixed

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2014-01-20 Thread Michael Kerrisk (man-pages)
On 07/10/2013 04:18 PM, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. Long after the fact, I've applied this. Thanks, Eliezer. Would you be willing also to write a patch for the POLL_BUSY_LOOP flag of poll()? Cheers, Michael v2 fixed

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2014-01-20 Thread Eliezer Tamir
On 20/01/2014 18:28, Michael Kerrisk (man-pages) wrote: On 07/10/2013 04:18 PM, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. Long after the fact, I've applied this. Thanks, Eliezer. Would you be willing also to write a patch for the

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread David Miller
From: "Michael Kerrisk (man-pages)" Date: Wed, 10 Jul 2013 20:57:16 +0200 > On Wed, Jul 10, 2013 at 8:52 PM, David Miller wrote: >> From: Michael Kerrisk >> Date: Wed, 10 Jul 2013 20:03:08 +0200 >> >>> On 07/10/13 16:18, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Michael Kerrisk (man-pages)
On Wed, Jul 10, 2013 at 8:52 PM, David Miller wrote: > From: Michael Kerrisk > Date: Wed, 10 Jul 2013 20:03:08 +0200 > >> On 07/10/13 16:18, Eliezer Tamir wrote: >>> Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. >>> >>> v2 >>> fixed typos reported by Rasmus

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Eliezer Tamir
On 10/07/2013 21:03, Michael Kerrisk wrote: > On 07/10/13 16:18, Eliezer Tamir wrote: >> Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. > > What's the status of this feature. A quick grep seems to show > that the feature is not yet in mainline. What is the plan? The

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread David Miller
From: Michael Kerrisk Date: Wed, 10 Jul 2013 20:03:08 +0200 > On 07/10/13 16:18, Eliezer Tamir wrote: >> Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. >> >> v2 >> fixed typos reported by Rasmus Villemoes > > Eliezer, > > What's the status of this feature. A

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Michael Kerrisk
On 07/10/13 16:18, Eliezer Tamir wrote: > Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. > > v2 > fixed typos reported by Rasmus Villemoes Eliezer, What's the status of this feature. A quick grep seems to show that the feature is not yet in mainline. What is the

[PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Eliezer Tamir
Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. v2 fixed typos reported by Rasmus Villemoes Signed-off-by: Eliezer Tamir --- man7/socket.7 | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/man7/socket.7

[PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Eliezer Tamir
Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. v2 fixed typos reported by Rasmus Villemoes Signed-off-by: Eliezer Tamir eliezer.ta...@linux.intel.com --- man7/socket.7 | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Michael Kerrisk
On 07/10/13 16:18, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. v2 fixed typos reported by Rasmus Villemoes Eliezer, What's the status of this feature. A quick grep seems to show that the feature is not yet in mainline. What is the plan?

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread David Miller
From: Michael Kerrisk mtk.manpa...@gmail.com Date: Wed, 10 Jul 2013 20:03:08 +0200 On 07/10/13 16:18, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. v2 fixed typos reported by Rasmus Villemoes Eliezer, What's the status of this

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Eliezer Tamir
On 10/07/2013 21:03, Michael Kerrisk wrote: On 07/10/13 16:18, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. What's the status of this feature. A quick grep seems to show that the feature is not yet in mainline. What is the plan? The basic

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread Michael Kerrisk (man-pages)
On Wed, Jul 10, 2013 at 8:52 PM, David Miller da...@davemloft.net wrote: From: Michael Kerrisk mtk.manpa...@gmail.com Date: Wed, 10 Jul 2013 20:03:08 +0200 On 07/10/13 16:18, Eliezer Tamir wrote: Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. v2 fixed typos

Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL

2013-07-10 Thread David Miller
From: Michael Kerrisk (man-pages) mtk.manpa...@gmail.com Date: Wed, 10 Jul 2013 20:57:16 +0200 On Wed, Jul 10, 2013 at 8:52 PM, David Miller da...@davemloft.net wrote: From: Michael Kerrisk mtk.manpa...@gmail.com Date: Wed, 10 Jul 2013 20:03:08 +0200 On 07/10/13 16:18, Eliezer Tamir wrote: