Quote:
Originally Posted by nighttime
Does it work fine with kernel 6.0+?
I see they have 2.5G Ethernet LINUX driver r8125 for kernel up to 5.19.
Or should I go with 2.5GB Intel LAN?
|
r8125 is in-tree for 6.1+. Here's a direct connect pair based on RTL8256BG chipset, one end running USB-C/r8125, the other USB-3/cdc_ncm:
Code:
$ host=zen2; port=23234
$ ssh $host "nc -l -p $port > /dev/null & disown" &
[1] 834
$ /usr/bin/time dd if=/dev/zero bs=1M count=4200 | nc -q 1 $host $port
4200+0 records in
4200+0 records out
4404019200 bytes (4.4 GB, 4.1 GiB) copied, 14.971 s, 294 MB/s
0.00user 2.03system 0:14.97elapsed 13%CPU (0avgtext+0avgdata 2652maxresident)k
0inputs+0outputs (0major+344minor)pagefaults 0swaps