[dpdk-dev] [PATCH v5] mbuf: introduce common functions to get dma address

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Mar 4 15:52:03 CET 2016


2016-03-04 10:09, Olivier Matz:
> From: Ravi Kerur <rkerur at gmail.com>
> 
> Macros RTE_MBUF_DATA_DMA_ADDR and RTE_MBUF_DATA_DMA_ADDR_DEFAULT
> are defined in each PMD driver file. Convert macros to inline
> functions and move them to common lib/librte_mbuf/rte_mbuf.h file.
> PMD drivers include rte_mbuf.h file directly/indirectly hence no
> additioanl header file inclusion is necessary.
> 
> Signed-off-by: Ravi Kerur <rkerur at gmail.com>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>

Applied, thanks


More information about the dev mailing list