Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53796C636D7 for ; Thu, 2 Feb 2023 05:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231160AbjBBFA0 (ORCPT ); Thu, 2 Feb 2023 00:00:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229633AbjBBFAX (ORCPT ); Thu, 2 Feb 2023 00:00:23 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C17D13D7D; Wed, 1 Feb 2023 21:00:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 373CD619F7; Thu, 2 Feb 2023 05:00:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 96DB9C4339B; Thu, 2 Feb 2023 05:00:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675314018; bh=aZMdhFjqlrERiXFCdgWjJqq6YceQfaAcA4PVqwFKdB8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bMmmzbrq8vSfgCwRseqXjrlAUr1HYKBh75YriTlIN8Iq6YUrrKVqEK+GVqAOoFvs7 NDMfae3U8lq37jMcnQmPlmwmlVhTLuJNhDsshouyuDpycaGV9C20OX301nMH0+nsDQ Ew2HqJej3/bp+6mOI9SR9/5aYRW6wmVk6SoRj5LqrHKDhLBxu4J5QpJcP5gSi8KXBN N3JIJNzoqNS9rKOmFgNyUndFAWHe2sv/uuqZJv3FYriz3id+6TaaB7o0akoJjuDMEJ 1DXkbON+mSCywB05bwOQkx47mGxrqx/FEWgY2i2edk+fF94vJfxaKKWJnSrRHU4Sne 5alScn5d+nnZw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 6C0DBE4D037; Thu, 2 Feb 2023 05:00:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 0/2] virtio_net: vdpa: update MAC address when it is generated by virtio-net From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167531401843.29700.16991827112190890038.git-patchwork-notify@kernel.org> Date: Thu, 02 Feb 2023 05:00:18 +0000 References: <20230127204500.51930-1-lvivier@redhat.com> In-Reply-To: <20230127204500.51930-1-lvivier@redhat.com> To: Laurent Vivier Cc: linux-kernel@vger.kernel.org, davem@davemloft.net, virtualization@lists.linux-foundation.org, lulu@redhat.com, mst@redhat.com, elic@nvidia.com, gautam.dawar@xilinx.com, eperezma@redhat.com, jasowang@redhat.com, netdev@vger.kernel.org, parav@nvidia.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski : On Fri, 27 Jan 2023 21:44:58 +0100 you wrote: > When the MAC address is not provided by the vdpa device virtio_net > driver assigns a random one without notifying the device. > The consequence, in the case of mlx5_vdpa, is the internal routing > tables of the device are not updated and this can block the > communication between two namespaces. > > To fix this problem, use virtnet_send_command(VIRTIO_NET_CTRL_MAC) > to set the address from virtnet_probe() when the MAC address is > not provided by the device. > > [...] Here is the summary with links: - [v3,1/2] virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set https://git.kernel.org/netdev/net-next/c/7c06458c102e - [v3,2/2] virtio_net: notify MAC address change on device initialization https://git.kernel.org/netdev/net-next/c/9f62d221a4b0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html