[dpdk-dev] [PATCH 1/4] vdpa/mlx5: move virtual doorbell alloc to probe

2020-03-24 Thread Asaf Penso
From: Matan Azrad The configure and close operations may be called a lot of time by vhost library according to the virtio connections in the guest. VAR is the device memory space for the virtio queues doorbells. Each VAR page can be shared for more than one queue while its owner must synchronize

Re: [dpdk-dev] [PATCH 1/4] vdpa/mlx5: move virtual doorbell alloc to probe

2020-04-15 Thread Maxime Coquelin
On 3/24/20 3:24 PM, Asaf Penso wrote: > From: Matan Azrad > > The configure and close operations may be called a lot of time by vhost > library according to the virtio connections in the guest. > > VAR is the device memory space for the virtio queues doorbells. > Each VAR page can be shared f