On 7/9/14, 4:50 PM, Thomas Graf wrote:
On 06/27/14 at 04:21pm, Lorand Jakab wrote:
diff --git a/lib/odp-execute.c b/lib/odp-execute.c
index cb89e72..b5add78 100644
--- a/lib/odp-execute.c
+++ b/lib/odp-execute.c
@@ -260,6 +260,25 @@ odp_execute_actions__(void *dp, struct dpif_packet
**packets,
On 06/27/14 at 04:21pm, Lorand Jakab wrote:
> diff --git a/lib/odp-execute.c b/lib/odp-execute.c
> index cb89e72..b5add78 100644
> --- a/lib/odp-execute.c
> +++ b/lib/odp-execute.c
> @@ -260,6 +260,25 @@ odp_execute_actions__(void *dp, struct dpif_packet
> **packets, int cnt,
> break;
On Fri, Jun 27, 2014 at 04:21:53PM +0300, Lorand Jakab wrote:
> These actions will allow L2->L3 and L3->L2 switching, and are supposed
> to be added to flows installed in the datapath transparently by
> ovs-vswitchd.
>
> Signed-off-by: Lorand Jakab
Looks good to me, needs approval of Jesse or Pr
These actions will allow L2->L3 and L3->L2 switching, and are supposed
to be added to flows installed in the datapath transparently by
ovs-vswitchd.
Signed-off-by: Lorand Jakab
---
include/linux/openvswitch.h | 12 +
lib/dpif-netdev.c | 2 ++
lib/dpif.c | 2 +