Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-05-03 Thread Varghese, Vipin
t: Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for > secondary process > > On Sun, May 3, 2020 at 6:45 AM Varghese, Vipin > wrote: > > > > Hi Pavan, > > > > Snipped > > > > > >> > > > > > >> > > Whe

Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-05-03 Thread Jerin Jacob
On Sun, May 3, 2020 at 6:45 AM Varghese, Vipin wrote: > > 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 remov

Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-05-02 Thread Varghese, Vipin
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

Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-05-02 Thread Pavan Nikhilesh Bhagavatula
Hi Vipin, >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 shoul

Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-05-02 Thread Varghese, Vipin
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

Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-05-02 Thread Jerin Jacob
On Fri, May 1, 2020 at 6:56 PM Jerin Jacob wrote: > > On Mon, Apr 27, 2020 at 11:40 PM wrote: > > > > From: Pavan Nikhilesh > > > > When probing event device in secondary process skip reinitializing > > the device data structure as it is already done in primary process. > > > > When removing eve

Re: [dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-05-01 Thread Jerin Jacob
On Mon, Apr 27, 2020 at 11:40 PM wrote: > > From: Pavan Nikhilesh > > 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

[dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process

2020-04-27 Thread pbhagavatula
From: Pavan Nikhilesh 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. Fixes: 322d0345c2bc