Hi Michael, > From: Parav Pandit > Sent: Monday, October 25, 2021 9:14 AM > > > Thanks for the report. Parav, could you help bisect this please? > > > I also pushed out a new head with some patches dropped. > > > Could you test that maybe? > > > > > > Thanks! > > > > OK I think it's due to Jason's change to virtio blk. I dropped that patch for now. > > Could you try again with the new head please? > > Yes I will try today as soon as I recover my server access and update. I verified the mlx5 and vdpa sim net with rebased tree. No kernel code trace seen. The last commit in the tree that I verified is below. commit 2b109044b081148b58974f5696ffd4383c3e9abb Author: Michael S. Tsirkin <mst@xxxxxxxxxx> Date: Sun Oct 24 09:41:40 2021 -0400 virtio_blk: allow 0 as num_request_queues The default value is 0 meaning "no limit". However if 0 is specified on the command line it is instead silently converted to 1. Further, the value is already validated at point of use, there's no point in duplicating code validating the value when it is set. Simplify the code while making the behaviour more consistent by using plain module_param. Fixes: 1a662cf6cb9a ("virtio-blk: add num_request_queues module parameter") Cc: Max Gurtovoy <mgurtovoy@xxxxxxxxxx> Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization