Re: [dpdk-dev] [PATCH v3 0/7] net/mlx5: fixes

2017-10-24 Thread Ferruh Yigit
On 10/24/2017 8:18 AM, Nelio Laranjeiro wrote: > Changes in v3: > > * Avoid to duplicate bcast/multicast flows when multiple MAC addressed are >configured. > > Changes in v2: > > * Fix packets reception in allmulti mode and when VLAN are present. > * Fix a double flow insertion causing an

[dpdk-dev] [PATCH v3 0/7] net/mlx5: fixes

2017-10-24 Thread Nelio Laranjeiro
Changes in v3: * Avoid to duplicate bcast/multicast flows when multiple MAC addressed are configured. Changes in v2: * Fix packets reception in allmulti mode and when VLAN are present. * Fix a double flow insertion causing an infinite loop. Nelio Laranjeiro (7): net/mlx5: fix segfault o