public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Christoph Hellwig <hch@lst.de>
Cc: kernel test robot <xiaolong.ye@intel.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"Darrick J. Wong" <darrick.wong@oracle.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	lkp@01.org
Subject: Re: [lkp-robot] [fs]  3deb642f0d:  will-it-scale.per_process_ops -8.8% regression
Date: Fri, 22 Jun 2018 21:02:55 +0100	[thread overview]
Message-ID: <20180622200255.GB30522@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20180622161802.GA18957@lst.de>

On Fri, Jun 22, 2018 at 06:18:02PM +0200, Christoph Hellwig wrote:
> On Fri, Jun 22, 2018 at 05:28:50PM +0200, Christoph Hellwig wrote:
> > On Fri, Jun 22, 2018 at 04:14:09PM +0100, Al Viro wrote:
> > > >     http://git.infradead.org/users/hch/vfs.git/shortlog/refs/heads/remove-get-poll-head
> > > 
> > > See objections upthread re "fs,net: move poll busy loop handling into a
> > > separate method"; as for the next one... I'd like an ACK from networking
> > > folks.  The rest of queue makes sense.
> > 
> > I want to see basic results first before micro-optimizing.  After that
> > I'll send it out to the net folks for feedback.
> 
> I looked into this a bit, in the end sk_can_busy_loop does this:
> 
> 	return sk->sk_ll_usec && !signal_pending(current);
> 
> where sk_ll_usec defaults based on a sysctl that needs to be
> turned on, but can be overriden per socket.
> 
> While at the same time corect poll code already checks net_busy_loop_on
> to set POLL_BUSY_LOOP.  So except for sockets where people set the
> timeout to 0 the code already does the right thing as-is.  IMHO not
> really worth wasting a FMODE_* flag for it, but if you insist I'll add
> it.

It's not just that - there's also an issue of extra indirect call on the
fast path for sockets.  You get this method of yours + ->poll_mask(),
which hits another indirect to per-family ->poll_mask().  It might be
better to have these combined, sparing us an extra indirect call.

Just give it the same calling conventions as ->poll_mask() have...

  reply	other threads:[~2018-06-22 20:03 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-22  8:27 [lkp-robot] [fs] 3deb642f0d: will-it-scale.per_process_ops -8.8% regression kernel test robot
2018-06-22  9:25 ` Linus Torvalds
2018-06-22  9:56   ` Christoph Hellwig
2018-06-22 10:00     ` Christoph Hellwig
2018-06-22 11:01       ` Al Viro
2018-06-22 11:53         ` Christoph Hellwig
2018-06-22 11:56           ` Al Viro
2018-06-22 12:07             ` Christoph Hellwig
2018-06-22 12:17               ` Al Viro
2018-06-22 12:33                 ` Christoph Hellwig
2018-06-22 12:29                   ` Al Viro
2018-06-22 19:06         ` Sean Paul
2018-06-22 10:02     ` Linus Torvalds
2018-06-22 10:05       ` Linus Torvalds
2018-06-22 15:02 ` Christoph Hellwig
2018-06-22 15:14   ` Al Viro
2018-06-22 15:28     ` Christoph Hellwig
2018-06-22 16:18       ` Christoph Hellwig
2018-06-22 20:02         ` Al Viro [this message]
2018-06-23  7:15           ` Christoph Hellwig
2018-06-26  6:03   ` Ye Xiaolong
2018-06-27  7:07     ` Christoph Hellwig
2018-06-28  0:38       ` Ye Xiaolong
2018-06-28 13:38         ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180622200255.GB30522@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=darrick.wong@oracle.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@01.org \
    --cc=torvalds@linux-foundation.org \
    --cc=xiaolong.ye@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox