meta name='generator' content='cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Goudar <ganeshgr@chelsio.com>2016-10-18 14:21:25 +0530
committerDavid S. Miller <davem@davemloft.net>2016-10-18 10:32:39 -0400
commita56177e18f2e44499a8bf5bc03dbe896dbec657d (patch)
tree5af66ab2631380078648e5104ca8e9be1a98fa7a
parent7e1670c15c9b18d614b43a674e086eb3e239c8f7 (diff)
cxgb4: Fix number of queue sets corssing the limit
Do not let number of offload queue sets to go more than MAX_OFLD_QSETS, which would otherwise crash the driver on machines with cores more than MAX_OFLD_QSETS. Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>