Re: [dpdk-dev] [PATCH v3] eventdev: fix links map initialization for SW PMD

2017-03-13 Thread Jerin Jacob
On Tue, Mar 07, 2017 at 10:25:00AM -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(). This is necessary for the sw eventdev PMD, > which does not initialize links_map when rte_event_por

[dpdk-dev] [PATCH v3] eventdev: fix links map initialization for SW PMD

2017-03-07 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(). This is necessary for the sw eventdev PMD, which does not initialize links_map when rte_event_port_setup() calls rte_event_port_unlink(). Fixes: e36bf651b3ca2 ("ev