diff options
Diffstat (limited to 'include/xen/interface/io')
-rw-r--r-- | include/xen/interface/io/netif.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xen/interface/io/netif.h b/include/xen/interface/io/netif.h index eb262e3324d2..c9e81849fcd7 100644 --- a/include/xen/interface/io/netif.h +++ b/include/xen/interface/io/netif.h | |||
@@ -51,6 +51,13 @@ | |||
51 | */ | 51 | */ |
52 | 52 | ||
53 | /* | 53 | /* |
54 | * "feature-no-csum-offload" should be used to turn IPv4 TCP/UDP checksum | ||
55 | * offload off or on. If it is missing then the feature is assumed to be on. | ||
56 | * "feature-ipv6-csum-offload" should be used to turn IPv6 TCP/UDP checksum | ||
57 | * offload on or off. If it is missing then the feature is assumed to be off. | ||
58 | */ | ||
59 | |||
60 | /* | ||
54 | * This is the 'wire' format for packets: | 61 | * This is the 'wire' format for packets: |
55 | * Request 1: xen_netif_tx_request -- XEN_NETTXF_* (any flags) | 62 | * Request 1: xen_netif_tx_request -- XEN_NETTXF_* (any flags) |
56 | * [Request 2: xen_netif_extra_info] (only if request 1 has XEN_NETTXF_extra_info) | 63 | * [Request 2: xen_netif_extra_info] (only if request 1 has XEN_NETTXF_extra_info) |