From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 116B72FFDDE for ; Sat, 21 Mar 2026 03:20:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774063241; cv=none; b=rub3RUrbWWfH/DvfTV376e15r/4u8LDlx/rFub5LDl7+5gPFy3R+69TlXfRUuYEphXemjt50mmEl57CtKEZ6rwIiqEf2T9rIdh19DIJ/clvr2bIrO1UJ0jutB7tyNMezVloHCgxhFGtBKFP8eJNRx5ZaAKRerbhIMCCQ1vFYRUg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774063241; c=relaxed/simple; bh=OV+E1jP6wlLwMj9T0gpVoGuIrF2Xp35ZMAJzvPmRjYY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=TJC9HalECeBlH9NdxbbTyobl6exvzjixTysbTNeNkaJ8Y1VABPBUk2yZc0xlxcpO26ff7HrLRcK1ZYpCxl1xGWCvmpj1AKIZmefEeyK2IDiEqZuQEqzAYDh43/Qfgke6oFr5HFricDQSK9XF0OMiGRf70VAuSLkDrTL2BjOC//Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sSqbTVjc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sSqbTVjc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C073AC19425; Sat, 21 Mar 2026 03:20:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774063240; bh=OV+E1jP6wlLwMj9T0gpVoGuIrF2Xp35ZMAJzvPmRjYY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=sSqbTVjcd1K9UEO7GOJbtxppHPY60laY7xZBOYgORpoc5p1/LRZhQs95GTES5XJZK kLJzXXMDQG6khH/lMKlvxH1Dtr5IKv1Pm4oFpJk3QaeE167vgxk0VL7tUCN7wD+xwi cMUp7Wgro7DmbAgdrsTLGunErElZnJoUn3o93jXrUynEcL2hW6MzFM8CPKt4J3x0Y0 9/CmyqpWFVg9WAihj96s7xg4eL+v2lzldC0hLH9ykwfMUJTeqkbAcNuVbPcPn1Edg2 u6DcqqCdse2jzu65jnGizgcEaHpmWDX+RP0HaOJPGC9lVkVwOkLHLVCJ6EYwJ0psd0 sgDPgBPFg5Prw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02E5B3808200; Sat, 21 Mar 2026 03:20:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next V2] net/mlx5e: Allow set_rx_mode on uplink representor From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177406323053.2737822.485920694733400438.git-patchwork-notify@kernel.org> Date: Sat, 21 Mar 2026 03:20:30 +0000 References: <20260319005456.82745-1-saeed@kernel.org> In-Reply-To: <20260319005456.82745-1-saeed@kernel.org> To: Saeed Mahameed Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org, tariqt@nvidia.com, gal@nvidia.com, leonro@nvidia.com, mbloch@nvidia.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 18 Mar 2026 17:54:56 -0700 you wrote: > From: Saeed Mahameed > > set_rx_mode handler was skipped on uplink representor, since uplink > relies on FDB to forward all traffic to it by default, which works > perfectly on a single PF per physical port configuration, as explicit > mac request isn't required, but In case of multi-host and DPU > environments, uplink can only use own mac address, as set_rx_mode > wasn't honored in uplink rep. > > [...] Here is the summary with links: - [net-next,V2] net/mlx5e: Allow set_rx_mode on uplink representor https://git.kernel.org/netdev/net-next/c/609e79253ace You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html