Re: [RFC 22/34] iscsi-target: call Rx thread function

2016-03-05 Thread Nicholas A. Bellinger
On Tue, 2016-03-01 at 07:01 -0800, Christoph Hellwig wrote: > On Sun, Feb 14, 2016 at 11:15:29PM +0530, Varun Prakash wrote: > > call Rx thread function if registered > > by transport driver, so that transport > > drivers can use iscsi-target Rx thread > > for Rx processing. > > > > update iSER

Re: [RFC 22/34] iscsi-target: call Rx thread function

2016-03-01 Thread Christoph Hellwig
On Sun, Feb 14, 2016 at 11:15:29PM +0530, Varun Prakash wrote: > call Rx thread function if registered > by transport driver, so that transport > drivers can use iscsi-target Rx thread > for Rx processing. > > update iSER target driver to use this > interface. Not related to your new driver, but

Re: [RFC 22/34] iscsi-target: call Rx thread function

2016-02-15 Thread Sagi Grimberg
call Rx thread function if registered by transport driver, so that transport drivers can use iscsi-target Rx thread for Rx processing. update iSER target driver to use this interface. Signed-off-by: Varun Prakash Other than the handler name, looks harmless. Acked-by:

[RFC 22/34] iscsi-target: call Rx thread function

2016-02-14 Thread Varun Prakash
call Rx thread function if registered by transport driver, so that transport drivers can use iscsi-target Rx thread for Rx processing. update iSER target driver to use this interface. Signed-off-by: Varun Prakash --- drivers/infiniband/ulp/isert/ib_isert.c | 10 ++