Re: [dpdk-dev] [PATCH v3 0/3] net/mlx5: update MPLS item support

2018-11-15 Thread Shahaf Shuler
Thursday, November 15, 2018 5:17 PM, Dekel Peled: > Subject: [dpdk-dev] [PATCH v3 0/3] net/mlx5: update MPLS item support > > This series updates support of MPLS item, in verbs flow engine and in Direct > Verbs flow engine. > Patch 1/3 adds support of MPLS item in DV flow engi

[dpdk-dev] [PATCH v3 0/3] net/mlx5: update MPLS item support

2018-11-15 Thread Dekel Peled
This series updates support of MPLS item, in verbs flow engine and in Direct Verbs flow engine. Patch 1/3 adds support of MPLS item in DV flow engine. Patch 2/3 updates the MPLS item validation in both flow engines. Patch 3/3 fixes tunnel ptype of MPLS in UDP. --- v3: - Add patch 3/3 to series. -