Hello,<br />I just started running my little 5 mbits mid relay on Pi3 on raspbian and all seems to be dandy,<br /> it picked traffic nicely, hovering around 700-800 total connections, <br />its not unusual to see it pushing full advertised bandwidth during peak hours (with ~20-25% load on 1 core, multithread pls come already), tldr so far nice.<br />Except with 3days uptime and 20 gigs of data relayed ifconfig shows 11 (eleven) packets dropped on eth0. <br />Google says it can be ring buffer on NIC getting full, but <br />ethtool -g eth0 says<br />Ring parameters for eth0: Cannot get device ring settings: Operation not supported<br /><br />ethtool -S eth0 = no stats available<br /><br />Htop avg load is 0.30, tor uses 121/950mb of ram. Im running standard conntrack cstate established related iptable rule with default drop. <br />Pi3 is in LAN behind modem nat. <br />It worries me because if I get more consensus, drops will probably go up.<br />I didnt apply any sysctl tweaks. Using official deb<br />NIC is Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter and its internally connected to usb2 by design - it shows under lsusb.<br />ethtool says 100Mb/s full duplex. <br />Tor log is clean with only heartbeat in it, syslog seemed ok also if I didnt miss anything.<br />Or is it so marginal I should forget about it?<br />Im not sure what should I do about it, any suggestions are welcomed.<br /><br />Thanks