On Thu, May 22, 2014 at 11:50:59AM -0700, Pravin Shelar wrote: > On Thu, May 22, 2014 at 10:30 AM, Daniele Di Proietto > <[email protected]> wrote: > > These patches remove struct hmap flow_table from dp_netdev. > > A new function has been added to the classifier interface > > (classifier_at_position). Given the complexity added by this call, which > > has to expose part of the classifier interface, I???m not sure anymore this > > change is worth merging, but I???ll leave this decision to you guys. > > > > Two hash tables for single flow table is not nice, we have to get rid > of extra table. If you want you can hide classifier complexity by > moving position variables in new struct, something like struct > classifier_position.
I don't think the hash table that Daniele's patches remove is used on the fast path at all. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
