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

2019-12-22 Thread Jiang, Cheng1
; > > zhihong.w...@intel.com; yong....@intel.com > > Cc: dev@dpdk.org; Cheng Jiang > > Subject: [dpdk-dev] [PATCH v2] net/virtio: packed ring notification > > data feature support > > > > This patch supports the feature that the driver passes extra data > >

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

2019-12-18 Thread Gavin Hu
k-dev] [PATCH v2] net/virtio: packed ring notification data > feature support > > This patch supports the feature that the driver passes extra data > (besides identifying the virtqueue) in its device notifications. Can the commit log be more specific about the extra data? Something like &q

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

2019-12-18 Thread Cheng Jiang
This patch supports the feature that the driver passes extra data (besides identifying the virtqueue) in its device notifications. Signed-off-by: Cheng Jiang --- v2: * Removed rte_unused attribute in *hw. * Added some comments on notify_data. drivers/net/virtio/virtio_ethdev.h | 3 ++- driver