Re: [ovs-dev] [PATCH] ofproto: Do not update stats on fake bond interface.

2014-09-15 Thread Pravin Shelar
On Mon, Sep 15, 2014 at 8:55 AM, Ben Pfaff wrote: > On Fri, Sep 12, 2014 at 04:00:50PM -0700, Pravin B Shelar wrote: >> There are couple of reasons to remove this support: >> * This is used in very old OVS use-case. It is much better >> to read stats directly from OVS. >> * Forthcoming com

Re: [ovs-dev] [PATCH] ofproto: Do not update stats on fake bond interface.

2014-09-15 Thread Ben Pfaff
On Fri, Sep 12, 2014 at 04:00:50PM -0700, Pravin B Shelar wrote: > There are couple of reasons to remove this support: > * This is used in very old OVS use-case. It is much better > to read stats directly from OVS. > * Forthcoming commit will remove support for setting stats > for vport

[ovs-dev] [PATCH] ofproto: Do not update stats on fake bond interface.

2014-09-12 Thread Pravin B Shelar
There are couple of reasons to remove this support: * This is used in very old OVS use-case. It is much better to read stats directly from OVS. * Forthcoming commit will remove support for setting stats for vport. The stats update depends on stats-set. Signed-off-by: Pravin B Shelar -