mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-12 04:19:08 +00:00
cxgb4: Add info print to display number of MSI-X vectors allocated
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4116542897
commit
43eb4e82eb
@ -4485,6 +4485,10 @@ static int enable_msix(struct adapter *adap)
|
||||
}
|
||||
for (i = 0; i < allocated; ++i)
|
||||
adap->msix_info[i].vec = entries[i].vector;
|
||||
dev_info(adap->pdev_dev, "%d MSI-X vectors allocated, "
|
||||
"nic %d iscsi %d rdma cpl %d rdma ciq %d\n",
|
||||
allocated, s->max_ethqsets, s->ofldqsets, s->rdmaqs,
|
||||
s->rdmaciqs);
|
||||
|
||||
kfree(entries);
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user