All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jeremy Kerr <jk@codeconstruct.com.au>
Cc: matt@codeconstruct.com.au, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	horms@kernel.org, netdev@vger.kernel.org,
	vince_chang@aspeedtech.com
Subject: Re: [PATCH net] net: mctp: unconditionally set skb->dev on dst output
Date: Thu, 27 Nov 2025 10:50:06 +0000	[thread overview]
Message-ID: <176424060687.2521938.14818012886663483055.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251125-dev-forward-v1-1-54ecffcd0616@codeconstruct.com.au>

Hello:

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

On Tue, 25 Nov 2025 14:48:54 +0800 you wrote:
> On transmit, we are currently relying on skb->dev being set by
> mctp_local_output() when we first set up the skb destination fields.
> However, forwarded skbs do not use the local_output path, so will retain
> their incoming netdev as their ->dev on tx. This does not work when
> we're forwarding between interfaces.
> 
> Set skb->dev unconditionally in the transmit path, to allow for proper
> forwarding.
> 
> [...]

Here is the summary with links:
  - [net] net: mctp: unconditionally set skb->dev on dst output
    https://git.kernel.org/netdev/net/c/b3e528a5811b

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



      reply	other threads:[~2025-11-27 10:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-25  6:48 [PATCH net] net: mctp: unconditionally set skb->dev on dst output Jeremy Kerr
2025-11-27 10:50 ` 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=176424060687.2521938.14818012886663483055.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jk@codeconstruct.com.au \
    --cc=kuba@kernel.org \
    --cc=matt@codeconstruct.com.au \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vince_chang@aspeedtech.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.