[ovs-dev] [PATCH v10 3/5] userspace: add layer 3 support to packet metadata

2016-05-04 Thread Simon Horman
From: Lorand Jakab This is needed for sending a packet back to the datapath after a miss upcall was processed. The presence of a layer 2 packet is signaled by adding OVS_KEY_ATTR_ETHERNET to the packet metadata sent with the ovs_packet netlink message. Layer 3 packets need to be accompanied by

Re: [ovs-dev] [PATCH v10 3/5] userspace: add layer 3 support to packet metadata

2016-05-31 Thread Ben Pfaff
On Wed, May 04, 2016 at 04:34:23PM +0900, Simon Horman wrote: > From: Lorand Jakab > > This is needed for sending a packet back to the datapath after a miss > upcall was processed. The presence of a layer 2 packet is signaled by > adding OVS_KEY_ATTR_ETHERNET to the packet metadata sent with the

Re: [ovs-dev] [PATCH v10 3/5] userspace: add layer 3 support to packet metadata

2016-05-31 Thread Simon Horman
On Tue, May 31, 2016 at 01:52:55PM -0700, Ben Pfaff wrote: > On Wed, May 04, 2016 at 04:34:23PM +0900, Simon Horman wrote: > > From: Lorand Jakab > > > > This is needed for sending a packet back to the datapath after a miss > > upcall was processed. The presence of a layer 2 packet is signaled b