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

2014-11-05 Thread Lori Jakab
On 11/6/14 12:36 AM, Ben Pfaff wrote: On Mon, Nov 03, 2014 at 11:36:30PM +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 v6 2/3] userspace: add layer 3 flow and switching support

2014-11-05 Thread Ben Pfaff
On Mon, Nov 03, 2014 at 11:36:30PM +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 v6 2/3] userspace: add layer 3 flow and switching support

2014-11-03 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 (notably flow_extract()), i