Revision 687487751814a493fba953efb9b1542b2f90614c authored by Pavan Chebbi on 11 January 2021, 09:26:40 UTC, committed by Jakub Kicinski on 13 January 2021, 04:05:35 UTC
When the FW tells the driver to retry the INSTALL_UPDATE command after
it has cleared the NVM area, the driver is not clearing the previously
used ALLOWED_TO_DEFRAG flag. As a result the FW tries to defrag the NVM
area a second time in a loop and can fail the request.

Fixes: 1432c3f6a6ca ("bnxt_en: Retry installing FW package under NO_SPACE error condition.")
Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 869c4d5
History
File Mode Size
Makefile -rw-r--r-- 1.2 KB
c-octeon.c -rw-r--r-- 8.5 KB
c-r3k.c -rw-r--r-- 7.4 KB
c-r4k.c -rw-r--r-- 52.7 KB
c-tx39.c -rw-r--r-- 10.0 KB
cache.c -rw-r--r-- 5.8 KB
cerr-sb1.c -rw-r--r-- 15.5 KB
cex-gen.S -rw-r--r-- 1006 bytes
cex-oct.S -rw-r--r-- 1.5 KB
cex-sb1.S -rw-r--r-- 3.9 KB
context.c -rw-r--r-- 7.7 KB
dma-noncoherent.c -rw-r--r-- 3.6 KB
extable.c -rw-r--r-- 587 bytes
fault.c -rw-r--r-- 8.3 KB
highmem.c -rw-r--r-- 380 bytes
hugetlbpage.c -rw-r--r-- 1.5 KB
init.c -rw-r--r-- 14.4 KB
ioremap.c -rw-r--r-- 3.1 KB
ioremap64.c -rw-r--r-- 567 bytes
mmap.c -rw-r--r-- 3.4 KB
page-funcs.S -rw-r--r-- 1.4 KB
page.c -rw-r--r-- 18.9 KB
pgtable-32.c -rw-r--r-- 2.1 KB
pgtable-64.c -rw-r--r-- 2.5 KB
pgtable.c -rw-r--r-- 651 bytes
sc-debugfs.c -rw-r--r-- 1.3 KB
sc-ip22.c -rw-r--r-- 4.2 KB
sc-mips.c -rw-r--r-- 6.2 KB
sc-r5k.c -rw-r--r-- 2.1 KB
sc-rm7k.c -rw-r--r-- 5.4 KB
tlb-funcs.S -rw-r--r-- 974 bytes
tlb-r3k.c -rw-r--r-- 6.6 KB
tlb-r4k.c -rw-r--r-- 13.5 KB
tlbex-fault.S -rw-r--r-- 664 bytes
tlbex.c -rw-r--r-- 71.0 KB
uasm-micromips.c -rw-r--r-- 8.5 KB
uasm-mips.c -rw-r--r-- 11.5 KB
uasm.c -rw-r--r-- 14.0 KB

back to top