You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,19 @@ A few days before Christmas I started my latest project, a new driver for recent
35
35
- I219V2
36
36
- I219LM2
37
37
- I219LM3
38
+
- 200 Series
39
+
- I219LM
40
+
- I219V
41
+
- 300 Series
42
+
- I219LM
43
+
- I219V
38
44
39
45
Key Features of the Driver
40
46
- Support for multisegment packets relieving the network stack of unnecessary copy operations when assembling packets for transmission.
41
47
- No-copy receive and transmit. Only small packets are copied on reception because creating a copy is more efficient than allocating a new buffer.
42
48
- TCP, UDP and IPv4 checksum offload (receive and transmit).
43
49
- Support for TCP/IPv6 and UDP/IPv6 checksum offload.
44
-
- Makes use of the chip's TCP Segmentation Offload (TSO) feature with IPv4 and IPv6 in order to reduce CPU load while sending large amounts of data.
50
+
- Makes use of the chip's TCP Segmentation Offload (TSO) feature with IPv4 and IPv6 in order to reduce CPU load while sending large amounts of data (disabled due to hardware bugs).
45
51
- Fully optimized for Yosemite and Mavericks (64bit architecture) but should work with Mountain Lion and Lion too, provided you build from source with the 10.8 or 10.7 SDK.
46
52
- Support for Energy Efficient Ethernet (EEE).
47
53
- VLAN support is implemented but untested as I have no need for it.
0 commit comments