[dpdk-dev] [PATCH v2 01/13] common/dpaax: moving OF lib code from dpaa bus

Ferruh Yigit ferruh.yigit at intel.com
Thu Sep 26 18:54:15 CEST 2019


On 8/28/2019 12:08 PM, Gagandeep Singh wrote:
> From: Hemant Agrawal <hemant.agrawal at nxp.com>
> 
> This code is being shared by more than 1 type of driver.
> Common is most appropriate place for it.
> 
> Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
<...>

> @@ -32,6 +32,7 @@
>  #include <rte_bus.h>
>  #include <rte_mbuf_pool_ops.h>
>  
> +#include <of.h>

Is there any risk of this is conflicting with the linux 'of.h', does it make
sense to rename it to something like 'dpaa_of.h' ?


More information about the dev mailing list