On Wed, May 04, 2016 at 04:34:23PM +0900, Simon Horman wrote: > From: Lorand Jakab <[email protected]> > > 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 > OVS_KEY_ATTR_PACKET_ETHERTYPE to indicate network protocol. > > Signed-off-by: Lorand Jakab <[email protected]> > Signed-off-by: Simon Horman <[email protected]>
I am not sure it makes sense to do a masked set of a packet Ethertype (in odp_execute_masked_set_action()). Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
