Thanks, I pushed this to master.
On Thu, Aug 16, 2012 at 09:39:39AM -0700, Justin Pettit wrote: > Looks good. > > --Justin > > > On Aug 16, 2012, at 9:34 AM, Ben Pfaff <[email protected]> wrote: > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > ofproto/ofproto-dpif.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c > > index a206d20..a2eeb4c 100644 > > --- a/ofproto/ofproto-dpif.c > > +++ b/ofproto/ofproto-dpif.c > > @@ -2583,7 +2583,7 @@ port_get_stats(const struct ofport *ofport_, struct > > netdev_stats *stats) > > > > /* ofproto->stats.rx_packets represents packets that were received > > on > > * some port and we processed internally and dropped (e.g. STP). > > - * Account fro them as if they had been forwarded to OFPP_LOCAL. */ > > + * Account for them as if they had been forwarded to OFPP_LOCAL. */ > > > > if (stats->tx_packets != UINT64_MAX) { > > stats->tx_packets += ofproto->stats.rx_packets; > > -- > > 1.7.2.5 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
