Re: [PATCH] vhost-user: enable asym capabilities for user backend

2025-07-13 Thread Michael S. Tsirkin
On Thu, Jun 26, 2025 at 12:24:51PM +, Rajesh Mudimadugula wrote: > This patch enables and advertises asym capabilties > for backend user application. > > Signed-off-by: Rajesh Mudimadugula You want to CC all maintainers really. The commit log also should include motivation for each change, n

[PATCH] vhost-user: enable asym capabilities for user backend

2025-06-26 Thread Rajesh Mudimadugula
This patch enables and advertises asym capabilties for backend user application. Signed-off-by: Rajesh Mudimadugula --- backends/cryptodev-vhost-user.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backends/cryptodev-vhost-user.c b/backends/cryptodev-vhost-user.c index cb04e68b02..f9dec