lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20190215172233.GC30706@ziepe.ca> Date: Fri, 15 Feb 2019 10:22:33 -0700 From: Jason Gunthorpe <jgg@...pe.ca> To: Shiraz Saleem <shiraz.saleem@...el.com> Cc: dledford@...hat.com, davem@...emloft.net, linux-rdma@...r.kernel.org, netdev@...r.kernel.org, mustafa.ismail@...el.com, jeffrey.t.kirsher@...el.com Subject: Re: [RFC v1 01/19] net/i40e: Add peer register/unregister to struct i40e_netdev_priv On Fri, Feb 15, 2019 at 11:10:48AM -0600, Shiraz Saleem wrote: > Expose the register/unregister function pointers in the struct > i40e_netdev_priv which is accesible via the netdev_priv() interface > in the RDMA driver. On a netdev notification in the RDMA driver, > the appropriate LAN driver register/unregister functions are invoked > from the struct i40e_netdev_priv structure, Why? In later patches we get an entire device_add() based thing. Why do you need two things? The RDMA driver should bind to the thing that device_add created and from there reliably get the netdev. It should not listen to netdev notifiers for attachment. It would be excellent if you could make this more general as pretty much every single RDMA driver has some open coded (and often wrongly locked) version of this attachment process. This series is very big, so if you can see a way to make a general attachment scheme based around device_add/etc it would be a great pre-cursor series. Jason
Powered by blists - more mailing lists