[PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c

2018-07-02 Thread Jason Wang
Move get_rx_bufs() to vhost.c and rename it to vhost_get_bufs(). This helps to hide vring internal layout from specific device implementation. Packed ring implementation will benefit from this. Signed-off-by: Jason Wang --- drivers/vhost/net.c | 77 -

Re: [PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c

2018-07-03 Thread kbuild test robot
Hi Jason, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Jason-Wang/Packed-virtqueue-for-vhost/20180703-154751 config: x86_64-randconfig-s0-07032254 (attached as .config) compiler: gcc-6 (Debian 6.4.0-9) 6

Re: [PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c

2018-07-03 Thread Jason Wang
On 2018年07月04日 09:01, kbuild test robot wrote: Hi Jason, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url:https://github.com/0day-ci/linux/commits/Jason-Wang/Packed-virtqueue-for-vhost/20180703-154751 config: x86_64-randconfig-s0-07032254 (attached