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

2020-04-20 Thread Shahaf Shuler
Monday, April 20, 2020 7:19 PM, Maxime Coquelin: > Cc: Slava Ovsiienko > Subject: Re: [PATCH 1/4] vhost: inroduce operation to get vDPA queue stats > > > > On 4/20/20 5:57 PM, Shahaf Shuler wrote: > > Monday, April 20, 2020 10:13 AM, Maxime Coquelin: > >> Subject: Re: [PATCH 1/4] vhost: inroduc

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

2020-04-20 Thread Maxime Coquelin
On 4/20/20 5:57 PM, Shahaf Shuler wrote: > Monday, April 20, 2020 10:13 AM, Maxime Coquelin: >> Subject: Re: [PATCH 1/4] vhost: inroduce operation to get vDPA queue stats >> >> Hi Shahaf, >> >> On 4/19/20 8:18 AM, Shahaf Shuler wrote: >>> Thursday, April 16, 2020 4:20 PM, Maxime Coquelin: S

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

2020-04-20 Thread Shahaf Shuler
Monday, April 20, 2020 10:13 AM, Maxime Coquelin: > Subject: Re: [PATCH 1/4] vhost: inroduce operation to get vDPA queue stats > > Hi Shahaf, > > On 4/19/20 8:18 AM, Shahaf Shuler wrote: > > Thursday, April 16, 2020 4:20 PM, Maxime Coquelin: > >> Subject: Re: [PATCH 1/4] vhost: inroduce operation

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

2020-04-20 Thread Maxime Coquelin
Hi Shahaf, On 4/19/20 8:18 AM, Shahaf Shuler wrote: > Thursday, April 16, 2020 4:20 PM, Maxime Coquelin: >> Subject: Re: [PATCH 1/4] vhost: inroduce operation to get vDPA queue stats >> >> Hi Matan, >> >> On 4/16/20 11:06 AM, Matan Azrad wrote: >>> Hi Maxime >>> >>> Can you point on specific vendo

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

2020-04-18 Thread Shahaf Shuler
Thursday, April 16, 2020 4:20 PM, Maxime Coquelin: > Subject: Re: [PATCH 1/4] vhost: inroduce operation to get vDPA queue stats > > Hi Matan, > > On 4/16/20 11:06 AM, Matan Azrad wrote: > > Hi Maxime > > > > Can you point on specific vendor specific counter I suggested? > > No, I can't, but I th

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

2020-04-16 Thread Maxime Coquelin
Hi Matan, On 4/16/20 11:06 AM, Matan Azrad wrote: > Hi Maxime > > Can you point on specific vendor specific counter I suggested? No, I can't, but I think we can expect that other vendors may have other counters they would be interested to dump. Maybe Intel has some counters in the IFC that they

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

2020-04-16 Thread Matan Azrad
Hi Maxime Can you point on specific vendor specific counter I suggested? I think all of them come directly from virtio protocols. השג את Outlook עבור Android From: Maxime Coquelin Sent: Wednesday, April 15, 2020 5:36:59 PM To: Matan Azrad

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

2020-04-15 Thread Maxime Coquelin
Hi Matan, On 4/2/20 1:26 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 introduce > new API to get traffic statistics per virtio queue. > > The statistics are taken direc

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

2020-04-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 introduce new API to get traffic statistics per virtio queue. The statistics are taken directly from the vDPA driver managing the HW device. Signed-off-by