-----Original Message----- > Date: Wed, 9 May 2018 10:03:33 +0000 > From: Hemant Agrawal <[email protected]> > To: Shreyansh Jain <[email protected]>, > "[email protected]" <[email protected]> > CC: "[email protected]" <[email protected]>, Ashish Jain <[email protected]>, Nipun > Gupta <[email protected]> > Subject: RE: [PATCH 2/2] event/dpaa2: Remove usage of link under evq_info_t > structure > > > On 5/9/2018 2:50 PM, Shreyansh Jain wrote: > > From: Ashish Jain <[email protected]> > > > > Removing use of link data under evq_info_t structure which was > > used to check whether the the associated evq has been linked > > or not. Since, an evq can be linked to multiple event ports, > > thus setting the link variable only allowed the first event > > port to be associated with the evq. This led to huge performance > > drop in case of multiple event ports as I/O only worked on > > first event port associated with the evq. > > > > Fixes: 0ce3ce7c275c ("event/dpaa2: add configuration functions") > > Cc: [email protected] > > > > Signed-off-by: Ashish Jain <[email protected]> > > --- > Acked-by: Hemant Agrawal <[email protected]>
CC: [email protected] Fixed check-git-log.sh errors and Applied this series to dpdk-next-eventdev/master. Thanks.

