Re: [dpdk-dev] [PATCH v4 2/7] member: implement HT mode

2017-10-02 Thread Wang, Yipeng1
Thank you very much Pablo. I agree with you on most of your comments and I will address them soon. But please find some explanations inlined for certain questions you raised. > -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, October 2, 2017 6:31 AM > To: Wang, Yipeng1 ;

Re: [dpdk-dev] [PATCH v4 2/7] member: implement HT mode

2017-10-02 Thread De Lara Guarch, Pablo
> -Original Message- > From: Wang, Yipeng1 > Sent: Wednesday, September 27, 2017 6:40 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Tai, Charlie ; Gobriel, > Sameh ; De Lara Guarch, Pablo > ; Mcnamara, John > ; Wang, Yipeng1 > Subject: [PATCH v4 2/7] member: implement HT mode > ...

[dpdk-dev] [PATCH v4 2/7] member: implement HT mode

2017-09-27 Thread Yipeng Wang
One of the set-summary structures is hash-table based set-summary (HTSS). One example is cuckoo filter [1]. Comparing to a traditional hash table, HTSS has a much more compact structure. For each element, only one signature and its corresponding set ID is stored. No key comparison is required duri