Searched hist:da802961832f9852886304290135457519815497 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/virtio/ |
H A D | virtio_vdpa.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | virtio_pci_legacy.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | virtio_pci_modern.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | virtio_mmio.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/linux/arch/um/drivers/ |
H A D | virtio_uml.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/linux/drivers/platform/mellanox/ |
H A D | mlxbf-tmfifo.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/linux/drivers/remoteproc/ |
H A D | remoteproc_virtio.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/linux/drivers/s390/virtio/ |
H A D | virtio_ccw.c | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/linux/include/linux/ |
H A D | virtio.h | diff da802961832f9852886304290135457519815497 Mon Aug 01 08:38:21 CEST 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio: record the maximum queue num supported by the device.
virtio-net can display the maximum (supported by hardware) ring size in ethtool -g eth0.
When the subsequent patch implements vring reset, it can judge whether the ring size passed by the driver is legal based on this.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-2-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|