egar...@redhat.com
Subject: Re: [ovs-dev] [PATCH net-next v13 0/8] openvswitch: support for layer
3 encapsulated packets
On November 15, 2016 11:57:21 AM GMT-02:00, "Yang, Yi Y"
wrote:
>Hi, Jiri
>
>I'm very glad to see you're continuing this work :-), I asked Simon
>
age-
>From: netdev-ow...@vger.kernel.org
>[mailto:netdev-ow...@vger.kernel.org] On Behalf Of Jiri Benc
>Sent: Thursday, November 10, 2016 11:28 PM
>To: netdev@vger.kernel.org
>Cc: d...@openvswitch.org; Pravin Shelar ; Lorand Jakab
>; Simon Horman
>Subject: [PATCH net-nex
vember 10, 2016 11:28 PM
To: netdev@vger.kernel.org
Cc: d...@openvswitch.org; Pravin Shelar ; Lorand Jakab
; Simon Horman
Subject: [PATCH net-next v13 0/8] openvswitch: support for layer 3 encapsulated
packets
At the core of this patch set is removing the assumption in Open vSwitch
datapath that all
From: Jiri Benc
Date: Thu, 10 Nov 2016 16:28:16 +0100
> At the core of this patch set is removing the assumption in Open vSwitch
> datapath that all packets have Ethernet header.
>
> The implementation relies on the presence of pop_eth and push_eth actions
> in datapath flows to facilitate addin
At the core of this patch set is removing the assumption in Open vSwitch
datapath that all packets have Ethernet header.
The implementation relies on the presence of pop_eth and push_eth actions
in datapath flows to facilitate adding and removing Ethernet headers as
appropriate. The construction o