examples/l3fwd: fix Rx burst size for event mode
authorNipun Gupta <nipun.gupta@nxp.com>
Tue, 11 Jan 2022 05:05:46 +0000 (10:35 +0530)
committerJerin Jacob <jerinj@marvell.com>
Fri, 21 Jan 2022 11:57:52 +0000 (12:57 +0100)
commit2e94304c8434968626cd39fd6afe393a905c7dd2
tree3b0ea9270978c3a4796b5a9f3cc998834d83e6b6
parent8bdbae66b29958e454c7401ef22249c508e13453
examples/l3fwd: fix Rx burst size for event mode

While dequeuing the packets from the event device, burst size
is provided in the API. This was not getting properly
configured in the application. This patch correctly configures
the burst size.

Fixes: aaf58cb85b62 ("examples/l3fwd: add event port and queue setup")
Cc: stable@dpdk.org
Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Sunil Kumar Kori <skori@marvell.com>
examples/l3fwd/l3fwd_event_internal_port.c