From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH rdma-next 26/29] IB/rxe: Interface to netdev stack Date: Thu, 2 Jun 2016 11:31:58 -0600 Message-ID: <20160602173158.GA17320@obsidianresearch.com> References: <1464886657-14258-1-git-send-email-monis@mellanox.com> <1464886657-14258-27-git-send-email-monis@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1464886657-14258-27-git-send-email-monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Moni Shoua Cc: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, leon-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, liranl-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, Kamal Heib , Amir Vadai List-Id: linux-rdma@vger.kernel.org On Thu, Jun 02, 2016 at 07:57:34PM +0300, Moni Shoua wrote: > + * note: this table is a replacement for a protocol specific pointer > + * in struct net_device which exists for other ethertypes > + * this allows us to not have to patch that data structure > + * eventually we want to get our own when we're famous > + */ > +struct rxe_net_info net_info[RXE_MAX_IF_INDEX]; > +spinlock_t net_info_lock; /* spinlock for net_info array */ > +struct rxe_recv_sockets recv_sockets; This sort of stuff probably isn't suitable for mainline. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html