Re: [PATCH net-next v5 01/15] crypto: octeontx2: Share engine group info with AF driver
From: Tanmay Jagdale <hidden>
Date: 2025-10-29 17:28:44
Also in:
linux-crypto
From: Tanmay Jagdale <hidden>
Date: 2025-10-29 17:28:44
Also in:
linux-crypto
HI Simon,
quoted
From: Bharat Bhushan <bbhushan2@marvell.com> CPT crypto hardware have multiple engines of different type and these engines of a give type are attached to one of the engine group. Software will submit ecnap/decap work to these engine group. Engine group details are available with CPT crypto driver. This is shared with AF driver using mailbox message to enable use cases like inline-ipsec etc. Also, no need to try to delete engine groups if engine group initialization fails. Engine groups will never be created before engine group initialization. Signed-off-by: Bharat Bhushan <bbhushan2@marvell.com> Signed-off-by: Tanmay Jagdale <redacted>Hi Bharat and Tanmay, I realise that this patch-set already runs to 15 patches. But the 'Also' part does feel like it belongs in a separate patch.
Okay sure. I will think of a way to split this patch and keep the patch count at 15. With Regards, Tanmay ...