Re: [v3] vhost: include AKCIPHER algorithms in crypto_config

2025-02-07 Thread Maxime Coquelin
On 1/7/25 7:25 PM, Gowrishankar Muthukrishnan wrote: Update virtio_crypto_config structure to include AKCIPHER algorithms, as per VirtIO standard. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Akhil Goyal --- v3: - rebased on main. lib/vhost/virtio_crypto.h | 2 +- 1 file change

Re: [v3] vhost: include AKCIPHER algorithms in crypto_config

2025-02-06 Thread Maxime Coquelin
On 1/7/25 7:25 PM, Gowrishankar Muthukrishnan wrote: Update virtio_crypto_config structure to include AKCIPHER algorithms, as per VirtIO standard. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Akhil Goyal --- v3: - rebased on main. lib/vhost/virtio_crypto.h | 2 +- 1 file change

[v3] vhost: include AKCIPHER algorithms in crypto_config

2025-01-07 Thread Gowrishankar Muthukrishnan
Update virtio_crypto_config structure to include AKCIPHER algorithms, as per VirtIO standard. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Akhil Goyal --- v3: - rebased on main. lib/vhost/virtio_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vhost/virt