aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorSean Anderson <[email protected]>2024-08-20 17:53:41 +0000
committerJakub Kicinski <[email protected]>2024-08-22 00:49:20 +0000
commitd70e3788da1d335449ba91dd46f7c3e16b01aaae (patch)
tree6500cb478d49d166e01bcb5b49bca919efdbd364 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentnet: repack struct netdev_queue (diff)
downloadkernel-d70e3788da1d335449ba91dd46f7c3e16b01aaae.tar.gz
kernel-d70e3788da1d335449ba91dd46f7c3e16b01aaae.zip
net: xilinx: axienet: Report RxRject as rx_dropped
The Receive Frame Rejected interrupt is asserted whenever there was a receive error (bad FCS, bad length, etc.) or whenever the frame was dropped due to a mismatched address. So this is really a combination of rx_otherhost_dropped, rx_length_errors, rx_frame_errors, and rx_crc_errors. Mismatched addresses are common and aren't really errors at all (much like how fragments are normal on half-duplex links). To avoid confusion, report these events as rx_dropped. This better reflects what's going on: the packet was received by the MAC but dropped before being processed. Signed-off-by: Sean Anderson <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Reviewed-by: Radhey Shyam Pandey <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions