commit | 11c3ec7bb940b6fa3f87f05f01b7f45eef08dfbb | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Wed Apr 11 11:50:17 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 11 14:42:00 2018 -0400 |
tree | e0b1d0b960e7544968fdff5b88d5c34ed2f6ee15 | |
parent | 9d96465b111edd6c4f94345783e6e01db7f435d6 [diff] |
bnxt_en: Need to include RDMA rings in bnxt_check_rings(). With recent changes to reserve both L2 and RDMA rings, we need to include the RDMA rings in bnxt_check_rings(). Otherwise we will under-estimate the rings we need during ethtool -L and may lead to failure. Fixes: fbcfc8e46741 ("bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.") Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>