numam-dpdk/drivers
Ferruh Yigit 996672d351 bus/dpaa: fix build when assert enabled
Enabling CONFIG_RTE_ENABLE_ASSERT cause build error because some fields
protected by RTE_LIBRTE_DPAA_HWDEBUG macro accessed within DPAA_ASSERT.

All DPAA_ASSERT macro usage causing the build error wrapped with
RTE_LIBRTE_DPAA_HWDEBUG macro.

Fixes: f38f61e982 ("bus/dpaa: add BMAN hardware interfaces")
Fixes: c47ff048b9 ("bus/dpaa: add QMAN driver core routines")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2017-12-23 16:26:14 +01:00
..
bus bus/dpaa: fix build when assert enabled 2017-12-23 16:26:14 +01:00
crypto bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
event bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
mempool mempool: rename address mapping function to IOVA 2017-11-06 22:26:13 +01:00
net net/mlx5: fix flow mark action on port start 2017-11-15 09:06:31 +01:00
Makefile drivers: add net as dependency for event drivers 2017-10-25 14:03:43 +02:00