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

2020-01-15 Thread Maxime Coquelin
On 1/13/20 4:31 AM, Cheng Jiang wrote: > 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 > ---

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

2020-01-13 Thread Maxime Coquelin
On 1/13/20 4:31 AM, Cheng Jiang wrote: > 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 > ---

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

2020-01-12 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 --- v4: * Replaced used_wrap_counter with avail_wrap_counte