> -----Original Message----- > From: Wang, Yipeng1 > Sent: Friday, July 6, 2018 8:47 PM > To: De Lara Guarch, Pablo <[email protected]> > Cc: [email protected]; Wang, Yipeng1 <[email protected]>; Richardson, > Bruce <[email protected]>; [email protected]; > [email protected]; [email protected] > Subject: [PATCH v3 2/8] hash: fix a multi-writer bug Just a minor comment on the title. It should be a summary of the commit (try to summarize the bug, instead of using the word "bug"). Keep my ack for the next version (like in other patches). > > Current multi-writer implementation uses Intel TSX to protect the cuckoo path > moving but not the cuckoo path searching. After searching, we need to verify > again if the same empty slot still exists at the beginning of the TSX region. > Otherwise another writer could occupy the empty slot before the TSX region. > Current code does not verify. > > Fixes: be856325cba3 ("hash: add scalable multi-writer insertion with Intel > TSX") > Cc: [email protected] > > Signed-off-by: Yipeng Wang <[email protected]> Acked-by: Pablo de Lara <[email protected]>
- [dpdk-dev] [PATCH v3 0/8] Add read-write concurrency... Yipeng Wang
- [dpdk-dev] [PATCH v3 3/8] hash: fix to have mor... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 3/8] hash: fix to ... De Lara Guarch, Pablo
- [dpdk-dev] [PATCH v3 4/8] hash: make duplicated... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 4/8] hash: make du... De Lara Guarch, Pablo
- [dpdk-dev] [PATCH v3 2/8] hash: fix a multi-wri... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 2/8] hash: fix a m... De Lara Guarch, Pablo
- [dpdk-dev] [PATCH v3 8/8] hash: add new API fun... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 8/8] hash: add new... De Lara Guarch, Pablo
- [dpdk-dev] [PATCH v3 1/8] hash: fix multiwriter... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 1/8] hash: fix mul... De Lara Guarch, Pablo
- [dpdk-dev] [PATCH v3 6/8] test: add tests in ha... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 6/8] test: add tes... De Lara Guarch, Pablo
- [dpdk-dev] [PATCH v3 7/8] test: add test case f... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 7/8] test: add tes... De Lara Guarch, Pablo
- [dpdk-dev] [PATCH v3 5/8] hash: add read and wr... Yipeng Wang
- Re: [dpdk-dev] [PATCH v3 5/8] hash: add rea... De Lara Guarch, Pablo

