net: add MPLS header structure
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 23 Oct 2018 07:46:48 +0000 (09:46 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:06 +0000 (22:14 +0200)
commite480cf487a0d77ead8fa606532ead1e35eb2426f
tree884603ab809e0cd95bb833261caf00fb9442087f
parent11934034229993ea81c14da8e8d4928a0cdcfa5e
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>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_net/Makefile
lib/librte_net/meson.build
lib/librte_net/rte_mpls.h [new file with mode: 0644]