Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3725865ybc; Mon, 25 Nov 2019 20:13:06 -0800 (PST) X-Google-Smtp-Source: APXvYqx6cibyNGulrBqxqiTdBDDy5TvwRRkbsscu+tOeSSlMk7OPMaRVil4Mb6FSzjaXD6FGjhgi X-Received: by 2002:a50:c408:: with SMTP id v8mr22850206edf.140.1574741586164; Mon, 25 Nov 2019 20:13:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574741586; cv=none; d=google.com; s=arc-20160816; b=k5e7lavK3a34NSmRB51NMlTVAxlVZ4SLAySFZvjGDRLBOJZZoLKCk7m1sB6gjeBd/9 zGuDr8M6cypVShchwtYY2UmVO+Er7f9ZxU9XplFpYsAGUwrl+sWobADvZdbybKzkAr4M na/NzgyXqKrpZUGy+pm3ezAwJpfhip9notWQZ56uFtzYOuv0xkPgDmGMnHlTLTcoy8/D cm5wx6OOQ0Jie1iCm72opiEn9tlUnfS2zu8KMo6dUz4+2wJnrA/JZ2CmGs0kbp31dn6A iKFe/1vHrb5cwc9nXX8Sw/+j7RLki1TTjV2GHn8To5PWPSdABknWR89OMBuzNM/jMHES 5NDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version; bh=wRlUiMQ0DKf4soj9d40R28l1fsFqTCqycUKeZcWqKRw=; b=IVmS6VGmw6HBA9Gm8CIJHuOXesCT2fkr2eJWpLY7s6zOnM52JInrzwyq2Bt1cDPYfx EinE3plDRwB+PSJII0ViFZlMSb+vTws4y32IID/StLJ4RpefiQhZfz0IPDnNrrdYnE2M l0azn6yQVgwch9572yATuowS7zS5wsDJyEhYnzIGPAa5VjvRTa7EJneUtl0QiHPaIo85 n6zXhdfIryYfFqHYpM05eD916FBjDb04M831mZ4h+LlhA3kLTRZ7asuUh1+HKiZAb0Z4 2S/k+dx4MPxHVraZug+Mx5AcFKG6ryQrHoUF/eAQ+/svtbbTikQp3jZRrtRqBmNz3g5q RGqw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y54si6699162edb.136.2019.11.25.20.12.42; Mon, 25 Nov 2019 20:13:06 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727316AbfKZEHk (ORCPT + 99 others); Mon, 25 Nov 2019 23:07:40 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:44195 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726947AbfKZEHk (ORCPT ); Mon, 25 Nov 2019 23:07:40 -0500 Received: from mail-vk1-f178.google.com (mail-vk1-f178.google.com [209.85.221.178]) (Authenticated sender: pshelar@ovn.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 04D18200004; Tue, 26 Nov 2019 04:07:37 +0000 (UTC) Received: by mail-vk1-f178.google.com with SMTP id r4so4074934vkf.9; Mon, 25 Nov 2019 20:07:37 -0800 (PST) X-Gm-Message-State: APjAAAVB2KBWMbt/LPzTJMPimJ/RdWEbkYxHm7rbCBc3BqnUM0Q5cYxu LzkLw7UtiLuUH55YY0R4CQsVT2HRp1O4T0yEy4Y= X-Received: by 2002:ac5:c2c3:: with SMTP id i3mr19830904vkk.17.1574741256480; Mon, 25 Nov 2019 20:07:36 -0800 (PST) MIME-Version: 1.0 References: <20191108210714.12426-1-aconole@redhat.com> In-Reply-To: From: Pravin Shelar Date: Mon, 25 Nov 2019 20:07:25 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH net 1/2] openvswitch: support asymmetric conntrack To: Aaron Conole Cc: Linux Kernel Network Developers , "David S . Miller" , Jamal Hadi Salim , Cong Wang , Jiri Pirko , ovs dev , linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Downloading from patchwork is working for me. Its strange other patches in my mailbox does not has this issue. Thanks. On Mon, Nov 25, 2019 at 7:39 AM Aaron Conole wrote: > > Aaron Conole writes: > > > Pravin Shelar writes: > > > >> On Fri, Nov 8, 2019 at 1:07 PM Aaron Conole wrote: > >>> > >>> The openvswitch module shares a common conntrack and NAT infrastructure > >>> exposed via netfilter. It's possible that a packet needs both SNAT and > >>> DNAT manipulation, due to e.g. tuple collision. Netfilter can support > >>> this because it runs through the NAT table twice - once on ingress and > >>> again after egress. The openvswitch module doesn't have such capability. > >>> > >>> Like netfilter hook infrastructure, we should run through NAT twice to > >>> keep the symmetry. > >>> > >>> Fixes: 05752523e565 ("openvswitch: Interface with NAT.") > >>> Signed-off-by: Aaron Conole > >> > >> The patch looks ok. But I am not able apply it. can you fix the encoding. > > > > Hrrm. I didn't make any special changes (just used git send-email). I > > will look at spinning a second patch. > > Pravin, > > I tried the following: > > 10:36:59 aconole@dhcp-25 {(312434617cb1...)} ~/git/linux$ curl http://patchwork.ozlabs.org/patch/1192219/mbox/ > test.patch > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 4827 100 4827 0 0 8824 0 --:--:-- --:--:-- --:--:-- 8808 > 10:37:21 aconole@dhcp-25 {(312434617cb1...)} ~/git/linux$ git am test.patch > Applying: openvswitch: support asymmetric conntrack > 10:37:24 aconole@dhcp-25 {(f759cc2b7323...)} ~/git/linux$ > > > Can you check your mailer settings? The patchwork mbox worked fine, and > I was able to apply from my own mbox as well. > > -Aaron >