Re: [PATCH 1/7] vdpa: Allow to configure max data virtqueues

2021-12-02 Thread Si-Wei Liu
On 12/1/2021 11:57 AM, Eli Cohen wrote: Add netlink support to configure the max virtqueue pairs for a device. At least one pair is required. The maximum is dictated by the device. Signed-off-by: Eli Cohen --- drivers/vdpa/vdpa.c | 14 +- include/linux/vdpa.h | 1 + 2 files

RE: [PATCH 1/7] vdpa: Allow to configure max data virtqueues

2021-12-01 Thread Parav Pandit via Virtualization
> From: Eli Cohen > Sent: Thursday, December 2, 2021 1:27 AM > > Add netlink support to configure the max virtqueue pairs for a device. > At least one pair is required. The maximum is dictated by the device. > Cover letter and this patch is missing the example iproute2 example to do this. Plea

RE: [PATCH 1/7] vdpa: Allow to configure max data virtqueues

2021-12-01 Thread Parav Pandit via Virtualization
> From: Eli Cohen > Sent: Thursday, December 2, 2021 1:27 AM > > Add netlink support to configure the max virtqueue pairs for a device. > At least one pair is required. The maximum is dictated by the device. > > Signed-off-by: Eli Cohen > --- > drivers/vdpa/vdpa.c | 14 +- inclu