You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ip -s link show includes "dropped packets" that are not happening due to network failure but many other reasons, including malformed packets, which are not useful for debugging.
ip -s link show
includes "dropped packets" that are not happening due to network failure but many other reasons, including malformed packets, which are not useful for debugging.Instead,
ethtool -S
output should be used.Details on: https://access.redhat.com/solutions/2073223
The text was updated successfully, but these errors were encountered: