From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EB23C432C0 for ; Tue, 26 Nov 2019 04:07:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D974A206F4 for ; Tue, 26 Nov 2019 04:07:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727374AbfKZEHk (ORCPT ); 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-Google-Smtp-Source: APXvYqzuS+vDFQHOO8Q1FRBhRtJDY/6XqplwokxvnEnzOX7PtBBwwhPUCj3DsKZJp38Tr5/S9Ad7jwEATHBUVs4GNtc= 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 >