Re: [dpdk-dev] [PATCH v5 0/6] net/mlx5: support flow API

2017-01-04 Thread Ferruh Yigit
On 12/29/2016 3:15 PM, Nelio Laranjeiro wrote: > Changes in v5: > > - Fix masking when only spec is present in item structure. > - Fix first element of flow items array. > > Changes in v4: > > - Simplify flow parsing by using a graph. > - Add VXLAN flow item. > - Add mark flow action. > -

Re: [dpdk-dev] [PATCH v5 0/6] net/mlx5: support flow API

2017-01-03 Thread Ferruh Yigit
On 12/29/2016 3:15 PM, Nelio Laranjeiro wrote: > Changes in v5: > > - Fix masking when only spec is present in item structure. > - Fix first element of flow items array. > > Changes in v4: > > - Simplify flow parsing by using a graph. > - Add VXLAN flow item. > - Add mark flow action. > -

[dpdk-dev] [PATCH v5 0/6] net/mlx5: support flow API

2016-12-29 Thread Nelio Laranjeiro
Changes in v5: - Fix masking when only spec is present in item structure. - Fix first element of flow items array. Changes in v4: - Simplify flow parsing by using a graph. - Add VXLAN flow item. - Add mark flow action. - Extend IPv4 filter item (Type of service, Next Protocol ID). Changes