[DPDK/ethdev Bug 1693] ring PMD rte_eth_from_ring does not do what is expected
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Apr 7 16:54:10 CEST 2025
https://bugs.dpdk.org/show_bug.cgi?id=1693
Bug ID: 1693
Summary: ring PMD rte_eth_from_ring does not do what is
expected
Product: DPDK
Version: 25.03
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: stephen at networkplumber.org
Target Milestone: ---
The function rte_eth_from_ring does not really do what it says on the tin.
The programmer would expect that the ring passed would be used to make an
ethdev.
Instead the name is used as a seed to a new ring name ETH_RXTX0_XXXX.
Not sure if it ever did the right thing.
One would expect the passed in ring would become the ring used for the ethdev.
Instead the passed in ring is never used.
--
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/20250407/24e13bad/attachment.htm>
More information about the dev
mailing list