Re: [PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques

2021-11-29 Thread Si-Wei Liu
On 11/25/2021 8:22 AM, Michael S. Tsirkin wrote: On Thu, Nov 25, 2021 at 09:29:53AM +0200, Eli Cohen wrote: On Thu, Nov 25, 2021 at 02:21:43AM -0500, Michael S. Tsirkin wrote: On Wed, Nov 24, 2021 at 07:19:53PM +0200, Eli Cohen wrote: Increase the limit on the maximum number of supported

Re: [PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques

2021-11-25 Thread Michael S. Tsirkin
On Thu, Nov 25, 2021 at 09:29:53AM +0200, Eli Cohen wrote: > On Thu, Nov 25, 2021 at 02:21:43AM -0500, Michael S. Tsirkin wrote: > > On Wed, Nov 24, 2021 at 07:19:53PM +0200, Eli Cohen wrote: > > > Increase the limit on the maximum number of supported virtqueues to 256 > > > to match hardware

Re: [PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques

2021-11-24 Thread Michael S. Tsirkin
On Thu, Nov 25, 2021 at 09:01:26AM +0200, Eli Cohen wrote: > On Wed, Nov 24, 2021 at 03:55:34PM -0800, Si-Wei Liu wrote: > > > > > > On 11/24/2021 9:19 AM, Eli Cohen wrote: > > > Increase the limit on the maximum number of supported virtqueues to 256 > > > to match hardware capabilities. > > >

Re: [PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques

2021-11-24 Thread Michael S. Tsirkin
On Wed, Nov 24, 2021 at 07:19:53PM +0200, Eli Cohen wrote: > Increase the limit on the maximum number of supported virtqueues to 256 > to match hardware capabilities. Hmm and are we going to have to tweak it each time new hardware/firmware is out? Can't this be queried in some way? In fact

Re: [PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques

2021-11-24 Thread Jason Wang
On Thu, Nov 25, 2021 at 1:20 AM Eli Cohen wrote: > > Increase the limit on the maximum number of supported virtqueues to 256 > to match hardware capabilities. > > Signed-off-by: Eli Cohen (A typo in the subject) Other than this: Acked-by: Jason Wang > --- >

Re: [PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques

2021-11-24 Thread Si-Wei Liu
On 11/24/2021 9:19 AM, Eli Cohen wrote: Increase the limit on the maximum number of supported virtqueues to 256 to match hardware capabilities. Signed-off-by: Eli Cohen Acked-by: Si-Wei Liu --- drivers/vdpa/mlx5/net/mlx5_vnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)