diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2015-05-05 14:59:53 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-05 19:31:49 -0400 |
commit | b8b1ae990efa2e677b162e9e24de77743bfca954 (patch) | |
tree | 6596729c60caf1fc268af27755bae9ca10b7bba5 /drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | |
parent | 145ef8a54eb3bee917947f9bf7940093a0f2b03d (diff) | |
download | lwn-b8b1ae990efa2e677b162e9e24de77743bfca954.tar.gz lwn-b8b1ae990efa2e677b162e9e24de77743bfca954.zip |
cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()
Passes a Congestion Channel Map to t4_sge_alloc_rxq()
for the Ethernet RX Queues based on the MPS Buffer Group Map
of the TX Channel rather than just the TX Channel Map.
Also, in t4_sge_alloc_rxq() for T5, setting up the
Congestion Manager values of the new RX Ethernet Queue is
done by firmware now.
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h b/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h index e34efb7a858f..d75fca7695eb 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h @@ -1123,6 +1123,7 @@ enum fw_params_param_dmaq { FW_PARAMS_PARAM_DMAQ_EQ_CMPLIQID_CTRL = 0x11, FW_PARAMS_PARAM_DMAQ_EQ_SCHEDCLASS_ETH = 0x12, FW_PARAMS_PARAM_DMAQ_EQ_DCBPRIO_ETH = 0x13, + FW_PARAMS_PARAM_DMAQ_CONM_CTXT = 0x20, }; enum fw_params_param_dev_diag { |