RE: [EXTERNAL] Re: [v2 2/2] examples/vhost_crypto: add asymmetric support

2025-01-30 Thread Gowrishankar Muthukrishnan
Hi Maxime, > > static const struct rte_vhost_device_ops virtio_crypto_device_ops = { > > - .new_device = new_device, > > - .destroy_device = destroy_device, > > + .new_connection = new_device, > > + .destroy_connection = destroy_device, > It may be worth explaining in the commit messag

Re: [v2 2/2] examples/vhost_crypto: add asymmetric support

2025-01-29 Thread Maxime Coquelin
On 1/7/25 7:02 PM, Gowrishankar Muthukrishnan wrote: Add symmetric support. Signed-off-by: Gowrishankar Muthukrishnan --- examples/vhost_crypto/main.c | 54 ++-- 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/examples/vhost_crypto/main.