Re: [dpdk-dev] [PATCH 19/39] event/octeontx: add support worker dequeue function

2017-03-24 Thread Jerin Jacob
On Thu, Mar 23, 2017 at 06:51:07PM +, Eads, Gage wrote: > Hi Jerin, Hi Gage, > > > > > +force_inline uint16_t __hot > > +ssows_deq_timeout(void *port, struct rte_event *ev, uint64_t > > +timeout_ticks) { > > + struct ssows *ws = port; > > + uint64_t iter; > > + uint16_t ret = 1; >

Re: [dpdk-dev] [PATCH 19/39] event/octeontx: add support worker dequeue function

2017-03-23 Thread Eads, Gage
Hi Jerin, > +force_inline uint16_t __hot > +ssows_deq_timeout(void *port, struct rte_event *ev, uint64_t > +timeout_ticks) { > +struct ssows *ws = port; > +uint64_t iter; > +uint16_t ret = 1; > + > +ssows_swtag_wait(ws); > +if (ws->swtag_req) { > +ws->sw

Re: [dpdk-dev] [PATCH 19/39] event/octeontx: add support worker dequeue function

2017-03-20 Thread Jerin Jacob
onja...@6wind.com; Richardson, Bruce > > ; Van Haaren, Harry > > ; hemant.agra...@nxp.com; Eads, Gage > > ; nipun.gu...@nxp.com; > > santosh.shu...@caviumnetworks.com; Jerin Jacob > > > > Subject: [dpdk-dev] [PATCH 19/39] event/octeontx: add supp

Re: [dpdk-dev] [PATCH 19/39] event/octeontx: add support worker dequeue function

2017-03-20 Thread Eads, Gage
s, Gage > ; nipun.gu...@nxp.com; > santosh.shu...@caviumnetworks.com; Jerin Jacob > > Subject: [dpdk-dev] [PATCH 19/39] event/octeontx: add support worker > dequeue function > > If device is configured with RTE_EVENT_DEV_CFG_PER_DEQUEUE_TIMEOUT > configuration then use dif

[dpdk-dev] [PATCH 19/39] event/octeontx: add support worker dequeue function

2017-03-03 Thread Jerin Jacob
If device is configured with RTE_EVENT_DEV_CFG_PER_DEQUEUE_TIMEOUT configuration then use different fast path dequeue handler to wait till requested amount of nanosecond if the event is not available. Signed-off-by: Jerin Jacob Signed-off-by: Santosh Shukla --- drivers/event/octeontx/ssovf_evde