bnxt(4)
- Fix HWRM warning message during HW LRO configuration. Submitted by: bhargava.marreddy@broadcom.com MFC after: 1 week Sponsored by: Broadcom Limited Differential Revision: https://reviews.freebsd.org/D15466
This commit is contained in:
parent
a9772d1a0e
commit
f097a19eab
@ -1017,6 +1017,10 @@ bnxt_hwrm_vnic_tpa_cfg(struct bnxt_softc *softc)
|
||||
struct hwrm_vnic_tpa_cfg_input req = {0};
|
||||
uint32_t flags;
|
||||
|
||||
if (softc->vnic_info.id == (uint16_t) HWRM_NA_SIGNATURE) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
bnxt_hwrm_cmd_hdr_init(softc, &req, HWRM_VNIC_TPA_CFG);
|
||||
|
||||
if (softc->hw_lro.enable) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user