mbuf: move packet type definitions in a new file
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 3 Oct 2016 08:38:44 +0000 (10:38 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 11 Oct 2016 16:16:22 +0000 (18:16 +0200)
commita3917f2218ffb6965294e35ceaab2090650ae061
treeac64c3e3732fb0110c83b1a3feaa5da6cc8f779e
parent57668ed7bc086811ee2a8ca093cffcd0962c84e7
mbuf: move packet type definitions in a new file

The file rte_mbuf.h starts to be quite big, and next commits
will introduce more functions related to packet types. Let's
move them in a new file.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mbuf/Makefile
lib/librte_mbuf/rte_mbuf.h
lib/librte_mbuf/rte_mbuf_ptype.h [new file with mode: 0644]