numam-dpdk/lib/librte_mbuf
Olivier Matz b84110e7ba mbuf: add function to read packet data
Introduce a new function to read the packet data from an mbuf chain. It
linearizes the data if required, and also ensures that the mbuf is large
enough.

This function is used in next commits that add a software parser to
retrieve the packet type.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2016-10-11 18:16:10 +02:00
..
Makefile mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
rte_mbuf_version.map mbuf: add function to read packet data 2016-10-11 18:16:10 +02:00
rte_mbuf.c mbuf: add function to read packet data 2016-10-11 18:16:10 +02:00
rte_mbuf.h mbuf: add function to read packet data 2016-10-11 18:16:10 +02:00