Re: [dpdk-dev] [PATCH v2 06/13] vdpa/mlx5: prepare virtio queues

2020-01-31 Thread Maxime Coquelin
On 1/31/20 8:34 AM, Matan Azrad wrote: > > > From: Maxime Coquelin >> On 1/29/20 11:09 AM, Matan Azrad wrote: >>> The HW virtq object represents an emulated context for a VIRTIO_NET >>> virtqueue which was created and managed by a VIRTIO_NET driver as >>> defined in VIRTIO Specification. >>> >

Re: [dpdk-dev] [PATCH v2 06/13] vdpa/mlx5: prepare virtio queues

2020-01-30 Thread Matan Azrad
From: Maxime Coquelin > On 1/29/20 11:09 AM, Matan Azrad wrote: > > The HW virtq object represents an emulated context for a VIRTIO_NET > > virtqueue which was created and managed by a VIRTIO_NET driver as > > defined in VIRTIO Specification. > > > > Add support to prepare and release all the ba

Re: [dpdk-dev] [PATCH v2 06/13] vdpa/mlx5: prepare virtio queues

2020-01-30 Thread Maxime Coquelin
On 1/29/20 11:09 AM, Matan Azrad wrote: > The HW virtq object represents an emulated context for a VIRTIO_NET > virtqueue which was created and managed by a VIRTIO_NET driver as > defined in VIRTIO Specification. > > Add support to prepare and release all the basic HW resources needed > the use

[dpdk-dev] [PATCH v2 06/13] vdpa/mlx5: prepare virtio queues

2020-01-29 Thread Matan Azrad
The HW virtq object represents an emulated context for a VIRTIO_NET virtqueue which was created and managed by a VIRTIO_NET driver as defined in VIRTIO Specification. Add support to prepare and release all the basic HW resources needed the user virtqs emulation according to the rte_vhost configura