Re: [ovs-dev] [PATCH] Use prefix trie lookup for IPv4 by default.

2014-05-16 Thread Jarno Rajahalme
Pushed to master, Jarno On May 7, 2014, at 11:11 AM, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > > On Fri, May 2, 2014 at 8:44 AM, Jarno Rajahalme wrote: >> Unless otherwise configured, the prefix trie lookup is enabled for >> IPv4 destination and source address fields. A new keyw

Re: [ovs-dev] [PATCH] Use prefix trie lookup for IPv4 by default.

2014-05-07 Thread Ethan Jackson
Acked-by: Ethan Jackson On Fri, May 2, 2014 at 8:44 AM, Jarno Rajahalme wrote: > Unless otherwise configured, the prefix trie lookup is enabled for > IPv4 destination and source address fields. A new keyword "none" is > accepted as the value of "prefixes" in the OVSDB Flow_Table column. > > Si

[ovs-dev] [PATCH] Use prefix trie lookup for IPv4 by default.

2014-05-02 Thread Jarno Rajahalme
Unless otherwise configured, the prefix trie lookup is enabled for IPv4 destination and source address fields. A new keyword "none" is accepted as the value of "prefixes" in the OVSDB Flow_Table column. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto.c| 10 ++ ofproto/ofproto.h