(Adding missing target-devel CC') On Thu, 2016-03-31 at 20:12 -0700, Bart Van Assche wrote: > On 03/31/16 20:05, Leon Romanovsky wrote: > > On Thu, Mar 31, 2016 at 05:01:39PM -0700, Bart Van Assche wrote: > >> That patch is wrong because it makes the ib_srpt driver use I/O > >> contexts allocated by transport_alloc_session_tags() but it does > >> not initialize these I/O contexts properly. > > > > Did you have a chance to see which initializations are missing in this > > case? What is needed to do if we decide to fix original patch? > > > > Except these questions, the revert is fine :) > > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Hello Leon, > > Thanks for the review. The initializations that are missing from that > patch are the 'buf' pointer in the srpt_ioctx structure and mapping that > buffer for DMA. Another bug introduced by that patch is that it doubles > the amount of memory that is allocated for I/O contexts. New I/O context > allocations were added by that patch but the existing I/O context > allocation code was not removed. > > Regarding reconsidering the original patch: before we do that it has to > be shown with numbers that the percpu_ida conversion does not decrease > performance. This is something I had already asked two months ago. See > also > http://thread.gmane.org/gmane.linux.scsi.target.devel/11253/focus=110559. > Like I said two months ago, there is no reason why ib_srpt needs special pre-allocation for descriptors containing se_cmd, when every other single driver in the tree already uses common percpu_ida code for it. Also, I don't know why none of your ib_srpt patches ever make it to target-devel, but can you please stop trying to push target driver changes upstream without first notifying target-devel..? Beyond that, are you going to send an bug-fix to address this regression in v4.6 code..? If not, I'll add this to the queue and just do it myself. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html