On Tue, Jan 18, 2022 at 4:08 PM Sunil Kumar Kori <sk...@marvell.com> wrote: > > > > Regards > Sunil Kumar Kori > > >-----Original Message----- > >From: nipun.gu...@nxp.com <nipun.gu...@nxp.com> > >Sent: Tuesday, January 11, 2022 10:36 AM > >To: dev@dpdk.org > >Cc: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Sunil Kumar Kori > ><sk...@marvell.com>; tho...@monjalon.net; hemant.agra...@nxp.com; > >sta...@dpdk.org; Nipun Gupta <nipun.gu...@nxp.com> > >Subject: [EXT] [PATCH] examples/l3fwd: fix Rx burst size for event mode > > > >External Email > > > >---------------------------------------------------------------------- > >From: Nipun Gupta <nipun.gu...@nxp.com> > > > >While dequeing the packets from the event device, burst size is provided in
dequeuing > >the API. This was not getting properly conigured in the application. This > >patch configured > >correctly configures the burst size. > > > >Fixes: aaf58cb85b62 ("examples/l3fwd: add event port and queue setup") > >Cc: sta...@dpdk.org > > > >Signed-off-by: Nipun Gupta <nipun.gu...@nxp.com> > >--- > > Acked-by: Sunil Kumar Kori <sk...@mavell.com> > Fixed above typo Applied to dpdk-next-net-eventdev/for-main. Thanks