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
|
;
; Features of a default vDPA 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. The feature description
; string should not exceed feature_str_len defined in conf.py.
;
[Features]
csum =
guest csum =
mac =
gso =
guest tso4 =
guest tso6 =
ecn =
ufo =
host tso4 =
host tso6 =
mrg rxbuf =
ctrl vq =
ctrl rx =
any layout =
guest announce =
mq =
version 1 =
log all =
indirect desc =
event idx =
mtu =
in_order =
IOMMU platform =
packed =
proto mq =
proto log shmfd =
proto rarp =
proto reply ack =
proto host notifier =
proto pagefault =
queue statistics =
FreeBSD =
Linux =
ARMv7 =
ARMv8 =
Power8 =
x86-32 =
x86-64 =
Usage doc =
Design doc =
Perf doc =
|