RE: [External] [PATCH v2] cryptodev: not close device when secondary exit

2025-03-02 Thread Akhil Goyal
> >> The secordary process should not close the crypto device when > >> it exits because the primary process still manage the device. > >> There is no reason with occurring error log below when > >> secordary process exits without any operation on the crypto > >> device while primary process starts

Re: [External] [PATCH v2] cryptodev: not close device when secondary exit

2025-02-20 Thread Yang Ming
On 2025/1/8 20:21, Akhil Goyal wrote: Caution: This is an external email. Please be very careful when clicking links or opening attachments. See http://nok.it/nsb for additional information. The secordary process should not close the crypto device when it exits because the primary process st

RE: [EXTERNAL] [PATCH v2] cryptodev: not close device when secondary exit

2025-01-08 Thread Akhil Goyal
> The secordary process should not close the crypto device when > it exits because the primary process still manage the device. > There is no reason with occurring error log below when > secordary process exits without any operation on the crypto > device while primary process starts the device. >

[PATCH v2] cryptodev: not close device when secondary exit

2025-01-02 Thread Yang Ming
The secordary process should not close the crypto device when it exits because the primary process still manage the device. There is no reason with occurring error log below when secordary process exits without any operation on the crypto device while primary process starts the device. Case situat