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
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
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
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
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