Re: [ovs-dev] [PATCH v3 2/3] userspace: add layer 3 flow and switching support

2014-05-23 Thread Lori Jakab
On 5/23/14, 12:19 AM, Ben Pfaff wrote: On Tue, May 13, 2014 at 05:02:15PM +0300, Lorand Jakab wrote: This commit relaxes the assumption that all packets have an Ethernet header, and adds support for layer 3 flows. For each packet received on the Linux kernel datapath the l2 and l3 members of st

Re: [ovs-dev] [PATCH v3 2/3] userspace: add layer 3 flow and switching support

2014-05-22 Thread Ben Pfaff
On Tue, May 13, 2014 at 05:02:15PM +0300, Lorand Jakab wrote: > This commit relaxes the assumption that all packets have an Ethernet > header, and adds support for layer 3 flows. For each packet received on > the Linux kernel datapath the l2 and l3 members of struct ofpbuf are > intialized appropr

Re: [ovs-dev] [PATCH v3 2/3] userspace: add layer 3 flow and switching support

2014-05-22 Thread Ben Pfaff
On Tue, May 13, 2014 at 05:02:15PM +0300, Lorand Jakab wrote: > diff --git a/lib/flow.c b/lib/flow.c > index 9c9adc5..2b87309 100644 > --- a/lib/flow.c > +++ b/lib/flow.c > @@ -121,7 +121,7 @@ struct mf_ctx { > * away. Some GCC versions gave warnigns on ALWAYS_INLINE, so these are > * defined