Re: [dpdk-dev] [PATCH v2 02/17] net/i40e: store tunnel filter

2016-12-27 Thread Tiwei Bie
On Tue, Dec 27, 2016 at 02:26:09PM +0800, Beilei Xing wrote: > Currently there's no tunnel filter stored in SW. > This patch stores tunnel filter in SW with cuckoo > hash, also adds protection if a tunnel filter has > been added. > > Signed-off-by: Beilei Xing > --- > drivers/net/i40e/i40e_ethde

[dpdk-dev] [PATCH v2 02/17] net/i40e: store tunnel filter

2016-12-26 Thread Beilei Xing
Currently there's no tunnel filter stored in SW. This patch stores tunnel filter in SW with cuckoo hash, also adds protection if a tunnel filter has been added. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 167 - drivers/net/i40e/i40e_et