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

2017-10-03 Thread De Lara Guarch, Pablo
Hi Yipeng, > -Original Message- > From: Wang, Yipeng1 > Sent: Tuesday, October 3, 2017 5:32 AM > To: dev@dpdk.org; De Lara Guarch, Pablo > > Cc: tho...@monjalon.net; Tai, Charlie ; Gobriel, > Sameh ; Mcnamara, John > ; Wang, Yipeng1 > Subject: [PATCH v5 2/7] member: implement HT mode >

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

2017-10-02 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