> 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.
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
> 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
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
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