]> git.karo-electronics.de Git - karo-tx-linux.git/commit
qed: Align CIDs according to DORQ requirement
authorRam Amrani <Ram.Amrani@cavium.com>
Tue, 14 Mar 2017 13:25:58 +0000 (15:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Mar 2017 18:37:04 +0000 (11:37 -0700)
commitf3e48119b97f56fb09310c95d49da122a27003d7
tree6fabfaf2791a275c6a82b14ea4d3937d66c0bc98
parenta8aa39530269371c786391f3417d8cff07656676
qed: Align CIDs according to DORQ requirement

The Doorbell HW block can be configured at a granularity
of 16 x CIDs, so we need to make sure that the actual number
of CIDs configured would be a multiplication of 16.

Today, when RoCE is enabled - given that the number is unaligned,
doorbelling the higher CIDs would fail to reach the firmware and
would eventually timeout.

Fixes: dbb799c39717 ("qed: Initialize hardware for new protocols")
Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qed/qed_cxt.c