All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org, mathew.j.martineau@linux.intel.com,
	davem@davemloft.net, kuba@kernel.org, mptcp@lists.linux.dev
Subject: Re: [PATCH net] mptcp: ensure tx skbs always have the MPTCP ext
Date: Wed, 22 Sep 2021 13:50:06 +0000	[thread overview]
Message-ID: <163231860696.30033.15490074655889330874.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <706c577fde04fbb8285c8fc078a2c6d0a4bf9564.1632309038.git.pabeni@redhat.com>

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Wed, 22 Sep 2021 13:12:17 +0200 you wrote:
> Due to signed/unsigned comparison, the expression:
> 
> 	info->size_goal - skb->len > 0
> 
> evaluates to true when the size goal is smaller than the
> skb size. That results in lack of tx cache refill, so that
> the skb allocated by the core TCP code lacks the required
> MPTCP skb extensions.
> 
> [...]

Here is the summary with links:
  - [net] mptcp: ensure tx skbs always have the MPTCP ext
    https://git.kernel.org/netdev/net/c/977d293e23b4

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



      reply	other threads:[~2021-09-22 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-22 11:12 [PATCH net] mptcp: ensure tx skbs always have the MPTCP ext Paolo Abeni
2021-09-22 13: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=163231860696.30033.15490074655889330874.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=mathew.j.martineau@linux.intel.com \
    --cc=mptcp@lists.linux.dev \
    --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.