> 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
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
> 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-
> > >
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
> >
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
> 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,
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/
7 matches
Mail list logo