qed: Use BDQ resource for storage protocols
Until now, qed used some port-defined value as BDQ index for both iSCSI and FCoE. As management firmware now treats BDQ as a resource and tells each PF its BDQ-range, start using a valure from that range instead. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
9c8517c40f
commit
d0d40a73f1
@@ -71,8 +71,6 @@ extern const struct qed_common_ops qed_common_ops_pass;
|
||||
|
||||
#define QED_WFQ_UNIT 100
|
||||
|
||||
#define ISCSI_BDQ_ID(_port_id) (_port_id)
|
||||
#define FCOE_BDQ_ID(_port_id) ((_port_id) + 2)
|
||||
#define QED_WID_SIZE (1024)
|
||||
#define QED_PF_DEMS_SIZE (4)
|
||||
|
||||
|
Reference in New Issue
Block a user