Re: [ovs-dev] PORTING.md: dpif's and wildcarding

2015-11-24 Thread Ben Pfaff
On Tue, Nov 10, 2015 at 04:29:47PM +, Zoltan Kiss wrote: > This documentation talks a great deal about porting strategies, and it > mentions that "Only an ofproto provider can take full advantage of hardware > with built-in support for wildcards" > I wonder if it's still true, as dpif providers

[ovs-dev] PORTING.md: dpif's and wildcarding

2015-11-10 Thread Zoltan Kiss
Hi, This documentation talks a great deal about porting strategies, and it mentions that "Only an ofproto provider can take full advantage of hardware with built-in support for wildcards" I wonder if it's still true, as dpif providers can use megaflows now, which are essentially wildcarding. G