Re: [dpdk-dev] [PATCH] test/eventdev: use CPU event type

2017-12-09 Thread Jerin Jacob
-Original Message- > Date: Mon, 4 Dec 2017 14:14:45 +0530 > From: Pavan Nikhilesh Bhagavatula > To: Jerin Jacob > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] test/eventdev: use CPU event type > User-Agent: NeoMutt/20170609 (1.8.3) > > On Mon, Dec 04,

Re: [dpdk-dev] [PATCH] test/eventdev: use CPU event type

2017-12-04 Thread Pavan Nikhilesh Bhagavatula
On Mon, Dec 04, 2017 at 01:41:18PM +0530, Jerin Jacob wrote: > octeontx test application was using non RTE_EVENT_TYPE_CPU > event type to generate the event from CPU. Upon the introduction > of ethdev Rx adapter, RTE_EVENT_TYPE_ETHDEV has special > meaning. So avoid using non RTE_EVENT_TYPE_CPU ev

[dpdk-dev] [PATCH] test/eventdev: use CPU event type

2017-12-04 Thread Jerin Jacob
octeontx test application was using non RTE_EVENT_TYPE_CPU event type to generate the event from CPU. Upon the introduction of ethdev Rx adapter, RTE_EVENT_TYPE_ETHDEV has special meaning. So avoid using non RTE_EVENT_TYPE_CPU event types to inject events from CPU. Fixes: d0d654986018 ("net/octeo