Re: [ovs-dev] [PATCH v2] Fix treatment of OpenFlow 1.1+ bucket weights.

2015-07-29 Thread Ben Pfaff
On Wed, Jul 29, 2015 at 12:56:51PM -0300, Flavio Leitner wrote: > On Tue, Jul 28, 2015 at 10:05:07PM -0700, Ben Pfaff wrote: > > Until now, OVS has parsed all OF1.1+ group buckets that lack a weight > > as having weight 1. Unfortunately, OpenFlow says that only "select" > > groups may have a nonze

Re: [ovs-dev] [PATCH v2] Fix treatment of OpenFlow 1.1+ bucket weights.

2015-07-29 Thread Flavio Leitner
On Tue, Jul 28, 2015 at 10:05:07PM -0700, Ben Pfaff wrote: > Until now, OVS has parsed all OF1.1+ group buckets that lack a weight > as having weight 1. Unfortunately, OpenFlow says that only "select" > groups may have a nonzero weight, and requires reporting an error for > other kinds of groups t