[dpdk-dev] [PATCH v5 2/3] app/testpmd: add API for configuration of queue region

Wu, Jingjing jingjing.wu at intel.com
Fri Sep 29 07:04:58 CEST 2017


General comments:

You need to wrap i40e private API by 
#ifdef RTE_LIBRTE_I40E_PMD
#endif

Otherwise it will cause compile error if I40E_PMD is not enable in config.

You can refer to other implementation like cmd_ptype_mapping_get_parsed.

Thanks
Jingjing



More information about the dev mailing list