]> git.proxmox.com Git - mirror_ovs.git/commit
userspace: Support for push_eth and pop_eth actions
authorJan Scheurich <jan.scheurich@ericsson.com>
Sat, 6 May 2017 15:49:43 +0000 (15:49 +0000)
committerBen Pfaff <blp@ovn.org>
Mon, 8 May 2017 14:31:50 +0000 (10:31 -0400)
commit88fc5281621015ab6267be19b11c653f7597dbc0
tree9ec711202add73b12a2a162595d2674b2a9de464
parent06732e8920c96c88907d953e303b8927fa47cdea
userspace: Support for push_eth and pop_eth actions

Add support for actions push_eth and pop_eth to the netdev datapath and
the supporting libraries. This patch relies on the support for these actions
in the kernel datapath to be present.

Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Yi Yang <yi.y.yang@intel.com>
Signed-off-by: Jean Tourrilhes <jt@labs.hpe.com>
Signed-off-by: Jan Scheurich <jan.scheurich@ericsson.com>
Co-authored-by: Zoltan Balogh <zoltan.balogh@ericsson.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath/linux/compat/include/linux/openvswitch.h
lib/odp-execute.c
lib/odp-util.c
lib/odp-util.h
lib/packets.c
lib/packets.h
ofproto/ofproto-dpif-sflow.c