Lines Matching full:segmentation
4 Segmentation Offloads
12 to take advantage of segmentation offload capabilities of various NICs.
15 * TCP Segmentation Offload - TSO
18 * Generic Segmentation Offload - GSO
20 * Partial Generic Segmentation Offload - GSO_PARTIAL
24 TCP Segmentation Offload
27 TCP segmentation allows a device to segment a single frame into multiple
29 When TCP segmentation requested the bit for either SKB_GSO_TCPV4 or
33 TCP segmentation is dependent on support for the use of partial checksum
37 In order to support TCP segmentation offload it is necessary to populate
43 For IPv4 segmentation we support one of two types in terms of the IP ID.
70 for such instances an additional set of segmentation offload types were
72 SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify
107 Generic Segmentation Offload
110 Generic segmentation offload is a pure software offload that is meant to
116 Before enabling any hardware segmentation offload a corresponding software
133 Partial Generic Segmentation Offload
136 Partial generic segmentation offload is a hybrid between TSO and GSO. What
141 offloads or tunnel offloads with checksum to still make use of segmentation.