Re: [PATCH v3 2/4] event/dsw: fix missing device pointer

2023-10-17 Thread Mattias Rönnblom
On 2023-10-17 18:46, Bruce Richardson wrote: Initialize the "dev" pointer in the eventdev structure so it can be returned in calls to "rte_event_dev_info_get()" and avoid potential crashes due to a NULL value being passed to "rte_dev_name()" Fixes: 46a186b1f0c5 ("event/dsw: add device registrati

[PATCH v3 2/4] event/dsw: fix missing device pointer

2023-10-17 Thread Bruce Richardson
Initialize the "dev" pointer in the eventdev structure so it can be returned in calls to "rte_event_dev_info_get()" and avoid potential crashes due to a NULL value being passed to "rte_dev_name()" Fixes: 46a186b1f0c5 ("event/dsw: add device registration and build system") Cc: mattias.ronnb...@eric