[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180512100950.GA5954@lst.de>
Date: Sat, 12 May 2018 12:09:50 +0200
From: Christoph Hellwig <hch@....de>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: Christoph Hellwig <hch@....de>, viro@...iv.linux.org.uk,
Avi Kivity <avi@...lladb.com>, linux-aio@...ck.org,
linux-fsdevel@...r.kernel.org, netdev@...r.kernel.org,
linux-api@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 14/32] net/tcp: convert to ->poll_mask
On Fri, May 11, 2018 at 06:13:11AM -0700, Eric Dumazet wrote:
> > +struct wait_queue_head *tcp_get_poll_head(struct socket *sock, __poll_t events)
> > +{
> > + sock_poll_busy_loop(sock, events);
> > + sock_rps_record_flow(sock->sk);
>
> Why are you adding sock_rps_record_flow() ?
Because I mismerged the removal of it from tcp_poll in
'net: revert "Update RFS target at poll for tcp/udp"'
Thanks for the headsup, this will be removed for the next version.
Powered by blists - more mailing lists