We have OpenWRT running as a client and it’s dropping packets to the i5 router running v5.16.
It’s getting it’s IP via DHCP and pinging from the client to the router has terrible packet loss.
Tried both the PCNET and e1000 driver with the same results:
root@OpenWrt:/# ping 10.38.210.1
PING 10.38.210.1 (10.38.210.1): 56 data bytes
64 bytes from 10.38.210.1: seq=1 ttl=64 time=0.219
64 bytes from 10.38.210.1: seq=2 ttl=64 time=0.192
64 bytes from 10.38.210.1: seq=3 ttl=64 time=0.181
64 bytes from 10.38.210.1: seq=4 ttl=64 time=0.210
64 bytes from 10.38.210.1: seq=5 ttl=64 time=0.169
64 bytes from 10.38.210.1: seq=6 ttl=64 time=0.178
64 bytes from 10.38.210.1: seq=7 ttl=64 time=0.200
64 bytes from 10.38.210.1: seq=8 ttl=64 time=0.209
64 bytes from 10.38.210.1: seq=10 ttl=64 time=0.20
64 bytes from 10.38.210.1: seq=11 ttl=64 time=0.21
64 bytes from 10.38.210.1: seq=12 ttl=64 time=0.21
^C
--- 10.38.210.1 ping statistics ---
14 packets transmitted, 11 packets received, 21% p
round-trip min/avg/max = 0.169/0.199/0.219 ms
is there any reason you cannot use virtio. That should be primary choice and other ones are more of a legasy, in case you are running guest that does not know nothing about virtio. I thought that OpenWRT has virtio support.
rather than using virtio or e1000, i use pcnet the most stable
it’s depend on guest version we used i think
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
Backfire (10.03.1, r29638) ------------------------
* 1/3 shot Kahlua In a shot glass, layer Kahlua
* 1/3 shot Bailey's on the bottom, then Bailey's,
* 1/3 shot Vodka then Vodka.
---------------------------------------------------
root@OpenWrt:/# uptime
13:59:42 up 31 days, 22:58, load average: 0.00, 0.00, 0.00
pcnet is 100MB interface, while other 2 are faster ones. As i posted before - check what OpenWRT has as OpenWRT on x86 should have virtio device drivers that are native to KVM and as such, they should be provided by kernel team.
rather than using trunk, i prefer openwrt stable backfire for production
and i don’t need much speed, as this openwrt just serving bind for local domain auth and caching for clients.