On 9/9/2017 12:21 PM, Shreyansh Jain wrote:
> Signed-off-by: Geoff Thorpe <[email protected]>
> Signed-off-by: Roy Pledge <[email protected]>
> Signed-off-by: Hemant Agrawal <[email protected]>
> Signed-off-by: Shreyansh Jain <[email protected]>

<...>

>  
> +#if !defined(CONFIG_FSL_QMAN_FQ_LOOKUP) && defined(RTE_ARCH_ARM64)
> +#error "_ARM64 requires _FSL_QMAN_FQ_LOOKUP"
> +#endif

This PMD enabled with new added config
"defconfig_arm64-armv8a-linuxapp-gcc", which is 64bits. So this means
CONFIG_FSL_QMAN_FQ_LOOKUP always defined for the bus.

Does is make sense to keep above check, but for rest of the code assume
CONFIG_FSL_QMAN_FQ_LOOKUP always set and remove the #ifdefs, to simplify
the code?

<...>

Reply via email to