All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Alexander Duyck <alexander.duyck@gmail.com>
Cc: netdev@vger.kernel.org, kuba@kernel.org, kernel-team@meta.com,
	andrew+netdev@lunn.ch, pabeni@redhat.com, davem@davemloft.net
Subject: Re: [net-next PATCH 0/4] fbnic: Synchronize address handling with BMC
Date: Thu, 28 Aug 2025 13:00:12 +0000	[thread overview]
Message-ID: <175638601201.1445956.12249410120174725676.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <175623715978.2246365.7798520806218461199.stgit@ahduyck-xeon-server.home.arpa>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 26 Aug 2025 12:44:41 -0700 you wrote:
> The fbnic driver needs to communicate with the BMC if it is operating on
> the RMII-based transport (RBT) of the same port the host is on. To enable
> this we need to add rules that will route BMC traffic to the RBT/BMC and
> the BMC and firmware need to configure rules on the RBT side of the
> interface to route traffic from the BMC to the host instead of the MAC.
> 
> To enable that this patch set addresses two issues. First it will cause the
> TCAM to be reconfigured in the event that the BMC was not previously
> present when the driver was loaded, but the FW sends a notification that
> the FW capabilities have changed and a BMC w/ various MAC addresses is now
> present. Second it adds support for sending a message to the firmware so
> that if the host adds additional MAC addresses the FW can be made aware and
> route traffic for those addresses from the RBT to the host instead of the
> MAC.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] fbnic: Move promisc_sync out of netdev code and into RPC path
    https://git.kernel.org/netdev/net-next/c/cf79bd449511
  - [net-next,2/4] fbnic: Pass fbnic_dev instead of netdev to __fbnic_set/clear_rx_mode
    https://git.kernel.org/netdev/net-next/c/284a67d59f39
  - [net-next,3/4] fbnic: Add logic to repopulate RPC TCAM if BMC enables channel
    https://git.kernel.org/netdev/net-next/c/04a230b27d8f
  - [net-next,4/4] fbnic: Push local unicast MAC addresses to FW to populate TCAMs
    https://git.kernel.org/netdev/net-next/c/cee8d21d8091

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-08-28 13:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-26 19:44 [net-next PATCH 0/4] fbnic: Synchronize address handling with BMC Alexander Duyck
2025-08-26 19:44 ` [net-next PATCH 1/4] fbnic: Move promisc_sync out of netdev code and into RPC path Alexander Duyck
2025-08-28 10:25   ` Simon Horman
2025-08-26 19:44 ` [net-next PATCH 2/4] fbnic: Pass fbnic_dev instead of netdev to __fbnic_set/clear_rx_mode Alexander Duyck
2025-08-28 10:25   ` Simon Horman
2025-08-26 19:45 ` [net-next PATCH 3/4] fbnic: Add logic to repopulate RPC TCAM if BMC enables channel Alexander Duyck
2025-08-28 10:26   ` Simon Horman
2025-08-26 19:45 ` [net-next PATCH 4/4] fbnic: Push local unicast MAC addresses to FW to populate TCAMs Alexander Duyck
2025-08-28 10:26   ` Simon Horman
2025-08-28 10:46 ` [net-next PATCH 0/4] fbnic: Synchronize address handling with BMC Paolo Abeni
2025-08-28 12:50   ` Paolo Abeni
2025-08-28 15:09     ` Alexander Duyck
2025-08-28 13:00 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=175638601201.1445956.12249410120174725676.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexander.duyck@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=kernel-team@meta.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.