Re: [dpdk-dev] [PATCH v3] net/virtio: packed ring notification data feature support

2019-12-22 Thread Gavin Hu
Reviewed-by: Gavin Hu

[dpdk-dev] [PATCH v3] net/virtio: packed ring notification data feature support

2019-12-22 Thread Cheng Jiang
This patch supports the feature that the driver passes extra data (besides identifying the virtqueue) in its device notifications, expanding the notifications to include the avail index and avail wrap counter. Signed-off-by: Cheng Jiang --- v3: * Modified the commit log to make it more detailed.