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 #1

Updated by Lukas Sismis about 1 year ago

  • Status changed from New to In Progress
Actions #2

Updated by Lukas Sismis about 1 year ago

  • Status changed from In Progress to In Review
Actions #3

Updated by Lukas Sismis about 1 year ago

  • Parent task set to #5965
Actions #4

Updated by Lukas Sismis 12 months ago

  • Status changed from In Review to Closed
Actions

Also available in: Atom PDF