netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netdevice.h: Add RDMA private pointer to the net_device structure
@ 2005-10-03 18:48 Hal Rosenstock
  2005-10-03 20:54 ` Stephen Hemminger
  2005-10-03 21:29 ` Roland Dreier
  0 siblings, 2 replies; 10+ messages in thread
From: Hal Rosenstock @ 2005-10-03 18:48 UTC (permalink / raw)
  To: netdev; +Cc: openib-general

netdevice.h: Add RDMA private pointer to the net_device structure

Signed-off-by: Hal Rosenstock <halr@voltaire.com>

--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -366,6 +366,7 @@ struct net_device
        void                    *ip6_ptr;       /* IPv6 specific data */
        void                    *ec_ptr;        /* Econet specific data */
        void                    *ax25_ptr;      /* AX.25 specific data */
+       void                    *rdma_ptr;      /* RDMA specific data */
 
 /*
  * Cache line mostly used on receive path (including eth_type_trans())

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

end of thread, other threads:[~2005-10-03 22:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-03 18:48 [PATCH] netdevice.h: Add RDMA private pointer to the net_device structure Hal Rosenstock
2005-10-03 20:54 ` Stephen Hemminger
2005-10-03 20:53   ` Hal Rosenstock
2005-10-03 21:30   ` Roland Dreier
2005-10-03 21:29 ` Roland Dreier
2005-10-03 21:26   ` Hal Rosenstock
2005-10-03 21:35     ` Roland Dreier
2005-10-03 21:50       ` Hal Rosenstock
2005-10-03 22:17         ` Roland Dreier
2005-10-03 21:34   ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).