> -----Original Message----- > From: Chengwen Feng <[email protected]> > Sent: Monday, March 20, 2023 9:21 AM > To: [email protected]; [email protected]; Van Haaren, Harry > <[email protected]>; Richardson, Bruce > <[email protected]>; Jerin Jacob <[email protected]>; > Nicolau, Radu <[email protected]> > Cc: [email protected] > Subject: [PATCH v2 42/44] event/sw: fix segment fault when parse devargs > > The rte_kvargs_process() was used to parse KV pairs, it also supports > to parse 'only keys' (e.g. socket_id) type. And the callback function > parameter 'value' is NULL when parsed 'only keys'. > > This patch fixes segment fault when parse input args with 'only keys'. > > Fixes: aaa4a221da26 ("event/sw: add new software-only eventdev driver") > Fixes: 70207f35e21f ("event/sw: improve performance") > Cc: [email protected] > > Signed-off-by: Chengwen Feng <[email protected]>
Acked-by: Harry van Haaren <[email protected]>

