All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] nexthop: Small changes
@ 2020-09-15 11:40 Ido Schimmel
  2020-09-15 11:40 ` [PATCH net-next 1/5] nexthop: Remove unused function declaration from header file Ido Schimmel
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ido Schimmel @ 2020-09-15 11:40 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, dsahern, mlxsw, Ido Schimmel

From: Ido Schimmel <idosch@nvidia.com>

This patch set contains a few small changes that I split out of the RFC
I sent last week [1]. Main change is the conversion of the nexthop
notification chain to a blocking chain so that it could be reused by
device drivers for nexthop objects programming in the future.

Tested with fib_nexthops.sh:

Tests passed: 164
Tests failed:   0

[1] https://lore.kernel.org/netdev/20200908091037.2709823-1-idosch@idosch.org/

Ido Schimmel (5):
  nexthop: Remove unused function declaration from header file
  nexthop: Remove NEXTHOP_EVENT_ADD
  nexthop: Convert to blocking notification chain
  nexthop: Only emit a notification when nexthop is actually deleted
  selftests: fib_nexthops: Test cleanup of FDB entries following nexthop
    deletion

 include/net/netns/nexthop.h                 |  2 +-
 include/net/nexthop.h                       |  4 ----
 net/ipv4/nexthop.c                          | 17 +++++++++--------
 tools/testing/selftests/net/fib_nexthops.sh | 14 ++++++++++++++
 4 files changed, 24 insertions(+), 13 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-09-16  0:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 11:40 [PATCH net-next 0/5] nexthop: Small changes Ido Schimmel
2020-09-15 11:40 ` [PATCH net-next 1/5] nexthop: Remove unused function declaration from header file Ido Schimmel
2020-09-15 11:41 ` [PATCH net-next 2/5] nexthop: Remove NEXTHOP_EVENT_ADD Ido Schimmel
2020-09-15 11:41 ` [PATCH net-next 3/5] nexthop: Convert to blocking notification chain Ido Schimmel
2020-09-15 11:41 ` [PATCH net-next 4/5] nexthop: Only emit a notification when nexthop is actually deleted Ido Schimmel
2020-09-15 11:41 ` [PATCH net-next 5/5] selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletion Ido Schimmel
2020-09-15 23:32 ` [PATCH net-next 0/5] nexthop: Small changes David Miller

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.