]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ccr: Disable requests on port 1 when needed to workaround a firmware bug.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 12 Mar 2021 18:35:56 +0000 (10:35 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 12 Mar 2021 18:59:35 +0000 (10:59 -0800)
commit5fe0cd6503d34d23c98e9e1ff7bf10340218a5ec
treebd230c877cc884d10f3b7af4748a14b4f7d23652
parent9c5137beb5f28292410888d0770bdf24c15e1312
ccr: Disable requests on port 1 when needed to workaround a firmware bug.

Completions for crypto requests on port 1 can sometimes return a stale
cookie value due to a firmware bug.  Disable requests on port 1 by
default on affected firmware.

Reviewed by: np
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D26581
sys/dev/cxgbe/crypto/t4_crypto.c