diff options
author | Varun Prakash <varun@chelsio.com> | 2017-06-22 12:17:49 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-06-26 21:01:02 +0200 |
commit | 6c9e27703594131d0f170f27ddb1c12a4eb599c6 (patch) | |
tree | b03e9a2a78b5ddefbd373d0f9e22d779f3d1825c /drivers/scsi/cxgbi/libcxgbi.h | |
parent | scsi: fix typos and grammar in comments of scsi_transport_fc.c (diff) | |
download | linux-6c9e27703594131d0f170f27ddb1c12a4eb599c6.tar.xz linux-6c9e27703594131d0f170f27ddb1c12a4eb599c6.zip |
scsi: cxgb4i: assign rxqs in round robin mode
Assign rxq to TCP connections in round robin mode to use all available
rxqs.
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/cxgbi/libcxgbi.h')
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/libcxgbi.h b/drivers/scsi/cxgbi/libcxgbi.h index 37f07aaab1e4..31a5816c2e8d 100644 --- a/drivers/scsi/cxgbi/libcxgbi.h +++ b/drivers/scsi/cxgbi/libcxgbi.h @@ -477,6 +477,7 @@ struct cxgbi_device { unsigned int skb_rx_extra; /* for msg coalesced mode */ unsigned int tx_max_size; unsigned int rx_max_size; + unsigned int rxq_idx_cntr; struct cxgbi_ports_map pmap; void (*dev_ddp_cleanup)(struct cxgbi_device *); |