Re: [PATCH net-next 0/4] nfp: protect from theoretical size overflows and SR-IOV errors

2018-07-25 Thread David Miller
From: Jakub Kicinski Date: Wed, 25 Jul 2018 19:40:33 -0700 > This small set changes the handling of pci_sriov_set_totalvfs() errors. > nfp is the only driver which fails probe on pci_sriov_set_totalvfs() > errors. It turns out some BIOS configurations may break SR-IOV and > users who don't use t

[PATCH net-next 0/4] nfp: protect from theoretical size overflows and SR-IOV errors

2018-07-25 Thread Jakub Kicinski
Hi! This small set changes the handling of pci_sriov_set_totalvfs() errors. nfp is the only driver which fails probe on pci_sriov_set_totalvfs() errors. It turns out some BIOS configurations may break SR-IOV and users who don't use that feature should not suffer. Remaining patches makes sure we