Re: [ovs-dev] [PATCH v4 02/12] ovs-ofctl: Add bundle support and unit testing.

2015-10-15 Thread Jarno Rajahalme
> On Oct 14, 2015, at 9:35 PM, Takashi Yamamoto wrote: > > hi, > > On Wed, Jun 10, 2015 at 9:24 AM, Jarno Rajahalme > wrote: >> >> diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at >> index 1e12827..b7db9bb 100644 >> --- a/tests/ovs-ofctl.at >> +++ b/tests/ovs-ofctl.at >> @@ -2813,3 +2813

Re: [ovs-dev] [PATCH v4 02/12] ovs-ofctl: Add bundle support and unit testing.

2015-10-14 Thread Takashi Yamamoto
hi, On Wed, Jun 10, 2015 at 9:24 AM, Jarno Rajahalme wrote: > All existing ovs-ofctl flow mod commands now take an optional > '--bundle' argument, which executes the flow mods as a single > transaction. OpenFlow 1.4+ is implicitly assumed when '--bundle' is > specified. > > ovs-ofctl 'add-flow'

Re: [ovs-dev] [PATCH v4 02/12] ovs-ofctl: Add bundle support and unit testing.

2015-06-10 Thread Jarno Rajahalme
> On Jun 10, 2015, at 11:29 AM, Ben Pfaff wrote: > > On Tue, Jun 09, 2015 at 05:24:09PM -0700, Jarno Rajahalme wrote: >> All existing ovs-ofctl flow mod commands now take an optional >> '--bundle' argument, which executes the flow mods as a single >> transaction. OpenFlow 1.4+ is implicitly ass

Re: [ovs-dev] [PATCH v4 02/12] ovs-ofctl: Add bundle support and unit testing.

2015-06-10 Thread Ben Pfaff
On Tue, Jun 09, 2015 at 05:24:09PM -0700, Jarno Rajahalme wrote: > All existing ovs-ofctl flow mod commands now take an optional > '--bundle' argument, which executes the flow mods as a single > transaction. OpenFlow 1.4+ is implicitly assumed when '--bundle' is > specified. > > ovs-ofctl 'add-fl

[ovs-dev] [PATCH v4 02/12] ovs-ofctl: Add bundle support and unit testing.

2015-06-09 Thread Jarno Rajahalme
All existing ovs-ofctl flow mod commands now take an optional '--bundle' argument, which executes the flow mods as a single transaction. OpenFlow 1.4+ is implicitly assumed when '--bundle' is specified. ovs-ofctl 'add-flow' and 'add-flows' commands now accept flow specifications that start with a