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;
>
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
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
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
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
5 matches
Mail list logo