-----Original Message----- > Date: Tue, 13 Jun 2017 23:06:27 +0000 > From: "Eads, Gage" <gage.e...@intel.com> > To: Jerin Jacob <jerin.ja...@caviumnetworks.com>, "dev@dpdk.org" > <dev@dpdk.org> > CC: "hemant.agra...@nxp.com" <hemant.agra...@nxp.com>, "Van Haaren, Harry" > <harry.van.haa...@intel.com> > Subject: RE: [dpdk-dev] [PATCH] event/octeontx: improve dequeue performance > > > > -----Original Message----- > > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > > Sent: Friday, June 9, 2017 7:07 AM > > To: dev@dpdk.org > > Cc: hemant.agra...@nxp.com; Eads, Gage <gage.e...@intel.com>; Van > > Haaren, Harry <harry.van.haa...@intel.com>; Jerin Jacob > > <jerin.ja...@caviumnetworks.com> > > Subject: [dpdk-dev] [PATCH] event/octeontx: improve dequeue performance > > > > switch tag wait is a costly operation as it may translate to IOB read if > > core > > swtag cache is not updated. > > Do tag switch wait only when there is a tag request on the same hardware > > work slot. > > > > Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > > Acked-by: Gage Eads <gage.e...@intel.com>
Applied to dpdk-next-eventdev/master. Thanks.