public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] vrf: A few cleanups
@ 2026-03-26 20:32 Ido Schimmel
  2026-03-26 20:32 ` [PATCH net-next v2 1/3] vrf: Remove unnecessary NULL check Ido Schimmel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ido Schimmel @ 2026-03-26 20:32 UTC (permalink / raw)
  To: netdev
  Cc: davem, kuba, pabeni, edumazet, dsahern, andrew+netdev, petrm,
	lirongqing, Ido Schimmel

Perform a few cleanups in the VRF driver. Noticed these while reviewing
a recent patch [1]. See individual patches for more details.

[1] https://lore.kernel.org/netdev/20260310105331.2371-1-lirongqing@baidu.com/

v2:
* In patch #3, remove RCU protection around dst entries instead of just
the synchronize_rcu() calls.

v1: https://lore.kernel.org/netdev/20260324155521.525292-1-idosch@nvidia.com/

Ido Schimmel (3):
  vrf: Remove unnecessary NULL check
  vrf: Use dst_dev_put() instead of using loopback device
  vrf: Remove unnecessary RCU protection around dst entries

 drivers/net/vrf.c | 82 +++++++++--------------------------------------
 1 file changed, 16 insertions(+), 66 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-26 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 20:32 [PATCH net-next v2 0/3] vrf: A few cleanups Ido Schimmel
2026-03-26 20:32 ` [PATCH net-next v2 1/3] vrf: Remove unnecessary NULL check Ido Schimmel
2026-03-26 20:32 ` [PATCH net-next v2 2/3] vrf: Use dst_dev_put() instead of using loopback device Ido Schimmel
2026-03-26 20:32 ` [PATCH net-next v2 3/3] vrf: Remove unnecessary RCU protection around dst entries Ido Schimmel

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