public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] macvlan: broadcast delivery changes
@ 2026-04-01 10:38 Eric Dumazet
  2026-04-01 10:38 ` [PATCH net-next 1/2] macvlan: annotate data-races around port->bc_queue_len_used Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Dumazet @ 2026-04-01 10:38 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, Andrew Lunn, netdev, eric.dumazet, Eric Dumazet

First patch adds data-race annotations.

Second patch changes macvlan_broadcast_enqueue() to return
early if the queue is full.

Eric Dumazet (2):
  macvlan: annotate data-races around port->bc_queue_len_used
  macvlan: avoid spinlock contention in macvlan_broadcast_enqueue()

 drivers/net/macvlan.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

-- 
2.53.0.1118.gaef5881109-goog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-03  1:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01 10:38 [PATCH net-next 0/2] macvlan: broadcast delivery changes Eric Dumazet
2026-04-01 10:38 ` [PATCH net-next 1/2] macvlan: annotate data-races around port->bc_queue_len_used Eric Dumazet
2026-04-01 10:38 ` [PATCH net-next 2/2] macvlan: avoid spinlock contention in macvlan_broadcast_enqueue() Eric Dumazet
2026-04-03  1:10 ` [PATCH net-next 0/2] macvlan: broadcast delivery changes patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox