numam-dpdk/lib/dmadev
Thomas Monjalon e904fd77d8 dmadev: add missing header include
When checking C++ compatibility of SDK headers,
an error is detected by the compiler:

lib/dmadev/rte_dmadev_pmd.h:95:23: error:
‘RTE_DEV_NAME_MAX_LEN’ undeclared here (not in a function)

The header file rte_dev.h must be included.

Fixes: b36970f2e1 ("dmadev: introduce DMA device library")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Conor Walsh <conor.walsh@intel.com>
2022-02-22 14:47:41 +01:00
..
meson.build dmadev: add data plane API 2021-10-17 20:49:58 +02:00
rte_dmadev_core.h fix PMD wording 2021-11-26 11:28:34 +01:00
rte_dmadev_pmd.h dmadev: add missing header include 2022-02-22 14:47:41 +01:00
rte_dmadev.c dmadev: hide devices array 2021-10-21 22:01:37 +02:00
rte_dmadev.h lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
version.map dmadev: remove symbol versioning for inline helpers 2021-10-22 22:40:59 +02:00