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 773F645C93;
Wed, 6 Nov 2024 10:20:00 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id 4CC21427A9;
Wed, 6 Nov 2024 10:20:00 +0100 (CET)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id C7B0240265
for ; Wed, 6 Nov 2024 10:19:58 +0100 (CET)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id BE81E45C94; Wed, 6 Nov 2024 10:19:58 +0100 (CET)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/ethdev Bug 1574] bnxt dropping all packets when memory is low
Date: Wed, 06 Nov 2024 09:19:58 +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: fgiordano@riverbed.com
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=17308847980.3E2f.811711
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
--17308847980.3E2f.811711
Date: Wed, 6 Nov 2024 10:19:58 +0100
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=3D1574
Bug ID: 1574
Summary: bnxt dropping all packets when memory is low
Product: DPDK
Version: 23.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: fgiordano@riverbed.com
Target Milestone: ---
Hello,
my DPDK application uses a BCM57412 NetXtreme-E 10Gb RDMA ethernet controll=
er
(bnxt driver). When memory is low (and I reproduce it with a custom binary =
that
simply allocates memory and uses it) I get a bunch of errors like these in
/var/log/messages:
bnxt_rx_pkt(): mbuf alloc failed with prod=3D0x10aa
That's probably expected but what happens sometimes is that the NIC starts
dropping **all** incoming packets. Even if I then stop the memory-eating to=
ol,
the application will drop 100% of incoming packets. The only thing to do at
that point is to restart the application.
I tested it with version 21.11.1, 23.11.1 and 23.11.2 and I could reproduce=
it
on all of them. Is this a known issue? Thanks.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--17308847980.3E2f.811711
Date: Wed, 6 Nov 2024 10:19:58 +0100
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
Hello,
my DPDK application uses a BCM57412 NetXtreme-E 10Gb RDMA ethernet controll=
er
(bnxt driver). When memory is low (and I reproduce it with a custom binary =
that
simply allocates memory and uses it) I get a bunch of errors like these in
/var/log/messages:
bnxt_rx_pkt(): mbuf alloc failed with prod=3D0x10aa
That's probably expected but what happens sometimes is that the NIC starts
dropping **all** incoming packets. Even if I then stop the memory-eating to=
ol,
the application will drop 100% of incoming packets. The only thing to do at
that point is to restart the application.
I tested it with version 21.11.1, 23.11.1 and 23.11.2 and I could reproduce=
it
on all of them. Is this a known issue? Thanks.