FreeBSD Bugzilla – Attachment 233858 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]
Patch to call ixl_vsi_reset_stats()
patch (text/plain), 361 bytes, created by
Brian Poole
on 2022-05-11 15:55:54 UTC
(
hide
)
Description:
Patch to call ixl_vsi_reset_stats()
Filename:
MIME Type:
Creator:
Brian Poole
Created:
2022-05-11 15:55:54 UTC
Size:
361 bytes
patch
obsolete
>diff --git a/sys/dev/ixl/ixl_pf_iflib.c b/sys/dev/ixl/ixl_pf_iflib.c >index 6ea20389c547..ecda9b35b86c 100644 >--- a/sys/dev/ixl/ixl_pf_iflib.c >+++ b/sys/dev/ixl/ixl_pf_iflib.c >@@ -609,6 +609,10 @@ ixl_initialize_vsi(struct ixl_vsi *vsi) > } > wr32(vsi->hw, I40E_QRX_TAIL(i), 0); > } >+ >+ /* Reset VSI stats */ >+ ixl_vsi_reset_stats(vsi); >+ > return (err); > } >
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