Skip to content

Commit

Permalink
log: remove PMD logtype
Browse files Browse the repository at this point in the history
All uses of PMD logtype in core DPDK have been replaced
by dynamic types.

Signed-off-by: Stephen Hemminger <[email protected]>
  • Loading branch information
shemminger authored and david-marchand committed Feb 12, 2024
1 parent bf60708 commit 3224af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/log/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ struct logtype {

static const struct logtype logtype_strings[] = {
{RTE_LOGTYPE_EAL, "lib.eal"},
{RTE_LOGTYPE_PMD, "pmd"},

{RTE_LOGTYPE_USER1, "user1"},
{RTE_LOGTYPE_USER2, "user2"},
{RTE_LOGTYPE_USER3, "user3"},
Expand Down
2 changes: 1 addition & 1 deletion lib/log/rte_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern "C" {
/* was RTE_LOGTYPE_RING */
/* was RTE_LOGTYPE_MEMPOOL */
/* was RTE_LOGTYPE_TIMER */
#define RTE_LOGTYPE_PMD 5 /**< Log related to poll mode driver. */
/* was RTE_LOGTYPE_PMD */
/* was RTE_LOGTYPE_HASH */
/* was RTE_LOGTYPE_LPM */
/* was RTE_LOGTYPE_KNI */
Expand Down

0 comments on commit 3224af3

Please sign in to comment.