Re: [dpdk-dev] [PATCH] net/mlx5: fix flow director matching rules

2017-10-30 Thread Ferruh Yigit
On 10/26/2017 11:50 PM, Nelio Laranjeiro wrote: > Flow director API does not provide a layer 2 configuration when the filter > is for layer 3 and 4 causing the translation to generic flow API to be > wrong, as not providing a mask for layer ends by using the default one. In > this case, the Ethern

[dpdk-dev] [PATCH] net/mlx5: fix flow director matching rules

2017-10-26 Thread Nelio Laranjeiro
Flow director API does not provide a layer 2 configuration when the filter is for layer 3 and 4 causing the translation to generic flow API to be wrong, as not providing a mask for layer ends by using the default one. In this case, the Ethernet mask layer is full whereas it must be empty. Fixes: