Re: [dpdk-dev] [PATCH v3 1/4] vhost: inroduce operation to get vDPA queue stats

2020-06-09 Thread Maxime Coquelin
On 6/4/20 12:36 PM, Wang, Xiao W wrote: > Hi, > >> -Original Message- >> From: Maxime Coquelin >> Sent: Wednesday, June 3, 2020 4:58 PM >> To: Matan Azrad ; Viacheslav Ovsiienko >> >> Cc: dev@dpdk.org; Shahaf Shuler ; Wang, Xiao W >> >> Subject: Re: [PATCH v3 1/4] vhost: inroduce ope

Re: [dpdk-dev] [PATCH v3 1/4] vhost: inroduce operation to get vDPA queue stats

2020-06-04 Thread Wang, Xiao W
Hi, > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, June 3, 2020 4:58 PM > To: Matan Azrad ; Viacheslav Ovsiienko > > Cc: dev@dpdk.org; Shahaf Shuler ; Wang, Xiao W > > Subject: Re: [PATCH v3 1/4] vhost: inroduce operation to get vDPA queue stats > > Hi Matan, > > On 6

Re: [dpdk-dev] [PATCH v3 1/4] vhost: inroduce operation to get vDPA queue stats

2020-06-03 Thread Maxime Coquelin
Hi Matan, On 6/2/20 5:47 PM, Matan Azrad wrote: > The vDPA device offloads all the datapath of the vhost device to the HW > device. > > In order to expose to the user traffic information this patch > introduces new 3 APIs to get traffic statistics, the device statistics > name and to reset the st

[dpdk-dev] [PATCH v3 1/4] vhost: inroduce operation to get vDPA queue stats

2020-06-02 Thread Matan Azrad
The vDPA device offloads all the datapath of the vhost device to the HW device. In order to expose to the user traffic information this patch introduces new 3 APIs to get traffic statistics, the device statistics name and to reset the statistics per virtio queue. The statistics are taken directly