Actions
Feature #5937
closed
LS
LS
Task #5965: tracking: Improving DPDK capture interface and docs
dpdk: Improve DPDK version checking
Feature #5937:
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)
LS Updated by Lukas Sismis about 3 years ago
- Status changed from New to In Progress
LS Updated by Lukas Sismis about 3 years ago
- Status changed from In Progress to In Review
LS Updated by Lukas Sismis about 3 years ago
- Parent task set to #5965
LS Updated by Lukas Sismis almost 3 years ago
- Status changed from In Review to Closed
Actions