Re: [PATCH net-next v5 01/15] crypto: octeontx2: Share engine group info with AF driver
From: Simon Horman <horms@kernel.org>
Date: 2025-10-28 11:08:28
Also in:
linux-crypto
From: Simon Horman <horms@kernel.org>
Date: 2025-10-28 11:08:28
Also in:
linux-crypto
On Sun, Oct 26, 2025 at 08:38:56PM +0530, Tanmay Jagdale wrote:
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. ...