numam-dpdk/lib/ethdev
Bruce Richardson 5ed2a2d4fd ethdev: fix cast for C++ compatibility
C++ does not allow implicit conversion to/from void*,
so we need an explicit cast to allow the driver SDK header
to be included from C++ code.

Fixes: e489007a41 ("ethdev: add generic create/destroy ethdev APIs")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
2022-02-22 14:47:49 +01:00
..
ethdev_driver.c ethdev: move driver interface functions to its own file 2022-02-11 21:17:34 +01:00
ethdev_driver.h ethdev: add missing C++ guards 2022-02-22 14:47:49 +01:00
ethdev_pci.h ethdev: fix cast for C++ compatibility 2022-02-22 14:47:49 +01:00
ethdev_private.c ethdev: move driver interface functions to its own file 2022-02-11 21:17:34 +01:00
ethdev_private.h ethdev: move driver interface functions to its own file 2022-02-11 21:17:34 +01:00
ethdev_profile.c ethdev: fix Ethernet spelling 2021-10-21 13:43:56 +02:00
ethdev_profile.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
ethdev_trace_points.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
ethdev_vdev.h ethdev: add missing C++ guards 2022-02-22 14:47:49 +01:00
meson.build ethdev: introduce generic dummy packet burst function 2022-02-11 21:17:34 +01:00
rte_class_eth.c ethdev: fix ID spelling in comments and log messages 2021-10-21 13:43:56 +02:00
rte_dev_info.h ethdev: add missing C++ guards 2022-02-22 14:47:49 +01:00
rte_eth_ctrl.h ethdev: fix Rx/Tx spelling 2021-10-21 13:43:56 +02:00
rte_ethdev_core.h ethdev: fix Rx/Tx spelling 2021-10-21 13:43:56 +02:00
rte_ethdev_trace_fp.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_ethdev_trace.h ethdev: fix max Rx packet length 2021-10-18 19:20:20 +02:00
rte_ethdev.c ethdev: move driver interface functions to its own file 2022-02-11 21:17:34 +01:00
rte_ethdev.h ethdev: introduce dump API 2022-02-11 11:31:13 +01:00
rte_flow_driver.h ethdev: introduce configurable flexible item 2021-10-20 18:58:54 +02:00
rte_flow.c ethdev: support GRE optional fields 2022-02-11 16:51:59 +01:00
rte_flow.h ethdev: support GRE optional fields 2022-02-11 16:51:59 +01:00
rte_mtr_driver.h ethdev: avoid documentation in next lines 2021-10-21 13:43:56 +02:00
rte_mtr.c ethdev: add pre-defined meter policy API 2021-04-21 12:22:17 +02:00
rte_mtr.h doc: add traffic metering API walk-through 2021-11-26 15:09:15 +01:00
rte_tm_driver.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_tm.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_tm.h ethdev: fix Rx/Tx spelling 2021-10-21 13:43:56 +02:00
version.map ethdev: introduce generic dummy packet burst function 2022-02-11 21:17:34 +01:00