mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
RDMA/i40iw: Initialize max enabled vfs variable
Initialize max enabled vfs to max rdma vfs instead of 0. Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com> Signed-off-by: Faisal Latif <faisal.latif@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
5c1c1908c1
commit
eb9b0379f8
1 changed files with 1 additions and 0 deletions
|
@ -1509,6 +1509,7 @@ static enum i40iw_status_code i40iw_setup_init_state(struct i40iw_handler *hdl,
|
|||
I40IW_HMC_PROFILE_DEFAULT;
|
||||
iwdev->max_rdma_vfs =
|
||||
(iwdev->resource_profile != I40IW_HMC_PROFILE_DEFAULT) ? max_rdma_vfs : 0;
|
||||
iwdev->max_enabled_vfs = iwdev->max_rdma_vfs;
|
||||
iwdev->netdev = ldev->netdev;
|
||||
hdl->client = client;
|
||||
iwdev->mss = (!ldev->params.mtu) ? I40IW_DEFAULT_MSS : ldev->params.mtu - I40IW_MTU_TO_MSS;
|
||||
|
|
Loading…
Reference in a new issue