Actions
Feature #5937
closedTask #5965: tracking: Improving DPDK capture interface and docs
dpdk: Improve DPDK version checking
Effort:
Difficulty:
Label:
Description
Move away from
#if RTE_VER_YEAR < 21 || RTE_VER_YEAR == 21 && RTE_VER_MONTH < 11
to
#if RTE_VERSION >= RTE_VERSION_NUM(20,11,0,0)
Actions