[Bug 1241] DPDK 18.11.5: i40e PMD fails to start X710 port when set mtu.
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon May 29 12:47:39 CEST 2023
https://bugs.dpdk.org/show_bug.cgi?id=1241
Bug ID: 1241
Summary: DPDK 18.11.5: i40e PMD fails to start X710 port when
set mtu.
Product: DPDK
Version: 18.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: 18309220061 at 163.com
Target Milestone: ---
When i use the i40e PMD to set the mtu, as follows:
1. rte_eth_dev_ stop
2. rte_eth_dev_set_mtu
3. rte_eth_dev_start
The 1 and 2 steps are normal, but step 3 fails.
Log as follows:
i40e_alloc_rx queue mbufs(): Failed to allocate mbuf for RX
i40e alloc_rx queue mbufs(): Failed to allocate mbuf for RX
i40e dev rx queue start(): Failed to allocate RX queue mbuf
i40e dev switch queues(): Failed to switch rx queues
i40e dev start): Failed to enable VsI
i40e dev rx queue start(): Failed to allocate Rx queue mbuf
i40e dev switch queues(): Failed to switch rx queues
i40e dev start(): Failed to enable VSI
I don't know why?Sometimes it's normal and sometimes it's not.Only X710 nics
has the issue.
--
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/20230529/980329c5/attachment.htm>
More information about the dev
mailing list