On 2020/11/13 下午9:47, Stefano Garzarella wrote:
From: Max Gurtovoy <[email protected]> Add a new attribute that will define the number of virt queues to be created for the vdpasim device. Signed-off-by: Max Gurtovoy <[email protected]> [sgarzare: replace kmalloc_array() with kcalloc()] Signed-off-by: Stefano Garzarella <[email protected]> --- v1: - use kcalloc() instead of kmalloc_array() since some function expects variables initialized to zero
Looks good, one nit, I prefer to do this before patch 2. Thanks

