Thread (26 messages) 26 messages, 7 authors, 2012-08-02

Re: [RFC v2 1/2] PCI-Express Non-Transparent Bridge Support

From: Jon Mason <hidden>
Date: 2012-08-02 01:49:14
Also in: linux-pci, lkml

On Tue, Jul 31, 2012 at 03:25:55PM -0700, Greg KH wrote:
On Sun, Jul 29, 2012 at 05:26:33PM -0700, Jon Mason wrote:
quoted
+struct ntb_transport_qp;
+
+struct ntb_client {
+	char *name;
+	int (*probe) (struct pci_dev *pdev);
+	void (*remove) (struct pci_dev *pdev);
+};
Why isn't this tied into the driver model?  That looks like you really
want to use a 'struct device' here, right?

Then you have drivers that bind to them, and your devices show up in
sysfs, which is probably a requirement you have, right?
I was trying to do something more light-weight than that and avoid the
complexity, but this is probably the direction it needs to go.

Thanks,
Jon
greg k-h
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help