Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754068AbbBERsX (ORCPT ); Thu, 5 Feb 2015 12:48:23 -0500 Received: from mga02.intel.com ([134.134.136.20]:18744 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbbBERsV (ORCPT ); Thu, 5 Feb 2015 12:48:21 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,525,1418112000"; d="scan'208";a="673393901" Message-ID: <54D3ACDE.5070301@linux.intel.com> Date: Thu, 05 Feb 2015 19:48:14 +0200 From: Eliezer Tamir User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: mtk.manpages@gmail.com CC: linux-man , David Miller , lkml , netdev , Andrew Morton , Eliezer Tamir Subject: Re: [PATCH v2] socket.7: add description for SO_BUSY_POLL References: <20130710141835.15799.61657.stgit@ladj378.jer.intel.com> <52DD4EC6.7080208@gmail.com> <52DD5CC4.3010708@linux.intel.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1222 Lines: 34 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) 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()? >> >> Yes, Me or someone from our team will do that. > > Hi Eliezer, > > Could you or someone from your team send me a POLL_BUSY_LOOP doc patch? Hi Michael, Right now POLL_BUSY_LOOP is only used internally to control busylooping, as a signal between sock_poll() and do_poll(). Our original intention was to expose that to the users of epoll(). The work on epoll() support is not finished yet. I think we should not document this until we finalize epoll() support. Thanks, Eliezer -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/