net: add Mpls header structure
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 28 Jun 2016 13:13:26 +0000 (15:13 +0200)
committerOlivier Matz <olivier.matz@6wind.com>
Tue, 23 Oct 2018 07:43:37 +0000 (09:43 +0200)
commit0334cdac96271a2dfb8002d0732d8dcefb8e4377
treeb2b451ba88587ffb6fcd3a8fab8ce6843ec04862
parent4dc3db031d6bf556b43adca14841d08431d2e1bf
net: add Mpls header structure

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 <olivier.matz@6wind.com>
lib/librte_net/Makefile
lib/librte_net/meson.build
lib/librte_net/rte_mpls.h [new file with mode: 0644]