* [Bug 1139] expose selection of PMD fast-path functions before dev_start (rte_eth_dev_start)
@ 2022-12-02 3:50 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2022-12-02 3:50 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=1139
Bug ID: 1139
Summary: expose selection of PMD fast-path functions before
dev_start (rte_eth_dev_start)
Product: DPDK
Version: 22.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: wdy_s@foxmail.com
Target Milestone: ---
Created attachment 235
--> https://bugs.dpdk.org/attachment.cgi?id=235&action=edit
diff
1. startup counsumer thread(main_loop) call rte_eth_rx_burst.
but the real rx_burst is dummy_eth_rx_burst
2. call rte_eth_dev_start: will startup dev and expose selection of PMD
fast-path functions
3. get xstats by name("rx_missed_errors"), maybe see misserr greater than 0
my solution:
expose selection of PMD fast-path functions before dev_start
(rte_eth_dev_start)
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-02 3:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02 3:50 [Bug 1139] expose selection of PMD fast-path functions before dev_start (rte_eth_dev_start) 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).