Re: [ovs-dev] [PATCH v2 04/19] classifier: Add support for invisible flows.

2015-06-01 Thread Jarno Rajahalme
> On Jun 1, 2015, at 1:11 PM, Ben Pfaff wrote: > > On Mon, Jun 01, 2015 at 01:00:26PM -0700, Jarno Rajahalme wrote: >> Do you want to see a v2 for these changes? > > Not necessary. OK, pushed to master, Jarno ___ dev mailing list dev@openvswitch.

Re: [ovs-dev] [PATCH v2 04/19] classifier: Add support for invisible flows.

2015-06-01 Thread Ben Pfaff
On Mon, Jun 01, 2015 at 01:00:26PM -0700, Jarno Rajahalme wrote: > Do you want to see a v2 for these changes? Not necessary. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v2 04/19] classifier: Add support for invisible flows.

2015-06-01 Thread Jarno Rajahalme
> On May 29, 2015, at 4:28 PM, Ben Pfaff wrote: > > On Mon, May 18, 2015 at 04:10:13PM -0700, Jarno Rajahalme wrote: >> This makes it possible to tentatively add flows to the classifier >> without the datapath seeing them. >> >> Signed-off-by: Jarno Rajahalme > > This is nifty. > > Here are

Re: [ovs-dev] [PATCH v2 04/19] classifier: Add support for invisible flows.

2015-05-29 Thread Ben Pfaff
On Mon, May 18, 2015 at 04:10:13PM -0700, Jarno Rajahalme wrote: > This makes it possible to tentatively add flows to the classifier > without the datapath seeing them. > > Signed-off-by: Jarno Rajahalme This is nifty. Here are some suggestions as an incremental diff. diff --git a/lib/classifi

[ovs-dev] [PATCH v2 04/19] classifier: Add support for invisible flows.

2015-05-18 Thread Jarno Rajahalme
This makes it possible to tentatively add flows to the classifier without the datapath seeing them. Signed-off-by: Jarno Rajahalme --- lib/classifier-private.h |3 +- lib/classifier.c | 68 +- lib/classifier.h |1 + ofproto/of