Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43eb4e82 authored by Hariprasad Shenai's avatar Hariprasad Shenai Committed by David S. Miller
Browse files

cxgb4: Add info print to display number of MSI-X vectors allocated

parent 41165428
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;