* [DPDK/ethdev Bug 1415] Calling rte_eth_bond_8023ad_dedicated_queues_enable() leads to exhaustion of the LACP packet pool
@ 2024-04-11 16:50 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-04-11 16:50 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1415
Bug ID: 1415
Summary: Calling rte_eth_bond_8023ad_dedicated_queues_enable()
leads to exhaustion of the LACP packet pool
Product: DPDK
Version: 23.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: michel@digirati.com.br
Target Milestone: ---
When dedicated queues are enabled on a bond interface by calling
rte_eth_bond_8023ad_dedicated_queues_enable(), DPDK eventually starts
repeatedly loggin "tx_machine(580) - Failed to allocate LACP packet from pool".
According to the code of tx_machine(), this log entry means that the mbuf pool
created to send LACP packets (i.e. port->mbuf_pool) is exhausted.
The problem occurs about 10 minutes after my application (i.e.
https://github.com/AltraMayor/gatekeeper ) starts, and I can reproduce it with
one or two members in the bond interface. The problem does not occur if I
remove the call to rte_eth_bond_8023ad_dedicated_queues_enable().
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 3240 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-11 16:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-11 16:50 [DPDK/ethdev Bug 1415] Calling rte_eth_bond_8023ad_dedicated_queues_enable() leads to exhaustion of the LACP packet pool bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).