Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker functions

2018-01-11 Thread Van Haaren, Harry
> Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue > worker functions > > On Thu, Jan 11, 2018 at 12:17:38PM +, Van Haaren, Harry wrote: > > > > > > > > Thinking a little more about this, also in light of pat

Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker functions

2018-01-11 Thread Pavan Nikhilesh
On Thu, Jan 11, 2018 at 12:17:38PM +, Van Haaren, Harry wrote: > > > > > Thinking a little more about this, also in light of patch 11/12 of this > > series. > > > > > > The code here has a "safe" and "unsafe" version of TX. This involves > > adding a spinlock inside the code, which is being

Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker functions

2018-01-11 Thread Van Haaren, Harry
> Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue > worker functions > > On Wed, Jan 10, 2018 at 04:53:53PM +, Van Haaren, Harry wrote: > > Replying to self... > > > > > -Original Message- > > >

Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker functions

2018-01-10 Thread Pavan Nikhilesh
Pavan Nikhilesh ; > > jerin.ja...@caviumnetworks.com; santosh.shu...@caviumnetworks.com; Eads, > > Gage ; hemant.agra...@nxp.com; nipun.gu...@nxp.com; Ma, > > Liang J > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue > >

Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker functions

2018-01-10 Thread Van Haaren, Harry
nt.agra...@nxp.com; nipun.gu...@nxp.com; Ma, > Liang J > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue > worker functions > > > From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > > Sent: Wednesd

Re: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker functions

2018-01-10 Thread Van Haaren, Harry
> Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker > functions > > +static __rte_always_inline void > +pipeline_tx_pkt_safe(struct rte_mbuf *mbuf) > +{ > + while (rte_eth_tx_burst(mbuf->port,

[dpdk-dev] [PATCH v3 09/12] app/eventdev: add pipeline queue worker functions

2018-01-10 Thread Pavan Nikhilesh
Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_pipeline_common.h | 80 +++ app/test-eventdev/test_pipeline_queue.c | 367 ++- 2 files changed, 446 insertions(+), 1 deletion(-) diff --git a/app/test-eventdev/test_pipeline_common.h b/app/test-eventdev/