RE: [EXTERNAL] Re: [RFC] crypto/virtio: add vhost-vdpa backend

2024-12-05 Thread Gowrishankar Muthukrishnan
Hi Jason, > > Right, I'm asking since it claims to support networking device only: > > static struct virtio_device_id id_table[] = { > { VIRTIO_ID_NET, VIRTIO_DEV_ANY_ID }, > { 0 }, > }; > Yes, there is already a fix in it to support crypto id as well. https://lore.kernel.org/vi

Re: [EXTERNAL] Re: [RFC] crypto/virtio: add vhost-vdpa backend

2024-11-28 Thread Jason Wang
On Thu, Nov 28, 2024 at 12:32 PM Gowrishankar Muthukrishnan wrote: > > Hi Jason, > > Hello: > > > > On Fri, Nov 22, 2024 at 2:03 AM Gowrishankar Muthukrishnan > > wrote: > > > > > > Hi, > > > We are adding support for vDPA user backend for virtio-crypto PMD in DPDK. > > > > I wonder what kind of

RE: [EXTERNAL] Re: [RFC] crypto/virtio: add vhost-vdpa backend

2024-11-27 Thread Gowrishankar Muthukrishnan
Hi Jason, > Hello: > > On Fri, Nov 22, 2024 at 2:03 AM Gowrishankar Muthukrishnan > wrote: > > > > Hi, > > We are adding support for vDPA user backend for virtio-crypto PMD in DPDK. > > I wonder what kind of vDPA device you are using? Is there a marvell specific > vDPA or just a standard virtio-

Re: [RFC] crypto/virtio: add vhost-vdpa backend

2024-11-27 Thread Jason Wang
Hello: On Fri, Nov 22, 2024 at 2:03 AM Gowrishankar Muthukrishnan wrote: > > Hi, > We are adding support for vDPA user backend for virtio-crypto PMD in DPDK. I wonder what kind of vDPA device you are using? Is there a marvell specific vDPA or just a standard virtio-pci device via vp-vdpa. Thank

Re: [RFC] crypto/virtio: add vhost-vdpa backend

2024-11-26 Thread Chenbo Xia
Hi Gowrishankar, > On Nov 27, 2024, at 14:50, Gowrishankar Muthukrishnan > wrote: > > External email: Use caution opening links or attachments > > > Hi, > I wanted to follow up on my previous message regarding the development of a > vhost vDPA host driver for crypto/virtio. We have proposed

RE: [RFC] crypto/virtio: add vhost-vdpa backend

2024-11-26 Thread Gowrishankar Muthukrishnan
Hi, I wanted to follow up on my previous message regarding the development of a vhost vDPA host driver for crypto/virtio. We have proposed creating a driver/common/virtio/ directory to hold common implementations for both net and crypto functionalities. This approach aims to help in fixing commo

[RFC] crypto/virtio: add vhost-vdpa backend

2024-11-21 Thread Gowrishankar Muthukrishnan
Hi, We are adding support for vDPA user backend for virtio-crypto PMD in DPDK. We have come up with functional changes which is similar to the support available in net: commit 6b901437056eed3ed7c9932c333ba24ac5be116f net/virtio: introduce vhost-vDPA backend vhost-vDPA is a new virti