From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla@dpdk.org
Subject: [Bug 216] rte_eth_rx_burst nb_pkts issue
Date: Wed, 27 Feb 2019 04:08:38 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
To: dev@dpdk.org
Return-path:
List-Id: DPDK patches and discussions
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dev-bounces@dpdk.org
Sender: "dev"
https://bugs.dpdk.org/show_bug.cgi?id=3D216
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@dpdk.org
Reporter: gain1974@gmail.com
Target Milestone: ---
Environment: Linux - Ubuntu 16.04.4 LTS
NIC: Dell Ethernet Controller 10-Gigabit X540-AT2
DPDK Example: load_balancer
Function:=20
n_mbufs =3D rte_eth_rx_burst(port,queue,lp->rx.mbuf_in.array,(uint16_t)
bsz_rd););
BUG:=20
If set bsz_rd to 1, then rte_eth_rx_burst will ALWAYS return 0.
Which means load_balancer will never receive any packet...
--=20
You are receiving this mail because:
You are the assignee for the bug.=