[dpdk-dev] [Bug 216] rte_eth_rx_burst nb_pkts issue

bugzilla at dpdk.org bugzilla at dpdk.org
Wed Feb 27 05:08:38 CET 2019


https://bugs.dpdk.org/show_bug.cgi?id=216

            Bug ID: 216
           Summary: rte_eth_rx_burst   nb_pkts   issue
           Product: DPDK
           Version: 18.11
          Hardware: All
                OS: Linux
            Status: CONFIRMED
          Severity: major
          Priority: Normal
         Component: examples
          Assignee: dev at dpdk.org
          Reporter: gain1974 at gmail.com
  Target Milestone: ---

Environment: Linux - Ubuntu 16.04.4 LTS

NIC: Dell Ethernet Controller 10-Gigabit X540-AT2

DPDK Example: load_balancer

Function: 
n_mbufs = rte_eth_rx_burst(port,queue,lp->rx.mbuf_in.array,(uint16_t)
bsz_rd););


BUG: 
If set bsz_rd to 1, then rte_eth_rx_burst will ALWAYS return 0.
Which means load_balancer will never receive any packet...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list