Page MenuHomeFreeBSD

D15466.diff
No OneTemporary

D15466.diff

Index: head/sys/dev/bnxt/bnxt_hwrm.c
===================================================================
--- head/sys/dev/bnxt/bnxt_hwrm.c
+++ head/sys/dev/bnxt/bnxt_hwrm.c
@@ -1017,6 +1017,10 @@
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) {

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 14, 2:29 PM (16 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29673433
Default Alt Text
D15466.diff (430 B)

Event Timeline