On Tue, Jan 03, 2012 at 10:50:16AM -0800, Ethan Jackson wrote:
> I decided to add a patch which masks out the CFI bit in eth_push_vlan().
> It will be included when I resend the series.
>
> Here is an incremental.
Incremental looks fine, thanks.
___
dev
I decided to add a patch which masks out the CFI bit in eth_push_vlan().
It will be included when I resend the series.
Here is an incremental.
---
ofproto/ofproto-dpif.c | 24 ++--
1 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/ofproto/ofproto-dpif.c b/ofp
On Wed, Dec 28, 2011 at 05:52:39PM -0800, Ethan Jackson wrote:
> In future patches, PACKET_IN messages will include meta-data which
> is only available in userspace during action translation. Either,
> this data needs to be stored until it's required by a userspace
> datapath action, or the PACKET
In future patches, PACKET_IN messages will include meta-data which
is only available in userspace during action translation. Either,
this data needs to be stored until it's required by a userspace
datapath action, or the PACKET_IN messages must be sent at the time
the data is available. This patc