[Bug 1139] expose selection of PMD fast-path functions before dev_start (rte_eth_dev_start)

bugzilla at dpdk.org bugzilla at dpdk.org
Fri Dec 2 04:50:25 CET 2022


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 at dpdk.org
          Reporter: wdy_s at 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.


More information about the dev mailing list