Poul-Henning Kamp
146ebc766c
Recognize LAN in Lenovo USB-C and TB3 docks
2018-10-21 09:36:12 +00:00
Allan Jude
72851e8598
Use PNP metadata to allow devmatch to autoload ure(4)
...
Reviewed by: manu imp
Approved by: re (kib)
X-MFC-with: devmatch
Sponsored by: Klara Systems
2018-09-30 21:23:31 +00:00
Michal Meloun
23242e7a9c
Add USB ID for rebranded RTL8153 found on NVIDIA Jetson TX1 board.
...
MFC after: 3 days
2018-08-13 07:28:25 +00:00
Matt Macy
d7c5a620e2
ifnet: Replace if_addr_lock rwlock with epoch + mutex
...
Run on LLNW canaries and tested by pho@
gallatin:
Using a 14-core, 28-HTT single socket E5-2697 v3 with a 40GbE MLX5
based ConnectX 4-LX NIC, I see an almost 12% improvement in received
packet rate, and a larger improvement in bytes delivered all the way
to userspace.
When the host receiving 64 streams of netperf -H $DUT -t UDP_STREAM -- -m 1,
I see, using nstat -I mce0 1 before the patch:
InMpps OMpps InGbs OGbs err TCP Est %CPU syscalls csw irq GBfree
4.98 0.00 4.42 0.00 4235592 33 83.80 4720653 2149771 1235 247.32
4.73 0.00 4.20 0.00 4025260 33 82.99 4724900 2139833 1204 247.32
4.72 0.00 4.20 0.00 4035252 33 82.14 4719162 2132023 1264 247.32
4.71 0.00 4.21 0.00 4073206 33 83.68 4744973 2123317 1347 247.32
4.72 0.00 4.21 0.00 4061118 33 80.82 4713615 2188091 1490 247.32
4.72 0.00 4.21 0.00 4051675 33 85.29 4727399 2109011 1205 247.32
4.73 0.00 4.21 0.00 4039056 33 84.65 4724735 2102603 1053 247.32
After the patch
InMpps OMpps InGbs OGbs err TCP Est %CPU syscalls csw irq GBfree
5.43 0.00 4.20 0.00 3313143 33 84.96 5434214 1900162 2656 245.51
5.43 0.00 4.20 0.00 3308527 33 85.24 5439695 1809382 2521 245.51
5.42 0.00 4.19 0.00 3316778 33 87.54 5416028 1805835 2256 245.51
5.42 0.00 4.19 0.00 3317673 33 90.44 5426044 1763056 2332 245.51
5.42 0.00 4.19 0.00 3314839 33 88.11 5435732 1792218 2499 245.52
5.44 0.00 4.19 0.00 3293228 33 91.84 5426301 1668597 2121 245.52
Similarly, netperf reports 230Mb/s before the patch, and 270Mb/s after the patch
Reviewed by: gallatin
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D15366
2018-05-18 20:13:34 +00:00
Kevin Lo
ccaf7ad472
Add TP-LINK UE300.
...
Submitted by: Kris G <netsick@gmail.com>
2017-11-14 01:57:54 +00:00
Kevin Lo
21d36c9620
Add ThinkPad USB 3.0 Ethernet Adapter.
...
Submitted by: jh
2017-09-29 01:19:22 +00:00
Kevin Lo
a24d62b533
Add preliminary support for the RTL8153.
...
Reviewed by: hselasky
2016-10-31 05:58:11 +00:00
Pedro F. Giffuni
74b8d63dcc
Cleanup unnecessary semicolons from the kernel.
...
Found with devel/coccinelle.
2016-04-10 23:07:00 +00:00
Kevin Lo
e1b74f21f5
Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports
...
IPv4/IPv6 checksum offloading and VLAN tag insertion/stripping.
Since uether doesn't provide a way to announce driver specific offload
capabilities to upper stack, checksum offloading support needs more work
and will be done in the future.
Special thanks to Hayes Wang from RealTek who gave input.
2015-12-01 05:12:13 +00:00