]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnxt_en: Call bnxt_ulp_stop() during tx timeout.
authorMichael Chan <michael.chan@broadcom.com>
Wed, 8 Mar 2017 23:44:33 +0000 (18:44 -0500)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Tue, 11 Jul 2017 00:04:08 +0000 (17:04 -0700)
commit249860f295f35e6d00bcec25788373bda3912bf6
tree33ad2db854f72c3c6ab40b6d37e0665f60fcb052
parent59dcbbbae378da5503f25ef59dea326fcb2364e6
bnxt_en: Call bnxt_ulp_stop() during tx timeout.

Orabug: 264025332632559926366387

If we call bnxt_reset_task() due to tx timeout, we should call
bnxt_ulp_stop() to inform the RDMA driver about the error and the
impending reset.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit b386cd362ffea09d05c56bfa85d104562e860647)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
drivers/net/ethernet/broadcom/bnxt/bnxt.c