2016-10-03 10:38, Olivier Matz: > 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 at 6wind.com> > --- > lib/librte_mbuf/Makefile | 2 +- > lib/librte_mbuf/rte_mbuf.h | 495 +---------------------------------- > lib/librte_mbuf/rte_mbuf_ptype.h | 552 > +++++++++++++++++++++++++++++++++++++++
Why not moving packet type and other packet flags in librte_net?