Re: [PATCH V2 2/3] vDPA/ifcvf: detect and report max allowed vq size

2023-06-25 Thread Jason Wang
On Mon, Jun 12, 2023 at 3:14 PM Zhu Lingshan wrote: > > Rather than a hardcode, this commit detects > and reports the max value of allowed size > of the virtqueues > > Signed-off-by: Zhu Lingshan Acked-by: Jason Wang Thanks > --- > drivers/vdpa/ifcvf/ifcvf_base.c | 31 +++

[PATCH V2 2/3] vDPA/ifcvf: detect and report max allowed vq size

2023-06-12 Thread Zhu Lingshan
Rather than a hardcode, this commit detects and reports the max value of allowed size of the virtqueues Signed-off-by: Zhu Lingshan --- drivers/vdpa/ifcvf/ifcvf_base.c | 31 +++ drivers/vdpa/ifcvf/ifcvf_base.h | 2 +- drivers/vdpa/ifcvf/ifcvf_main.c | 4 +++- 3 file