Re: [dpdk-dev] [PATCH v2] eventdev: Fix links_map initialization for sw PMD

2017-03-06 Thread Jerin Jacob
On Mon, Mar 06, 2017 at 11:02:48AM -0600, Gage Eads wrote: Please fix the check-git-log.sh errors with this patch. With that change, Acked-by: Jerin Jacob ➜ $ ./devtools/check-git-log.sh Wrong headline format: eventdev: Fix links_map initialization for sw PMD Wrong headline uppercase:

[dpdk-dev] [PATCH v2] eventdev: Fix links_map initialization for sw PMD

2017-03-06 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(). Signed-off-by: Gage Eads