[ovs-dev] [PATCH v2] sflow: Expose ethernet stats via sFlow

2017-02-24 Thread Robert Wojciechowicz
Expose existing netdev stats via sFlow. Export sFlow ETHERNET structure with available counters. Map existing stats to counters in the GENERIC INTERFACE sFlow structure. Adjust unit test to accommodate these new counters. Signed-off-by: Robert Wojciechowicz

Re: [ovs-dev] [PATCH v2] sflow: Expose ethernet stats via sFlow

2017-02-06 Thread Robert Wojciechowicz
On Fri, Feb 03, 2017 at 08:53:32AM +, Stokes, Ian wrote: > > Looks OK to me, tested without issue. > > Acked-by: Ian Stokes Many thanks Ian for testing this patch. Br, Robert ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH v2] sflow: Expose ethernet stats via sFlow

2017-02-06 Thread Robert Wojciechowicz
On Thu, Feb 02, 2017 at 10:00:12AM -0800, Neil McKee wrote: > Robert, > > It's great to get the multicast and broadcast counters in there. > > I do wonder if it's worth including the whole ethernet stats block just to > distinguish alignment / FCS / frame-too-long errors, given that total >

Re: [ovs-dev] [PATCH v2] sflow: Expose ethernet stats via sFlow

2017-02-02 Thread Neil McKee
Robert, It's great to get the multicast and broadcast counters in there. I do wonder if it's worth including the whole ethernet stats block just to distinguish alignment / FCS / frame-too-long errors, given that total errors is already a counter in the generic block. I know that some follow

[ovs-dev] [PATCH v2] sflow: Expose ethernet stats via sFlow

2016-12-08 Thread Robert Wojciechowicz
Expose existing netdev stats via sFlow. Export sFlow ETHERNET structure with available counters. Map existing stats to counters in the GENERIC INTERFACE sFlow structure. Adjust unit test to accommodate these new counters. Signed-off-by: Robert Wojciechowicz ---