Re: [dpdk-dev] [PATCH v4 0/3] hash: fix bugs in 'free key with position'

2019-05-09 Thread Thomas Monjalon
09/05/2019 21:36, Wang, Yipeng1: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > >09/05/2019 19:19, Dharmik Thakkar: > >> This patch series solves 2 bugs reported on Bugzilla (bug-261) within > >> the function rte_hash_free_key_with_postion(). It also adds a test case > >> to catch similar

Re: [dpdk-dev] [PATCH v4 0/3] hash: fix bugs in 'free key with position'

2019-05-09 Thread Wang, Yipeng1
>-Original Message- >From: Thomas Monjalon [mailto:tho...@monjalon.net] >Sent: Thursday, May 9, 2019 12:24 PM >To: Wang, Yipeng1 ; Gobriel, Sameh > >Cc: dev@dpdk.org; Dharmik Thakkar ; >honnappa.nagaraha...@arm.com; zhongdahulin...@163.com >Subject: Re: [dpdk-

Re: [dpdk-dev] [PATCH v4 0/3] hash: fix bugs in 'free key with position'

2019-05-09 Thread Thomas Monjalon
09/05/2019 19:19, Dharmik Thakkar: > This patch series solves 2 bugs reported on Bugzilla (bug-261) within > the function rte_hash_free_key_with_postion(). It also adds a test case > to catch similar bugs in the future. > > https://bugs.dpdk.org/show_bug.cgi?id=261 Yipeng, Sameh, should it enter

[dpdk-dev] [PATCH v4 0/3] hash: fix bugs in 'free key with position'

2019-05-09 Thread Dharmik Thakkar
This patch series solves 2 bugs reported on Bugzilla (bug-261) within the function rte_hash_free_key_with_postion(). It also adds a test case to catch similar bugs in the future. https://bugs.dpdk.org/show_bug.cgi?id=261 --- v4: * Fix compilation failure (Yipeng) v3: * Split the patch and updat