On Thu, Nov 28, 2024 at 12:32 PM Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> wrote: > > Hi Jason, > > Hello: > > > > On Fri, Nov 22, 2024 at 2:03 AM Gowrishankar Muthukrishnan > > <gmuthukri...@marvell.com> 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. > > > Yes, we have Marvell specific vDPA. > https://github.com/ColinIanKing/linux-next/commit/8b6c724cdab85d8923dd8c474a5a9464228379c5 >
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 }, }; Thanks > Thanks, > Gowrishankar > > Thanks >