FreeBSD Bugzilla – Attachment 233877 Details for
Bug 237915
"netstat -i" for ixl/lagg shows idrop as 18446744073709551612 (-4) - incorrectly intialized counters?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised v2 patch to fix counters
patch_v2 (text/plain), 295 bytes, created by
Brian Poole
on 2022-05-12 17:41:51 UTC
(
hide
)
Description:
Revised v2 patch to fix counters
Filename:
MIME Type:
Creator:
Brian Poole
Created:
2022-05-12 17:41:51 UTC
Size:
295 bytes
patch
obsolete
>--- sys/dev/ixl/if_ixl.c >+++ sys/dev/ixl/if_ixl.c >@@ -768,7 +768,7 @@ ixl_if_attach_post(if_ctx_t ctx) > /* Initialize statistics & add sysctls */ > ixl_add_device_sysctls(pf); > ixl_pf_reset_stats(pf); >- ixl_update_stats_counters(pf); >+ ixl_vsi_reset_stats(vsi); > ixl_add_hw_stats(pf); > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237915
:
233858
| 233877