Re: [dpdk-dev] [PATCH 2/5] eventdev: introduce specialized enqueue new op variant

2017-06-30 Thread Van Haaren, Harry
"Richardson, Bruce" , > > "hemant.agra...@nxp.com" , "Eads, Gage" > > , "nipun.gu...@nxp.com" , > > "Vangati, Narender" , "Rao, Nikhil" > > > > Subject: RE: [dpdk-dev] [PATCH 2/5] eventdev: introduce s

Re: [dpdk-dev] [PATCH 2/5] eventdev: introduce specialized enqueue new op variant

2017-06-30 Thread Jerin Jacob
.@nxp.com" , > "Vangati, Narender" , "Rao, Nikhil" > > Subject: RE: [dpdk-dev] [PATCH 2/5] eventdev: introduce specialized enqueue > new op variant > > > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > > Sent: Thursday, J

Re: [dpdk-dev] [PATCH 2/5] eventdev: introduce specialized enqueue new op variant

2017-06-30 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Thursday, June 29, 2017 3:20 PM > To: dev@dpdk.org > diff --git a/drivers/event/octeontx/ssovf_evdev.c > b/drivers/event/octeontx/ssovf_evdev.c > index 8dc7b2ef8..0d0c6a186 100644 > --- a/drivers/event/octeontx/ssovf_evdev.c > ++

[dpdk-dev] [PATCH 2/5] eventdev: introduce specialized enqueue new op variant

2017-06-29 Thread Jerin Jacob
Introducing the rte_event_enqueue_new_burst() for enabling the PMD, an optimization opportunity to optimize if all the events in the enqueue burst has the op type of RTE_EVENT_OP_NEW. If a PMD does not have any optimization opportunity for this operation then the PMD can choose the generic enqueue