Re: [EXT] [PATCH v1] crypto/ccp: bug fixes for ccp device probe flow

2023-03-02 Thread David Marchand
On Mon, Feb 27, 2023 at 7:29 PM Akhil Goyal wrote: > > > - Fixed flow for probe and initialization of requested ccp devices > > - Removed unnecessary code enumerating for all the PCI devices > > available in the system. > > - Removed ccp_pmd_init_done flag controlling probe and initialization >

RE: [EXT] [PATCH v1] crypto/ccp: bug fixes for ccp device probe flow

2023-02-27 Thread Akhil Goyal
> - Fixed flow for probe and initialization of requested ccp devices > - Removed unnecessary code enumerating for all the PCI devices > available in the system. > - Removed ccp_pmd_init_done flag controlling probe and initialization > of only one CCP device even if other CCP devices available >

[PATCH v1] crypto/ccp: bug fixes for ccp device probe flow

2022-11-24 Thread Sunil Uttarwar
- Fixed flow for probe and initialization of requested ccp devices - Removed unnecessary code enumerating for all the PCI devices available in the system. - Removed ccp_pmd_init_done flag controlling probe and initialization of only one CCP device even if other CCP devices available Signed-off