Hi Thomas, On 10/10/2016 04:52 PM, Thomas Monjalon wrote: > 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? >
These are mbuf features. I can reverse the question: why moving them in librte_net? :)