* [DPDK/ethdev Bug 1564] Broadcom doesn't receive network packets via RX Interrupt (infinite lock rte_epoll_wait)
@ 2024-10-12 21:40 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-10-12 21:40 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 1911 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1564
Bug ID: 1564
Summary: Broadcom doesn't receive network packets via RX
Interrupt (infinite lock rte_epoll_wait)
Product: DPDK
Version: 24.07
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: lucas@easy-way.app
Target Milestone: ---
The rte_epoll_wait function is never returning, I believe that the interrupts
are not being properly configured for the bnxt_en driver after upgrade.
Bug NIC: Broadcom NetXtreme-E BCM57508
It is important to note that the same code works on Mellanox NIC, more
precisely Mellanox ConnectX-5 Ex MT28800
Steps to reproduce:
1. Update the NIC firmware using niccli utility
Download:
https://docs.broadcom.com/docs/NXE_Linux_niccli_231.0.162.1
Command:
./niccli -i 1 install -online
Online Tutorial:
https://techdocs.broadcom.com/us/en/storage-and-ethernet-connectivity/ethernet-nic-controllers/bcm957xxx/adapters/software-installation/updating-the-firmware/updating-the-firmware-online.html
2. Change IP 67.159.40.18/24 to your network IP
3. Change IP 67.159.40.17 to your default gateway
4. Compile the code below
The final C++ code (cpp):
https://pastebin.com/VH6PLiTU
5. Run the binary generated by the previous compilation
You will see the error, if you remove rte epoll_wait the ping works normally,
but if you use rte_epoll_wait it will never return
If necessary, I can provide access to my dedicated server that uses this
specific Broadcom NIC.
I can also provide access to the VNC console to access the server even after
starting the application.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 4130 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-12 21:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-12 21:40 [DPDK/ethdev Bug 1564] Broadcom doesn't receive network packets via RX Interrupt (infinite lock rte_epoll_wait) 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).