Re: [dpdk-dev] [PATCH v5 0/2] failsafe: add xstats

2019-10-15 Thread Ferruh Yigit
On 10/14/2019 6:04 PM, Stephen Hemminger wrote: > On Thu, 19 Sep 2019 15:17:27 +0200 > Stephen Hemminger wrote: > >> A useful feature of netvsc PMD is the ability to see how many >> packets >> were processed through the VF device. This patch set adds a similar >> (but more limited) capability to

Re: [dpdk-dev] [PATCH v5 0/2] failsafe: add xstats

2019-10-14 Thread Stephen Hemminger
On Thu, 19 Sep 2019 15:17:27 +0200 Stephen Hemminger wrote: > A useful feature of netvsc PMD is the ability to see how many > packets > were processed through the VF device. This patch set adds a similar > (but more limited) capability to failsafe driver. > > Since failsafe doesn't have top leve

[dpdk-dev] [PATCH v5 0/2] failsafe: add xstats

2019-09-19 Thread Stephen Hemminger
A useful feature of netvsc PMD is the ability to see how many packets were processed through the VF device. This patch set adds a similar (but more limited) capability to failsafe driver. Since failsafe doesn't have top level xstats, this set uses the generic xstats that exist already as a base th