Re: [EXT] [PATCH] examples/l3fwd: fix Rx burst size for event mode

2022-01-21 Thread Jerin Jacob
aran ; Sunil Kumar Kori > >; tho...@monjalon.net; hemant.agra...@nxp.com; > >sta...@dpdk.org; Nipun Gupta > >Subject: [EXT] [PATCH] examples/l3fwd: fix Rx burst size for event mode > > > >External Email > > > >---

RE: [EXT] [PATCH] examples/l3fwd: fix Rx burst size for event mode

2022-01-18 Thread Sunil Kumar Kori
gt;Subject: [EXT] [PATCH] examples/l3fwd: fix Rx burst size for event mode > >External Email > >-- >From: Nipun Gupta > >While dequeing the packets from the event device, burst size is provided in >the API

[PATCH] examples/l3fwd: fix Rx burst size for event mode

2022-01-10 Thread nipun . gupta
From: Nipun Gupta While dequeing the packets from the event device, burst size is provided in the API. This was not getting properly conigured in the application. This patch correctly configures the burst size. Fixes: aaf58cb85b62 ("examples/l3fwd: add event port and queue setup") Cc: sta...@dpd