Re: [dpdk-dev] [PATCH] eventdev: Fix links_map initialization

2017-03-06 Thread Jerin Jacob
On Mon, Mar 06, 2017 at 02:38:05PM +, Eads, Gage wrote: > > -Original Message- > > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > > Sent: Monday, March 6, 2017 7:06 AM > > To: Eads, Gage > > Cc: dev@dpdk.org; Richardson, Bruce ; > > hemant.agra...@nxp.com; Van Haaren

Re: [dpdk-dev] [PATCH] eventdev: Fix links_map initialization

2017-03-06 Thread Eads, Gage
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, March 6, 2017 7:06 AM > To: Eads, Gage > Cc: dev@dpdk.org; Richardson, Bruce ; > hemant.agra...@nxp.com; Van Haaren, Harry ; > nipun.gu...@nxp.com > Subject: Re: [PATCH] eventdev: Fix l

Re: [dpdk-dev] [PATCH] eventdev: Fix links_map initialization

2017-03-06 Thread Jerin Jacob
On Wed, Mar 01, 2017 at 10:47:36PM -0600, Gage Eads wrote: > This patch initializes the links_map array entries to > EVENT_QUEUE_SERVICE_PRIORITY_INVALID, as expected by > rte_event_port_links_get(). > > Signed-off-by: Gage Eads > --- > lib/librte_eventdev/rte_eventdev.c | 17 - >

[dpdk-dev] [PATCH] eventdev: Fix links_map initialization

2017-03-01 Thread Gage Eads
This patch initializes the links_map array entries to EVENT_QUEUE_SERVICE_PRIORITY_INVALID, as expected by rte_event_port_links_get(). Signed-off-by: Gage Eads --- lib/librte_eventdev/rte_eventdev.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/lib/librte