[DPDK/ethdev Bug 1719] mlx5 PMD returns incorrect max_mtu and max_rx_pktlen from rte_eth_dev_info_get()
bugzilla at dpdk.org
bugzilla at dpdk.org
Thu Jun 5 16:05:50 CEST 2025
https://bugs.dpdk.org/show_bug.cgi?id=1719
Bug ID: 1719
Summary: mlx5 PMD returns incorrect max_mtu and max_rx_pktlen
from rte_eth_dev_info_get()
Product: DPDK
Version: 24.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: dsosnowski at nvidia.com
Target Milestone: ---
mlx5 PMD returns incorrect values for max_mtu and max_rx_pktlen from
rte_eth_dev_info_get(). To be specific:
- max_mtu is set to UINT16_MAX - set statically in rte_eth_dev_info_get()
implementation as a fallback; it is never updated based on device's
capabilities in mlx5 PMD implementation
- max_rx_pktlen is set to 65536 - incorrect value; should be read based on
device's capabilities
--
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/20250605/626c7b4f/attachment.htm>
More information about the dev
mailing list