From: Hal Rosenstock <halr@voltaire.com>
To: netdev@vger.kernel.org
Cc: openib-general@openib.org
Subject: [PATCH] netdevice.h: Add RDMA private pointer to the net_device structure
Date: 03 Oct 2005 14:48:44 -0400 [thread overview]
Message-ID: <1128365323.4397.38.camel@hal.voltaire.com> (raw)
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())
next reply other threads:[~2005-10-03 18:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-03 18:48 Hal Rosenstock [this message]
2005-10-03 20:54 ` [PATCH] netdevice.h: Add RDMA private pointer to the net_device structure 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1128365323.4397.38.camel@hal.voltaire.com \
--to=halr@voltaire.com \
--cc=netdev@vger.kernel.org \
--cc=openib-general@openib.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.