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 9E1BAC433E6 for ; Mon, 8 Feb 2021 20:23:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 710BA64D99 for ; Mon, 8 Feb 2021 20:23:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236665AbhBHUXh (ORCPT ); Mon, 8 Feb 2021 15:23:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:52468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236841AbhBHUWz (ORCPT ); Mon, 8 Feb 2021 15:22:55 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4613B64DD5; Mon, 8 Feb 2021 20:22:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612815734; bh=88qXcijOkj93fMJLtTRsRywpwLWnrSzE/1LXjN13eAg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hJ7Nsh0C9kpc0aPwq25y7d43YfIqsvhcQHqsvL1H1bvoH7gIhfEQ0S9E7gpjnP09K E9S0VWanzAVOyA4I+OGkH0JZzw602hd8DbNFAHUCl4MwR5n70FrJEhbWVKjgpj175o 1ACCkW/BrO1wyPakYayrVsy/vJ7iZRZmy2FAhFcqLzbfLq/AYiDYoebO9efmDDFgdh 7sks/joMGtxqbQY9FYukp7/uNsGLX4gfd7I0U9dNbVtdpAw49EcKKVqnfdZCqWJdD9 inKcWSPh1dYlmf4l8peCY3BSl1daRclUdF2N/Xqcn2aMsehpXHAfdsyk/xhR3Jn/Tw 1nhsvaQTYiMpw== Date: Mon, 8 Feb 2021 12:22:13 -0800 From: Jakub Kicinski To: Vlad Buslov Cc: Marcelo Ricardo Leitner , Saeed Mahameed , "David S. Miller" , , "Mark Bloch" , Saeed Mahameed Subject: Re: [net-next V2 01/17] net/mlx5: E-Switch, Refactor setting source port Message-ID: <20210208122213.338a673e@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> 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 Mon, 8 Feb 2021 10:21:21 +0200 Vlad Buslov wrote: > > These operations imply that 7.7.7.5 is configured on some interface on > > the host. Most likely the VF representor itself, as that aids with ARP > > resolution. Is that so? > > Hi Marcelo, > > The tunnel endpoint IP address is configured on VF that is represented > by enp8s0f0_0 representor in example rules. The VF is on host. This is very confusing, are you saying that the 7.7.7.5 is configured both on VF and VFrep? Could you provide a full picture of the config with IP addresses and routing?