Re: [ovs-dev] [PATCH v2] dpif-netdev: Introduce a classifier in userspace datapath.

2013-11-13 Thread Ben Pfaff
On Wed, Nov 13, 2013 at 08:32:32AM -0800, Gurucharan Shetty wrote: > On Tue, Nov 12, 2013 at 3:59 PM, Ben Pfaff wrote: > > On Mon, Nov 04, 2013 at 06:23:54AM -0800, Gurucharan Shetty wrote: > >> Instead of an exact match flow table, we introduce a classifier. > >> This enables mega-flows in usersp

Re: [ovs-dev] [PATCH v2] dpif-netdev: Introduce a classifier in userspace datapath.

2013-11-13 Thread Gurucharan Shetty
On Tue, Nov 12, 2013 at 3:59 PM, Ben Pfaff wrote: > On Mon, Nov 04, 2013 at 06:23:54AM -0800, Gurucharan Shetty wrote: >> Instead of an exact match flow table, we introduce a classifier. >> This enables mega-flows in userspace datapath. >> >> Signed-off-by: Gurucharan Shetty > > dp_netdev_lookup_

Re: [ovs-dev] [PATCH v2] dpif-netdev: Introduce a classifier in userspace datapath.

2013-11-12 Thread Ben Pfaff
On Mon, Nov 04, 2013 at 06:23:54AM -0800, Gurucharan Shetty wrote: > Instead of an exact match flow table, we introduce a classifier. > This enables mega-flows in userspace datapath. > > Signed-off-by: Gurucharan Shetty dp_netdev_lookup_flow() now makes less sense to me than before. Can the HMA

[ovs-dev] [PATCH v2] dpif-netdev: Introduce a classifier in userspace datapath.

2013-11-04 Thread Gurucharan Shetty
Instead of an exact match flow table, we introduce a classifier. This enables mega-flows in userspace datapath. Signed-off-by: Gurucharan Shetty --- lib/dpif-netdev.c | 129 +--- tests/ofproto-dpif.at | 142 +--