[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2ED289D4E09FBD4D92D911E869B97FDD0166CD80@mtlexch01.mtl.com>
Date: Thu, 5 Nov 2009 18:21:29 +0200
From: "Liran Liss" <liranl@...lanox.co.il>
To: "Roland Dreier" <rdreier@...co.com>
Cc: "Yevgeny Petrilin" <yevgenyp@...lanox.co.il>,
<linux-rdma@...r.kernel.org>, <netdev@...r.kernel.org>,
"Tziporet Koren" <tziporet@...lanox.co.il>
Subject: RE: [PATCH 16/25] mlx4_core: boot sriov
I was also thinking about backports to older kernels without sriov at
all, which will probably be in our VMs in the near future.
For these kernels, we still want to the code to operate in slave mode...
Anyway, we can push the pci_enable_sriov() stub to the OFED backport
system as well, so I am fine.
10x,
--Liran
-----Original Message-----
From: Roland Dreier [mailto:rdreier@...co.com]
Sent: Thursday, November 05, 2009 5:57 PM
To: Liran Liss
Cc: Yevgeny Petrilin; linux-rdma@...r.kernel.org;
netdev@...r.kernel.org; Tziporet Koren
Subject: Re: [PATCH 16/25] mlx4_core: boot sriov
> LL: I think that this won't pass -Wall when compiling against a
kernel > with sriov compiled out.
Why not? The sriov code provides stubs like:
static inline int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) {
return -ENODEV;
}
if CONFIG_PCI_IOV is not enabled.
- R.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists