Project

General

Profile

Actions

Feature #5937

closed

Task #5965: tracking: Improving DPDK capture interface and docs

dpdk: Improve DPDK version checking

Added by Lukas Sismis about 1 year ago. Updated 12 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Also available in: Atom PDF