Actions
Bug #7009
closed
VJ
LS
dpdk: compile warning ‘rte_eth_bond_members_get’ is deprecated
Bug #7009:
dpdk: compile warning ‘rte_eth_bond_members_get’ is deprecated
Affected Versions:
Effort:
Difficulty:
Label:
Description
util-dpdk-bonding.c: In function ‘BondingMemberDevicesGet’:
util-dpdk-bonding.c:58:5: warning: ‘rte_eth_bond_members_get’ is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
58 | int32_t len = rte_eth_bond_members_get(bond_pid, bonded_devs, bonded_devs_length);
| ^~~~~~~
In file included from util-dpdk.h:32,
from util-dpdk-bonding.c:32:
/usr/include/dpdk/rte_eth_bond.h:204:1: note: declared here
204 | rte_eth_bond_members_get(uint16_t bonding_port_id, uint16_t members[],
| ^~~~~~~~~~~~~~~~~~~~~~~~
DPDK from distro packaging on Ubuntu 24.04.
LS Updated by Lukas Sismis about 1 year ago
- Status changed from Assigned to In Review
PA Updated by Philippe Antoine 9 months ago
- Affected Versions 8.0.0 added
LS Updated by Lukas Sismis 6 months ago
- Status changed from In Review to Resolved
- Label Needs backport to 8.0 added
LS Updated by Lukas Sismis 6 months ago
- Target version changed from TBD to 9.0.0-beta1
OT Updated by OISF Ticketbot 6 months ago
- Label deleted (
Needs backport to 8.0)
LS Updated by Lukas Sismis 6 months ago
- Subtask #7990 added
LS Updated by Lukas Sismis 5 months ago
- Label Needs backport to 7.0 added
OT Updated by OISF Ticketbot 5 months ago
- Subtask #8013 added
OT Updated by OISF Ticketbot 5 months ago
- Label deleted (
Needs backport to 7.0)
LS Updated by Lukas Sismis 5 months ago
- Status changed from Resolved to Closed
Actions