> -----Original Message----- > From: pbhagavat...@marvell.com <pbhagavat...@marvell.com> > Sent: Sunday, June 2, 2019 12:23 AM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Pavan Nikhilesh > Bhagavatula <pbhagavat...@marvell.com> > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 07/44] event/octeontx2: add devargs for inflight > buffer count > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > The number of events for a *open system* event device is specified as -1 as > per > the eventdev specification. > Since, Octeontx2 SSO inflight events are only limited by DRAM size, the > xae_cnt > devargs parameter is introduced to provide upper limit for in-flight events. > > Example: > --dev "0002:0e:00.0,xae_cnt=8192" > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Acked-by: Jerin Jacob <jer...@marvell.com>