All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Juhee Kang <claudiajkang@gmail.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	ennoerlangen@gmail.com, george.mccollister@gmail.com,
	olteanv@gmail.com, marco.wenzel@a-eberle.de,
	xiong.zhenwu@zte.com.cn
Subject: Re: [PATCH v4 net-next] net: hsr: use hlist_head instead of list_head for mac addresses
Date: Sun, 06 Feb 2022 11:10:09 +0000	[thread overview]
Message-ID: <164414580941.29882.3204574468884683223.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220205154038.2345-1-claudiajkang@gmail.com>

Hello:

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

On Sat,  5 Feb 2022 15:40:38 +0000 you wrote:
> Currently, HSR manages mac addresses of known HSR nodes by using list_head.
> It takes a lot of time when there are a lot of registered nodes due to
> finding specific mac address nodes by using linear search. We can be
> reducing the time by using hlist. Thus, this patch moves list_head to
> hlist_head for mac addresses and this allows for further improvement of
> network performance.
> 
> [...]

Here is the summary with links:
  - [v4,net-next] net: hsr: use hlist_head instead of list_head for mac addresses
    https://git.kernel.org/netdev/net-next/c/4acc45db7115

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



  reply	other threads:[~2022-02-06 11:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05 15:40 [PATCH v4 net-next] net: hsr: use hlist_head instead of list_head for mac addresses Juhee Kang
2022-02-06 11:10 ` patchwork-bot+netdevbpf [this message]
2022-02-08  5:23   ` Eric Dumazet
2022-02-08  5:42     ` Juhee Kang

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=164414580941.29882.3204574468884683223.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=claudiajkang@gmail.com \
    --cc=davem@davemloft.net \
    --cc=ennoerlangen@gmail.com \
    --cc=george.mccollister@gmail.com \
    --cc=kuba@kernel.org \
    --cc=marco.wenzel@a-eberle.de \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=xiong.zhenwu@zte.com.cn \
    /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.