[dpdk-dev] [PATCH] examples/vhost: remove unnecessary MAX_PRINT_BUFF defintion

2018-08-25 Thread Rami Rosen
This patch removes an unnecessary definition of MAX_PRINT_BUFF in examples/vhost/main.c, since it is no longer being used. Fixes: 68363d85857d ("examples/vhost: remove the non-working zero copy code"). Signed-off-by: Rami Rosen --- examples/vhost/main.c | 3 --- 1 file changed, 3 deletions(-)

Re: [dpdk-dev] [PATCH v2] hash table: add an iterator over conflicting entries

2018-08-25 Thread Michel Machado
On 08/23/2018 08:33 PM, Wang, Yipeng1 wrote: I think with Honnappa suggested "uint32_t* next", we may need a little bit tricks to make it work with the extra linked list. The performance may not be optimal though comparing to your original approach. Is this important to your use case? It i