blob: f1bf9bf2cc99675758fd28414ae66e1e778219a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
;
; Features of a default network driver.
;
; This file defines the features that are valid for inclusion in
; the other driver files and also the order that they appear in
; the features table in the documentation.
;
[Features]
Speed capabilities =
Link status =
Link status event =
Queue status event =
Rx interrupt =
Queue start/stop =
MTU update =
Jumbo frame =
Scattered Rx =
LRO =
TSO =
Promiscuous mode =
Allmulticast mode =
Unicast MAC filter =
Multicast MAC filter =
RSS hash =
RSS key update =
RSS reta update =
VMDq =
SR-IOV =
DCB =
VLAN filter =
Ethertype filter =
N-tuple filter =
SYN filter =
Tunnel filter =
Flexible filter =
Hash filter =
Flow director =
Flow control =
Rate limitation =
Traffic mirroring =
CRC offload =
VLAN offload =
QinQ offload =
L3 checksum offload =
L4 checksum offload =
Inner L3 checksum =
Inner L4 checksum =
Packet type parsing =
Timesync =
Basic stats =
Extended stats =
Stats per queue =
EEPROM dump =
Registers dump =
Multiprocess aware =
BSD nic_uio =
Linux UIO =
Linux VFIO =
Other kdrv =
ARMv7 =
ARMv8 =
Power8 =
TILE-Gx =
x86-32 =
x86-64 =
Usage doc =
Design doc =
Perf doc =
|