Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65638 _apply issues_ Submitter: Ajit Khaparde Date: 2020-02-06 18:44:32 Reply_mail: 20200206184432.34360-8-ajit.khaparde@broadcom.com DPDK git baseline: Repo:dpdk-next-net-brcm, CommitID: 8f8a67919c98bb3ee71db3c22697fc4808630126 Repo:dpdk, CommitID: d0e160a00233b00ba6d242d5fc054438caae6873 *Repo: dpdk-next-net-brcm forwarding is not started on Stingray devices, driver will not receive the async event from FW when there is a FW reset. While exiting testpmd, as part of port stop driver sees this event and this in turn causes a race between port stop and error recovery task. Fixed this by ignoring the fatal/non-fatal async event from FW while stopping port. Fixes: df6cd7c1f73a ("net/bnxt: handle reset notify async event from FW") Cc: stable@dpdk.org -- i = RING_NEXT(rxr->rx_ring_struct, i)) { struct bnxt_sw_rx_bd *rx_buf = &rxr->rx_buf_ring[i]; /* Buffer already allocated for this index. */ error: patch failed: drivers/net/bnxt/bnxt_rxr.c:678 error: drivers/net/bnxt/bnxt_rxr.c: patch does not apply *Repo: dpdk i = RING_NEXT(rxr->rx_ring_struct, i)) { struct bnxt_sw_rx_bd *rx_buf = &rxr->rx_buf_ring[i]; /* Buffer already allocated for this index. */ error: patch failed: drivers/net/bnxt/bnxt_rxr.c:678 error: drivers/net/bnxt/bnxt_rxr.c: patch does not apply DPDK STV team