Hi Pavan, snipped > > > > > > When probing event device in secondary process skip reinitializing > > > the device data structure as it is already done in primary process. > > > > > > When removing event device in secondary process skip closing the > > > event device as it should be done by primary process. If primary has crashed or closed before secondary abnormally. Should not close of secondary trigger removal of Eventdev services?
> > > > > > Fixes: 322d0345c2bc ("eventdev: implement PMD registration > > > functions") > > > > Cc: sta...@dpdk.org > > > > > > > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> > > > > > > Acked-by: Jerin Jacob <jer...@marvell.com> > > > Applied to dpdk-next-eventdev/master. Thanks. > > > > > > snipped