RE: [ovs-dev] [PATCH net-next v13 0/8] openvswitch: support for layer 3 encapsulated packets

2016-11-15 Thread Yang, Yi Y
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 >

Re: [ovs-dev] [PATCH net-next v13 0/8] openvswitch: support for layer 3 encapsulated packets

2016-11-15 Thread Thadeu Lima de Souza Cascardo
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

RE: [PATCH net-next v13 0/8] openvswitch: support for layer 3 encapsulated packets

2016-11-15 Thread Yang, Yi Y
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

Re: [PATCH net-next v13 0/8] openvswitch: support for layer 3 encapsulated packets

2016-11-12 Thread David Miller
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

[PATCH net-next v13 0/8] openvswitch: support for layer 3 encapsulated packets

2016-11-10 Thread Jiri Benc
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