Re: [ovs-dev] ovn ping from VM to external gateway IP failed.

2017-01-02 Thread Dong Jun
On 2017/1/3 12:59, Numan Siddique wrote: On Tue, Jan 3, 2017 at 2:06 AM, Mickey Spiegel > wrote: On Mon, Jan 2, 2017 at 3:46 AM, Numan Siddique > wrote: On Mon, Jan 2,

Re: [ovs-dev] ovn ping from VM to external gateway IP failed.

2017-01-02 Thread Mickey Spiegel
On Mon, Jan 2, 2017 at 8:59 PM, Numan Siddique wrote: > > > On Tue, Jan 3, 2017 at 2:06 AM, Mickey Spiegel > wrote: > >> >> On Mon, Jan 2, 2017 at 3:46 AM, Numan Siddique >> wrote: >> >>> >>> >>> On Mon, Jan 2, 2017 at 2:07 AM,

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: After thawing, retrieve tunnel table from thawed xbridge

2017-01-02 Thread Numan Siddique
On Sun, Jan 1, 2017 at 6:35 AM, Mickey Spiegel wrote: > In xlate_actions in ofproto-dpif-xlate.c, after thawing from frozen state, > it currently retrieves the tunnel metadata table from the original xbridge. > It should retrieve the tunnel metadata table from the thawed

Re: [ovs-dev] [PATCH v2 11/17] userspace: add non-tap (l3) support to GRE vports

2017-01-02 Thread Yang, Yi Y
Jan, which patch is the final solution you mentioned? Has It been merged into net-next? Or it isn't ready at all? From my understanding, the final solution you mentioned will also wait for long time to merge, it is just to add packet_type match field, this won't have any big impact on current

Re: [ovs-dev] ovn ping from VM to external gateway IP failed.

2017-01-02 Thread Numan Siddique
On Tue, Jan 3, 2017 at 2:06 AM, Mickey Spiegel wrote: > > On Mon, Jan 2, 2017 at 3:46 AM, Numan Siddique > wrote: > >> >> >> On Mon, Jan 2, 2017 at 2:07 AM, Mickey Spiegel >> wrote: >> >>> >>> On Sun, Jan 1, 2017 at 10:31 AM,

Re: [ovs-dev] Sync on PTAP, EXT-382 and NSH

2017-01-02 Thread Yang, Yi Y
Jan, we can't always be waiting endlessly, L3 patchset has been in Linux kernel no matter you like it or not, we're just to make sure ovs can work with it, VxLAN-gpe is not only for NSH. If you think L3 patchset in Linux kernel has any issue, please send out your fix patches as soon as

Re: [ovs-dev] [PATCH v2 14/17] datapath: Fix skb->protocol for vlan frames

2017-01-02 Thread Yang, Yi Y
Pravin, the issue is current ovs has too many differences from net-next tree, the best way is to apply all the patches before your patch, but it seems a super huge work, it is out of my capability :-) Anybody of you is working on this? -Original Message- From: Pravin Shelar

Re: [ovs-dev] [PATCH v8] netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.

2017-01-02 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Pravin Shelar [mailto:pshe...@ovn.org] > Sent: Sunday, January 1, 2017 4:53 PM > To: Chandran, Sugesh > Cc: ovs dev ; Jesse Gross ; Ben > Pfaff > Subject: Re:

[ovs-dev] [PATCH] ovsdb: fix data loss when OVSDB replication from itself

2017-01-02 Thread Guoshuai Li
Delete the local database after receiving the master data, this is safer for data. This patch is used by HA cluster that have no way to control the order of resources, such as kubernetes. Signed-off-by: Guoshuai Li --- ovsdb/replication.c | 73

[ovs-dev] [PATCH v9] netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.

2017-01-02 Thread Sugesh Chandran
Add Rx checksum offloading feature support on DPDK physical ports. By default, the Rx checksum offloading is enabled if NIC supports. However, the checksum offloading can be turned OFF either while adding a new DPDK physical port to OVS or at runtime. The rx checksum offloading can be turned off

Re: [ovs-dev] ovn ping from VM to external gateway IP failed.

2017-01-02 Thread Mickey Spiegel
On Mon, Jan 2, 2017 at 3:46 AM, Numan Siddique wrote: > > > On Mon, Jan 2, 2017 at 2:07 AM, Mickey Spiegel > wrote: > >> >> On Sun, Jan 1, 2017 at 10:31 AM, Numan Siddique >> wrote: >> >>> >>> >>> On Sun, Jan 1, 2017 at 6:39 AM,

[ovs-dev] [PATCH v2 5/5] make: Standardize indentation

2017-01-02 Thread Stephen Finucane
If we're going to mix tabs and spaces, let's do it consistently. Signed-off-by: Stephen Finucane --- Makefile.am | 178 ++-- 1 file changed, 89 insertions(+), 89 deletions(-) diff --git a/Makefile.am b/Makefile.am index

[ovs-dev] [PATCH v2 3/5] make: Check for Sphinx before checking docs

2017-01-02 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- Documentation/automake.mk | 6 -- configure.ac | 1 + m4/openvswitch.m4 | 14 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Documentation/automake.mk b/Documentation/automake.mk

[ovs-dev] [PATCH v2 2/5] make: Add distinct clean-docs target

2017-01-02 Thread Stephen Finucane
Speed things up by not rebuilding documents every time. Signed-off-by: Stephen Finucane --- Documentation/automake.mk | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/automake.mk b/Documentation/automake.mk index cb41d11..ac147a7 100644

Re: [ovs-dev] ovn ping from VM to external gateway IP failed.

2017-01-02 Thread Numan Siddique
On Mon, Jan 2, 2017 at 2:07 AM, Mickey Spiegel wrote: > > On Sun, Jan 1, 2017 at 10:31 AM, Numan Siddique > wrote: > >> >> >> On Sun, Jan 1, 2017 at 6:39 AM, Mickey Spiegel >> wrote: >> >>> >>> On Sat, Dec 31, 2016 at 1:19 AM,