25/11/2019 23:02, Wang, Yipeng1: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > >25/11/2019 19:49, Wang, Yipeng1: > >> From: Dharmik Thakkar [mailto:dharmik.thak...@arm.com] > >> > > >> >Remove __hash_rw_reader_unlock() calls from lock free hash lookup > >> > > >> >Signed-off-by: Dharmik Thakkar <dharmik.thak...@arm.com> > >> >Reviewed-by: Gavin Hu <gavin...@arm.com> > >> >Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > >> >--- > >> Acked-by: Yipeng Wang <yipeng1.w...@intel.com> > >> > >> Thanks for the patch! > > > >Excuse me, there is no motivation (the why) in this patch. > >Is it critical? which gain? > > > [Wang, Yipeng] > Thomas, do you mean the commit message is not clear enough? > I think it is self-explained that in the "lock-free" implementation, we don't > need > "read_unlock()" and the subject line also says that. > But it is always better to be more explicit.
I understand that it is not needed. But it doesn't say what is the impact of having this unlock. Is there a real performance impact? Is it critical enough to be merged in 19.11-rc4? If it is not candidate for 19.11, it is better to prepend the title with [20.02].