From mboxrd@z Thu Jan 1 00:00:00 1970 From: bharat@chelsio.com (Potnuri Bharat Teja) Date: Wed, 24 Jul 2019 12:28:59 +0530 Subject: [PATCH] nvme-tcp: Use protocol specific operations while reading socket In-Reply-To: <20190724063324.GA1999@lst.de> References: <20190708095200.15921-1-bharat@chelsio.com> <20190724062836.GA25058@chelsio.com> <20190724063324.GA1999@lst.de> Message-ID: <20190724065858.GA25528@chelsio.com> On Wednesday, July 07/24/19, 2019@08:33:24 +0200, Christoph Hellwig wrote: > On Wed, Jul 24, 2019@11:58:38AM +0530, Potnuri Bharat Teja wrote: > > On Monday, July 07/08/19, 2019@15:22:00 +0530, Potnuri Bharat Teja wrote: > > > Using socket specific read_sock() calls instead of directly calling > > > tcp_read_sock() helps lld module registered handlers if any, to be called > > > from nvme-tcp host. > > > This patch therefore replaces the tcp_read_sock() with socket specific > > > prot_ops. > > > > > > Signed-off-by: Potnuri Bharat Teja > > > Acked-by: Sagi Grimberg > > > --- > > Hi Sagi/Christoph, > > Can this be queued for rc? > > How is this a -rc candidate? I was planning on queuing it up for 5.4444. I believe its a trivial one, so was hoping it could get into immediate rc(rc-2). If you think otherwise I am fine with 5.4 also. Thanks.