>-----Original Message----- >From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] >Sent: Thursday, October 11, 2018 11:32 PM >To: Richardson, Bruce <bruce.richard...@intel.com>; De Lara Guarch, Pablo ><pablo.de.lara.gua...@intel.com> >Cc: dev@dpdk.org; Wang, Yipeng1 <yipeng1.w...@intel.com>; >honnappa.nagaraha...@arm.com; dharmik.thak...@arm.com; >gavin...@arm.com; n...@arm.com >Subject: [PATCH v3 5/7] hash: fix rw concurrency while moving keys > >Reader-writer concurrency issue, caused by moving the keys >to their alternative locations during key insert, is solved >by introducing a global counter(tbl_chng_cnt) indicating a >change in table. > [Wang, Yipeng] Similar to my comment on previous commit, the commit message is misleading. It is not a bug fix. This commit together with the next enables the LF feature.
>Signed-off-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> >Reviewed-by: Gavin Hu <gavin...@arm.com> >Reviewed-by: Ola Liljedahl <ola.liljed...@arm.com> >Reviewed-by: Steve Capper <steve.cap...@arm.com> >Reviewed-by: Yipeng Wang <yipeng1.w...@intel.com> >---