aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorCarolina Jubran <[email protected]>2024-05-22 19:26:58 +0000
committerDavid S. Miller <[email protected]>2024-05-24 12:27:08 +0000
commit5c74195d5dd977e97556e6fa76909b831c241230 (patch)
treea497c7221baaf996613dfd0a0f22c2bb4855f138 /net/unix/af_unix.c
parentnet/mlx5e: Do not use ptp structure for tx ts stats when not initialized (diff)
downloadkernel-5c74195d5dd977e97556e6fa76909b831c241230.tar.gz
kernel-5c74195d5dd977e97556e6fa76909b831c241230.zip
net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion
Previously, the driver incorrectly used rx_dropped to report device buffer exhaustion. According to the documentation, rx_dropped should not be used to count packets dropped due to buffer exhaustion, which is the purpose of rx_missed_errors. Use rx_missed_errors as intended for counting packets dropped due to buffer exhaustion. Fixes: 269e6b3af3bf ("net/mlx5e: Report additional error statistics in get stats ndo") Signed-off-by: Carolina Jubran <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions