Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147778675
D15466.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D15466.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15466: bnxt: Fix HWRM warning messages during HW LRO configuration.
Attached
Detach File
Event Timeline
Log In to Comment