>-----Original Message----- >From: Honnappa Nagarahalli [mailto:[email protected]] >Sent: Thursday, October 11, 2018 11:32 PM >To: Richardson, Bruce <[email protected]>; De Lara Guarch, Pablo ><[email protected]> >Cc: [email protected]; Wang, Yipeng1 <[email protected]>; >[email protected]; [email protected]; >[email protected]; [email protected] >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 <[email protected]> >Reviewed-by: Gavin Hu <[email protected]> >Reviewed-by: Ola Liljedahl <[email protected]> >Reviewed-by: Steve Capper <[email protected]> >Reviewed-by: Yipeng Wang <[email protected]> >---

