All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kevin Yang <yyd@google.com>
Cc: davem@davemloft.net, edumazet@google.com, netdev@vger.kernel.org
Subject: Re: [PATCH net] txhash: fix sk->sk_txrehash default
Date: Wed, 08 Feb 2023 09:10:17 +0000	[thread overview]
Message-ID: <167584741785.9727.6175593678410014417.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230207020820.2704647-1-yyd@google.com>

Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue,  7 Feb 2023 02:08:20 +0000 you wrote:
> This code fix a bug that sk->sk_txrehash gets its default enable
> value from sysctl_txrehash only when the socket is a TCP listener.
> 
> We should have sysctl_txrehash to set the default sk->sk_txrehash,
> no matter TCP, nor listerner/connector.
> 
> Tested by following packetdrill:
>   0 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
>   +0 socket(..., SOCK_DGRAM, IPPROTO_UDP) = 4
>   // SO_TXREHASH == 74, default to sysctl_txrehash == 1
>   +0 getsockopt(3, SOL_SOCKET, 74, [1], [4]) = 0
>   +0 getsockopt(4, SOL_SOCKET, 74, [1], [4]) = 0
> 
> [...]

Here is the summary with links:
  - [net] txhash: fix sk->sk_txrehash default
    https://git.kernel.org/netdev/net/c/c11204c78d69

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



      reply	other threads:[~2023-02-08  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  2:08 [PATCH net] txhash: fix sk->sk_txrehash default Kevin Yang
2023-02-08  9:10 ` 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=167584741785.9727.6175593678410014417.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=yyd@google.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.