-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Hi,
I'm running 6.2 kernel so I can use VLAN on the eth1 Fiber SFP and I'm observing a lot of packets getting dropped. Only the received ones. The SFP and Fiber were moved from another router that it was working just fine. So I don't think it's the tranceiver or fiber cable.
Has anyone else seen similar behavior on the bpi-r3?
# ifconfig eth1
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::9065:f3ff:feec:b019 prefixlen 64 scopeid 0x20<link>
ether 92:65:f3:ec:b0:19 txqueuelen 1000 (Ethernet)
RX packets 11132122 bytes 10885212987 (10.1 GiB)
RX errors 1 **dropped 875168** overruns 0 frame 13784 <<<<<<< 875168 dropped packets
TX packets 9577892 bytes 11333127550 (10.5 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 123
# ethtool -S eth1
NIC statistics:
tx_bytes: 12214740723
tx_packets: 10248274
tx_skip: 0
tx_collisions: 0
rx_bytes: 10922473509
rx_packets: 11473622
rx_overflow: 0
rx_fcs_errors: 0
rx_short_errors: 0
rx_long_errors: 15184
rx_checksum_errors: 1
rx_flow_control_packets: 0
rx_xdp_redirect: 0
rx_xdp_pass: 0
rx_xdp_drop: 0
rx_xdp_tx: 0
rx_xdp_tx_errors: 0
tx_xdp_xmit: 0
tx_xdp_xmit_errors: 0
rx_pp_alloc_fast: 23145710
rx_pp_alloc_slow: 17668
rx_pp_alloc_slow_ho: 0
rx_pp_alloc_empty: 17668
rx_pp_alloc_refill: 388807
rx_pp_alloc_waive: 0
rx_pp_recycle_cached: 0
rx_pp_recycle_cache_full: 0
rx_pp_recycle_ring: 22421931
rx_pp_recycle_ring_full: 219858
rx_pp_recycle_released_ref: 909866
Thanks!
Metadata
Metadata
Assignees
Labels
No labels