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

2019-07-04 Thread Gaƫtan Rivet
On Wed, Jul 03, 2019 at 10:25:10AM -0700, 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 l

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

2019-07-03 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

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

2019-06-26 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