+1
−1
Loading
RTE_DEV_ALLOWED is an enum and has no associated define, hence checking for its presence will always be false. We could test for RTE_DEV_WHITELISTED define, but this macro added for deprecation warning will be dropped in the future. Switch to a check on DPDK version. Fixes: 10ed0eb7 ("env_dpdk/pci: adapt to 20.11 EAL changes") Signed-off-by:David Marchand <david.marchand@redhat.com> Change-Id: I75270977b580065b36c753266cbaa5fb73f99eb1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5165 Community-CI: Mellanox Build Bot Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>