Re: [PATCH net v3] openvswitch: Allocate memory for ovs internal device stats.

2015-10-21 Thread David Miller
From: James Morse Date: Mon, 19 Oct 2015 16:31:55 +0100 > "openvswitch: Remove vport stats" removed the per-vport statistics, in > order to use the netdev's statistics fields. > "openvswitch: Fix ovs_vport_get_stats()" fixed the export of these stats > to user-space, by

[PATCH net v3] openvswitch: Allocate memory for ovs internal device stats.

2015-10-19 Thread James Morse
"openvswitch: Remove vport stats" removed the per-vport statistics, in order to use the netdev's statistics fields. "openvswitch: Fix ovs_vport_get_stats()" fixed the export of these stats to user-space, by using the provided netdev_ops to collate them - but ovs internal devices still use an

Re: [PATCH net v3] openvswitch: Allocate memory for ovs internal device stats.

2015-10-19 Thread Pravin Shelar
On Mon, Oct 19, 2015 at 8:31 AM, James Morse wrote: > "openvswitch: Remove vport stats" removed the per-vport statistics, in > order to use the netdev's statistics fields. > "openvswitch: Fix ovs_vport_get_stats()" fixed the export of these stats > to user-space, by using the