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=-6.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 6B952C433DB for ; Tue, 9 Feb 2021 20:09:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 24D0364EA6 for ; Tue, 9 Feb 2021 20:09:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233910AbhBIUHw (ORCPT ); Tue, 9 Feb 2021 15:07:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:59148 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233302AbhBITve (ORCPT ); Tue, 9 Feb 2021 14:51:34 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A5E0F64E7D; Tue, 9 Feb 2021 19:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612900214; bh=WnEjZy27F9yADXoqhKSmtQ+jDswgFtYGG63577vTwv8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FBub3Wbyg0FZMvO6f2hA+3JtZXbkD5h+eU3ZQuH570TPo/eWfAd76sZbo3efWT2S9 NFd44Ksf4n1T14UahKBjBrgxl+c1Lfx4f9jQDJqGr9QAvULo6spkgY05wpwWoRV+G+ nD4U7VD+BV+7qx6gvM2W67mir4KBqeoaEhsofC4p3MOJxiJPRKt2rmohuKmEuchLVF wJ0ISDQcXaYhq2LKbXyRxcVFEtqsGR5cB+q7cBJl13v2OKurM1wajj3wVTBLy8Pq43 F2dfyj2isw4PwwNO34z1SNF17Oc9DwJ6XhQb1vJ9LOok/uUSSpyOqKE1PSn4xVtFVM 1zg4sjcX3NC5A== Date: Tue, 9 Feb 2021 11:50:12 -0800 From: Jakub Kicinski To: Vlad Buslov Cc: Marcelo Ricardo Leitner , Saeed Mahameed , "David S. Miller" , , Mark Bloch , Saeed Mahameed , Or Gerlitz Subject: Re: [net-next V2 01/17] net/mlx5: E-Switch, Refactor setting source port Message-ID: <20210209115012.049ee898@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20210206050240.48410-1-saeed@kernel.org> <20210206050240.48410-2-saeed@kernel.org> <20210206181335.GA2959@horizon.localdomain> <20210208122213.338a673e@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210209100504.119925c1@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 9 Feb 2021 21:17:11 +0200 Vlad Buslov wrote: > 4. Decapsulated payload appears on namespaced VF with IP address > 5.5.5.5: > > $ sudo ip netns exec ns0 tcpdump -ni enp8s0f0v1 -vvv -c 3 So there are two VFs? Hm, completely missed that. Could you *please* provide an ascii diagram for the entire flow? None of those dumps you're showing gives us the high level picture, and it's quite hard to follow which enpsfyxz interface is what.