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

2013-11-18 Thread Lori Jakab
On 11/18/13 9:28 PM, Ben Pfaff wrote: On Mon, Nov 18, 2013 at 12:19:05PM +0200, Lori Jakab wrote: On 11/16/13 1:21 AM, Ben Pfaff wrote: On Tue, Nov 12, 2013 at 04:36:25PM +0200, Lorand Jakab wrote: This commit relaxes the assumption that all packets have an Ethernet header, and adds support fo

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

2013-11-18 Thread Ben Pfaff
On Mon, Nov 18, 2013 at 12:19:05PM +0200, Lori Jakab wrote: > On 11/16/13 1:21 AM, Ben Pfaff wrote: > >On Tue, Nov 12, 2013 at 04:36:25PM +0200, Lorand Jakab wrote: > >>This commit relaxes the assumption that all packets have an Ethernet > >>header, and adds support for layer 3 flows. For each pac

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

2013-11-18 Thread Lori Jakab
On 11/16/13 1:21 AM, Ben Pfaff wrote: On Tue, Nov 12, 2013 at 04:36:25PM +0200, 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 str

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

2013-11-15 Thread Ben Pfaff
On Tue, Nov 12, 2013 at 04:36:25PM +0200, 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

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

2013-11-12 Thread Lorand Jakab
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 appropriately, and some functions now expect this (notable flow_extract()), i