All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuniyuki Iwashima <kuniyu@amazon.com>
To: <gnaaman@drivenets.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>,
	<kuniyu@amazon.com>, <netdev@vger.kernel.org>,
	<pabeni@redhat.com>
Subject: Re: [PATCH net-next v9 6/6] neighbour: Create netdev->neighbour association
Date: Thu, 7 Nov 2024 14:13:54 -0800	[thread overview]
Message-ID: <20241107221354.14483-1-kuniyu@amazon.com> (raw)
In-Reply-To: <20241107160444.2913124-7-gnaaman@drivenets.com>

From: Gilad Naaman <gnaaman@drivenets.com>
Date: Thu,  7 Nov 2024 16:04:43 +0000
> Create a mapping between a netdev and its neighoburs,
> allowing for much cheaper flushes.
> 
> Signed-off-by: Gilad Naaman <gnaaman@drivenets.com>

Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>

  parent reply	other threads:[~2024-11-07 22:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-07 16:04 [PATCH net-next v9 0/6] Improve neigh_flush_dev performance Gilad Naaman
2024-11-07 16:04 ` [PATCH net-next v9 1/6] neighbour: Add hlist_node to struct neighbour Gilad Naaman
2024-11-07 16:07   ` Eric Dumazet
2024-11-07 16:04 ` [PATCH net-next v9 2/6] neighbour: Define neigh_for_each_in_bucket Gilad Naaman
2024-11-07 16:08   ` Eric Dumazet
2024-11-07 16:04 ` [PATCH net-next v9 3/6] neighbour: Convert seq_file functions to use hlist Gilad Naaman
2024-11-07 16:10   ` Eric Dumazet
2024-11-07 16:04 ` [PATCH net-next v9 4/6] neighbour: Convert iteration to use hlist+macro Gilad Naaman
2024-11-07 16:19   ` Eric Dumazet
2024-11-07 16:04 ` [PATCH net-next v9 5/6] neighbour: Remove bare neighbour::next pointer Gilad Naaman
2024-11-07 16:20   ` Eric Dumazet
2024-11-07 16:04 ` [PATCH net-next v9 6/6] neighbour: Create netdev->neighbour association Gilad Naaman
2024-11-07 16:53   ` Eric Dumazet
2024-11-07 22:13   ` Kuniyuki Iwashima [this message]
2024-11-09 21:50 ` [PATCH net-next v9 0/6] Improve neigh_flush_dev performance 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=20241107221354.14483-1-kuniyu@amazon.com \
    --to=kuniyu@amazon.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gnaaman@drivenets.com \
    --cc=kuba@kernel.org \
    --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.