Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread Xuan Zhuo
On Mon, 20 Mar 2023 14:54:51 +0300, Viktor Prutyanov wrote: > According to VirtIO spec v1.2, VIRTIO_F_NOTIFICATION_DATA feature > indicates that the driver passes extra data along with the queue > notifications. > > In a split queue case, the extra data is 16-bit available index. In a > packed que

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20230320115451.1232171-1-viktor%40daynix.com patch subject: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support config: sparc64-randconfig-s031-20230319 (https://download.01.org/0day-ci/archive/20230321/20230321074

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20230320115451.1232171-1-viktor%40daynix.com patch subject: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support config: alpha-randconfig-s043-20230319 (https://download.01.org/0day-ci/archive/20230321/20230321075

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20230320115451.1232171-1-viktor%40daynix.com patch subject: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support config: i386-randconfig-s002 (https://download.01.org/0day-ci/archive/20230321/202303210515.zhhe1nmc-...

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20230320115451.1232171-1-viktor%40daynix.com patch subject: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support config: loongarch-randconfig-s032-20230319 (https://download.01.org/0day-ci/archive/20230321/20230321044

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20230320115451.1232171-1-viktor%40daynix.com patch subject: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support config: sparc64-randconfig-s052-20230319 (https://download.01.org/0day-ci/archive/20230321/20230321040

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20230320115451.1232171-1-viktor%40daynix.com patch subject: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support config: i386-randconfig-s003 (https://download.01.org/0day-ci/archive/20230321/202303210403.lsrg8goq-...

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20230320115451.1232171-1-viktor%40daynix.com patch subject: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support config: nios2-randconfig-s051-20230319 (https://download.01.org/0day-ci/archive/20230321/20230321044

Re: [PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support

2023-03-20 Thread Michael S. Tsirkin
On Mon, Mar 20, 2023 at 02:54:51PM +0300, Viktor Prutyanov wrote: > According to VirtIO spec v1.2, VIRTIO_F_NOTIFICATION_DATA feature > indicates that the driver passes extra data along with the queue > notifications. > > In a split queue case, the extra data is 16-bit available index. In a > pack