From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
by inbox.dpdk.org (Postfix) with ESMTP id 1D0E543E44;
Thu, 11 Apr 2024 18:50:31 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id A565E402A2;
Thu, 11 Apr 2024 18:50:30 +0200 (CEST)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id 72F334029B
for ; Thu, 11 Apr 2024 18:50:28 +0200 (CEST)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id 4BA4C43E45; Thu, 11 Apr 2024 18:50:28 +0200 (CEST)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/ethdev Bug 1415] Calling
rte_eth_bond_8023ad_dedicated_queues_enable() leads to exhaustion of the LACP
packet pool
Date: Thu, 11 Apr 2024 16:50:28 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: DPDK
X-Bugzilla-Component: ethdev
X-Bugzilla-Version: 23.11
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: michel@digirati.com.br
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Resolution:
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: dev@dpdk.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
op_sys bug_status bug_severity priority component assigned_to reporter
target_milestone
Message-ID:
Content-Type: multipart/alternative; boundary=17128542280.Fafc2b980.2613423
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
MIME-Version: 1.0
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dev-bounces@dpdk.org
--17128542280.Fafc2b980.2613423
Date: Thu, 11 Apr 2024 18:50:28 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
https://bugs.dpdk.org/show_bug.cgi?id=3D1415
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 po=
ol".
According to the code of tx_machine(), this log entry means that the mbuf p=
ool
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 w=
ith
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().
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--17128542280.Fafc2b980.2613423
Date: Thu, 11 Apr 2024 18:50:28 +0200
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
Calling rte_eth_bond_8023ad_dedicated_queues_enable() leads t=
o 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 fr=
om pool".
According to the code of tx_machine(), this log entry means that the mbuf p=
ool
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/Alt=
raMayor/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().