mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 14:04:05 +08:00
vxge: Update driver_config->vpath_per_dev for each function in probe.
- Update driver_config->vpath_per_dev for each function in probe. - vpath_per_device specifies number of vpaths supported for each function/device. The current code was updating vpath_per_device only for physical device, however this has to be updated for each function also in case of a MF(Multi function) device. Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
92cdd7c377
commit
657205bdd7
@ -4088,9 +4088,10 @@ vxge_probe(struct pci_dev *pdev, const struct pci_device_id *pre)
|
||||
driver_config->config_dev_cnt = 0;
|
||||
driver_config->total_dev_cnt = 0;
|
||||
driver_config->g_no_cpus = 0;
|
||||
driver_config->vpath_per_dev = max_config_vpath;
|
||||
}
|
||||
|
||||
driver_config->vpath_per_dev = max_config_vpath;
|
||||
|
||||
driver_config->total_dev_cnt++;
|
||||
if (++driver_config->config_dev_cnt > max_config_dev) {
|
||||
ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user