Netdev List
 help / color / mirror / Atom feed
* [PATCH Round 5 0/3] Network Event Notifier Mechanism
@ 2006-07-28 18:28 Steve Wise
  2006-07-28 18:28 ` [PATCH Round 5 1/3] " Steve Wise
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steve Wise @ 2006-07-28 18:28 UTC (permalink / raw)
  To: davem, rdreier; +Cc: netdev, openib-general


Dave/Roland, is this patchset about ready to go?

Round 5 Changes:

- removed user-mode support
- removed route add/del events.

------

This patch implements a mechanism that allows interested clients to
register for notification of certain network events. The intended use
is to allow RDMA devices (linux/drivers/infiniband) to be notified of
neighbour updates, ICMP redirects, and path MTU changes.

RDMA devices need these network events because they typically
cache this information in hardware and need to be notified
when it changes.  To learn about RDMA internet protocols, see:
http://www.ietf.org/html.charters/rddp-charter.html.

The key events of interest are:

- neighbour mac address change 
- routing redirect (the next hop neighbour changes for a dst_entry)
- path mtu change (the path mtu for a dst_entry changes).

This patchset consists of 3 patches:

1) New files implementing the Network Event Notifier
2) Core network changes to generate netevents
3) Cleanup ib_addr modules to use the netevent patch

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: Steve Wise <swise@opengridcomputing.com>

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

end of thread, other threads:[~2006-07-31  3:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-28 18:28 [PATCH Round 5 0/3] Network Event Notifier Mechanism Steve Wise
2006-07-28 18:28 ` [PATCH Round 5 1/3] " Steve Wise
2006-07-28 18:29 ` [PATCH Round 5 2/3] Core net changes to generate netevents Steve Wise
2006-07-28 18:29 ` [PATCH Round 5 3/3] Cleanup ib_addr module to use the netevents Steve Wise
2006-07-31  3:45 ` [PATCH Round 5 0/3] Network Event Notifier Mechanism David Miller

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