mbuf: add accessor function for private data area
authorDan Gora <dg@adax.com>
Mon, 18 Jun 2018 23:35:34 +0000 (16:35 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Jul 2018 21:08:15 +0000 (23:08 +0200)
commitf5f45caeb049ea52b6e8fd2abe0a46c204dea533
treea3f3bc838fc331c83f6b82bd345620700ea348e4
parent6bf10ab69be027401cc63b99fd30bc91fde525a9
mbuf: add accessor function for private data area

Add an inline accessor function to return the starting address of
the private data area in the supplied mbuf.

This allows applications to easily access the private data area between
the struct rte_mbuf and the data buffer in the specified mbuf without
creating private macros or accessor functions.

No checks are made to ensure that a private data area actually exists
in the buffer.

Signed-off-by: Dan Gora <dg@adax.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mbuf/rte_mbuf.h