Re: [dpdk-dev] [PATCH v4 4/4] examples/vdpa: add statistics show command

2020-06-19 Thread Maxime Coquelin
On 6/19/20 5:02 PM, Ferruh Yigit wrote: > On 6/18/2020 7:59 PM, Matan Azrad wrote: >> A new vDPA driver feature was added to query the virtq statistics from >> the HW. >> >> Use this feature to show the HW queues statistics for the virtqs. >> >> Command description: stats X Y. >> X is the device

Re: [dpdk-dev] [PATCH v4 4/4] examples/vdpa: add statistics show command

2020-06-19 Thread Ferruh Yigit
On 6/18/2020 7:59 PM, Matan Azrad wrote: > A new vDPA driver feature was added to query the virtq statistics from > the HW. > > Use this feature to show the HW queues statistics for the virtqs. > > Command description: stats X Y. > X is the device ID. > Y is the queue ID, Y=0x to show all the

[dpdk-dev] [PATCH v4 4/4] examples/vdpa: add statistics show command

2020-06-18 Thread Matan Azrad
A new vDPA driver feature was added to query the virtq statistics from the HW. Use this feature to show the HW queues statistics for the virtqs. Command description: stats X Y. X is the device ID. Y is the queue ID, Y=0x to show all the virtio queues statistics of the device X. Signed-off-by