755fb0887f
When RTE_LIBRTE_BBDEV_DEBUG is enabled, rte_device's driver
pointer is dereferenced twice in fpga_lte_fec's probe callback.
It causes a segmentation fault because this pointer is only
assigned after probe callback call.
This patch makes use of rte_pci_driver pointer instead
Fixes:
|
||
---|---|---|
.. | ||
fpga_lte_fec.c | ||
fpga_lte_fec.h | ||
meson.build | ||
rte_pmd_bbdev_fpga_lte_fec_version.map |