From: Paolo Abeni <pabeni@redhat.com>
To: Alexander Duyck <alexander.duyck@gmail.com>, netdev@vger.kernel.org
Cc: kuba@kernel.org, kernel-team@meta.com, andrew+netdev@lunn.ch,
davem@davemloft.net
Subject: Re: [net-next PATCH 0/4] fbnic: Synchronize address handling with BMC
Date: Thu, 28 Aug 2025 12:46:27 +0200 [thread overview]
Message-ID: <bc846535-a5f5-4e24-9325-22f9d8b887f9@redhat.com> (raw)
In-Reply-To: <175623715978.2246365.7798520806218461199.stgit@ahduyck-xeon-server.home.arpa>
On 8/26/25 9:44 PM, Alexander Duyck 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.
The CI is observing a few possible leaks on top of this series:
unreferenced object 0xffff888011146040 (size 216):
comm "napi/enp1s0-0", pid 4116, jiffies 4295559830
hex dump (first 32 bytes):
c0 bc a0 08 80 88 ff ff 00 00 00 00 00 00 00 00 ................
00 40 02 08 80 88 ff ff 00 00 00 00 00 00 00 00 .@..............
backtrace (crc d10d3409):
kmem_cache_alloc_bulk_noprof+0x115/0x160
napi_skb_cache_get+0x423/0x750
napi_build_skb+0x19/0x210
xdp_build_skb_from_buff+0xda/0x820
fbnic_run_xdp+0x36c/0x550
fbnic_clean_rcq+0x540/0x1790
fbnic_poll+0x142/0x290
__napi_poll.constprop.0+0x9f/0x460
napi_threaded_poll_loop+0x44d/0x610
napi_threaded_poll+0x17/0x30
kthread+0x37b/0x5f0
ret_from_fork+0x240/0x320
ret_from_fork_asm+0x11/0x20
unreferenced object 0xffff888008a0bcc0 (size 216):
comm "napi/enp1s0-0", pid 4116, jiffies 4295560865
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 40 02 08 80 88 ff ff 00 00 00 00 00 00 00 00 .@..............
backtrace (crc d69e2bd9):
kmem_cache_alloc_node_noprof+0x289/0x330
__alloc_skb+0x20f/0x2e0
__tcp_send_ack.part.0+0x68/0x6b0
tcp_rcv_established+0x69c/0x2340
tcp_v6_do_rcv+0x9b4/0x1370
tcp_v6_rcv+0x1bc5/0x2f90
ip6_protocol_deliver_rcu+0x112/0x1140
ip6_input+0x201/0x5e0
ip6_sublist_rcv_finish+0x91/0x260
ip6_list_rcv_finish.constprop.0+0x55b/0xa10
ipv6_list_rcv+0x318/0x4b0
__netif_receive_skb_list_core+0x4c6/0x980
netif_receive_skb_list_internal+0x63c/0xe50
gro_complete.constprop.0+0x54d/0x750
__gro_flush+0x14a/0x490
__napi_poll.constprop.0+0x319/0x460
But AFAICS they don't look related to the changes in this series, even
if I'm not able to spot real suspects in the changes tested in the
relevant batch:
https://netdev.bots.linux.dev/static/nipa/branch_deltas/net-next-hw-2025-08-28--08-00.html
Some feeling towards the RPS patches, but they look safe to me.
/P
next prev parent reply other threads:[~2025-08-28 10:46 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 ` Paolo Abeni [this message]
2025-08-28 12:50 ` [net-next PATCH 0/4] fbnic: Synchronize address handling with BMC Paolo Abeni
2025-08-28 15:09 ` Alexander Duyck
2025-08-28 13:00 ` patchwork-bot+netdevbpf
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=bc846535-a5f5-4e24-9325-22f9d8b887f9@redhat.com \
--to=pabeni@redhat.com \
--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 \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).