Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368813
b: refs/heads/master
c: 0c453de
h: refs/heads/master
i:
  368811: 185954a
v: v3
  • Loading branch information
Rajesh Borundia authored and David S. Miller committed Apr 2, 2013
1 parent 95e7107 commit 637417d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1a094a83059b4677038befde6c4da6cfed31dbd
refs/heads/master: 0c453de6d53b5aabfee817abf0f69e9534c751c1
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ static int qlcnic_sriov_get_pf_info(struct qlcnic_adapter *adapter,
npar_info->max_local_ipv6_addrs = LSW(cmd.rsp.arg[8]);
npar_info->max_remote_ipv6_addrs = MSW(cmd.rsp.arg[8]);

qlcnic_sriov_pf_set_ff_max_res(adapter, npar_info);
dev_info(&adapter->pdev->dev,
"\n\ttotal_pf: %d,\n"
"\n\ttotal_rss_engines: %d max_vports: %d max_tx_ques %d,\n"
Expand Down Expand Up @@ -376,8 +377,6 @@ static int qlcnic_sriov_pf_init(struct qlcnic_adapter *adapter)
if (err)
goto delete_vport;

qlcnic_sriov_pf_set_ff_max_res(adapter, &pf_info);

err = qlcnic_get_nic_info(adapter, &nic_info, func);
if (err)
goto delete_vport;
Expand Down

0 comments on commit 637417d

Please sign in to comment.