Re: [dpdk-dev] [PATCH v3 0/2] net/mlx5: fix flow director mask

2018-04-22 Thread Shahaf Shuler
Tuesday, April 17, 2018 12:02 PM, Nelio Laranjeiro: > Subject: [dpdk-dev] [PATCH v3 0/2] net/mlx5: fix flow director mask > > Flow director mask as been mistakenly removed from mlx5 PMD. This series > brings it back. > > Changes in v3: > > Let flow API handl

[dpdk-dev] [PATCH v3 0/2] net/mlx5: fix flow director mask

2018-04-17 Thread Nelio Laranjeiro
Flow director mask as been mistakenly removed from mlx5 PMD. This series brings it back. Changes in v3: Let flow API handle the mask from the user. Changes in v2: Use the L3 structures instead of the l4 in the conversion. Nelio Laranjeiro (2): net/mlx5: split L3/L4 in flow director net/ml