[dpdk-dev] [PATCH v3 03/16] mbuf: move packet type definitions in a new file

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Oct 10 16:52:46 CEST 2016


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?


More information about the dev mailing list