From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id ED4751E34; Wed, 27 Feb 2019 05:08:37 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 27 Feb 2019 04:08:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: examples X-Bugzilla-Version: 18.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: gain1974@gmail.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 216] rte_eth_rx_burst nb_pkts issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 04:08:38 -0000 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.=