Project

General

Profile

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

Added by Lukas Sismis about 3 years ago. Updated almost 3 years 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)

LS Updated by Lukas Sismis about 3 years ago Actions #1

  • Status changed from New to In Progress

LS Updated by Lukas Sismis about 3 years ago Actions #2

  • Status changed from In Progress to In Review

LS Updated by Lukas Sismis about 3 years ago Actions #3

  • Parent task set to #5965

LS Updated by Lukas Sismis almost 3 years ago Actions #4

  • Status changed from In Review to Closed
Actions

Also available in: PDF Atom