Re: [dpdk-dev] [PATCH 1/2] net: add Mpls header structure

2018-10-25 Thread Ferruh Yigit
On 10/25/2018 12:04 PM, Ferruh Yigit wrote: > On 10/23/2018 8:46 AM, Olivier Matz wrote: >> Add the Mpls header structure in librte_net. It will be used by next >> patch that adds the support of Mpls L2 layer in the software packet >> type parser. >> >> Signed-off-by: Olivier Matz > > For series,

Re: [dpdk-dev] [PATCH 1/2] net: add Mpls header structure

2018-10-25 Thread Ferruh Yigit
On 10/23/2018 8:46 AM, Olivier Matz wrote: > Add the Mpls header structure in librte_net. It will be used by next > patch that adds the support of Mpls L2 layer in the software packet > type parser. > > Signed-off-by: Olivier Matz For series, Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH 1/2] net: add Mpls header structure

2018-10-23 Thread Olivier Matz
Add the Mpls header structure in librte_net. It will be used by next patch that adds the support of Mpls L2 layer in the software packet type parser. Signed-off-by: Olivier Matz --- lib/librte_net/Makefile| 2 +- lib/librte_net/meson.build | 3 ++- lib/librte_net/rte_mpls.h | 42 +