Re: [PATCH] virtio_ring: use alloc_pages_node for NUMA-aware allocation

2020-07-17 Thread kernel test robot
Hi Shile, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc5 next-20200716] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in htt

Re: [PATCH] virtio_ring: use alloc_pages_node for NUMA-aware allocation

2020-07-17 Thread kernel test robot
Hi Shile, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc5 next-20200716] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in htt

[PATCH] virtio_ring: use alloc_pages_node for NUMA-aware allocation

2020-07-17 Thread Shile Zhang
Use alloc_pages_node() allocate memory for vring queue with proper NUMA affinity. Suggested-by: Jiang Liu Signed-off-by: Shile Zhang --- drivers/virtio/virtio_ring.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virt