[DPDK/ethdev Bug 1647] uio_pci_generic module bind failed in X710/XL710/XXV710
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Feb 3 04:58:51 CET 2025
https://bugs.dpdk.org/show_bug.cgi?id=1647
Bug ID: 1647
Summary: uio_pci_generic module bind failed in
X710/XL710/XXV710
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: nandinipersad361 at gmail.com
Target Milestone: ---
The uio_pci_generic module is not supported by XL710, since the errata of XL710
states that the Interrupt Status bit is not implemented. The errata is the item
#71 from the xl710 controller spec. The hw limitation is the same as other
X710/XXV710 NICs.
Implication:
When use --bind=uio_pci_generic, the uio_pci_generic module probes device and
check the Interrupt Status bit. Since it is not supported by X710/XL710/XXV710,
it return a failed value. The statement that these products don’t support INTx
masking, is indicated in the related linux kernel commit.
Resolution/Workaround:
Do not bind the uio_pci_generic module in X710/XL710/XXV710 NICs.
Affected Environment/Platform:
All.
Driver/Module:
Poll Mode Driver (PMD).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250203/f90b19d0/attachment.htm>
More information about the dev
mailing list