On 09.01.2014 22:13, Hauke Mehrtens wrote: > On 01/08/2014 11:44 AM, Stefan Assmann wrote: >> - add pci_sriov_set_totalvfs() >> - add patches/collateral-evolutions/network/82-ethernet/0002-igb_pci_sriov_configure.patch >> >> Signed-off-by: Stefan Assmann <sassmann@xxxxxxxxx> >> --- >> backport/backport-include/linux/pci.h | 5 +- >> backport/compat/compat-3.8.c | 34 +++++++++++++ >> .../82-ethernet/0002-igb_pci_sriov_configure.patch | 57 ++++++++++++++++++++++ >> 3 files changed, 95 insertions(+), 1 deletion(-) >> create mode 100644 patches/collateral-evolutions/network/82-ethernet/0002-igb_pci_sriov_configure.patch >> >> diff --git a/backport/backport-include/linux/pci.h b/backport/backport-include/linux/pci.h >> index 9083255..65a76a1 100644 >> --- a/backport/backport-include/linux/pci.h >> +++ b/backport/backport-include/linux/pci.h >> @@ -178,6 +178,10 @@ bool pci_pme_capable(struct pci_dev *dev, pci_power_t state); >> .subvendor = (subvend), .subdevice = (subdev) >> #endif /* PCI_DEVICE_SUB */ >> >> +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0) > > Please add this here: > #define pci_sriov_set_totalvfs LINUX_BACKPORT(pci_sriov_set_totalvfs) Hi Hauke, thanks for the comments. Any chance for you to apply the series and I'll post follow up patch to fix up the remaining small issues. Rebasing the patches is time consuming, especially since the latest cocci changes. Stefan -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html