| /linux/Documentation/networking/ |
| H A D | segmentation-offloads.rst | 12 to take advantage of segmentation offload capabilities of various NICs. 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. 79 for such instances an additional set of segmentation offload types were 81 SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify 119 Generic segmentation offload is a pure software offload that is meant to 125 Before enabling any hardware segmentation offload a corresponding software [all …]
|
| H A D | vxlan.rst | 66 - `tx-udp_tnl-segmentation` 67 - `tx-udp_tnl-csum-segmentation` 68 ability to perform TCP segmentation offload of UDP encapsulated frames
|
| H A D | netdev-features.rst | 114 * Transmit TCP segmentation offload 119 * Transmit UDP segmentation offload 122 gso_size. On segmentation, it segments the payload on gso_size boundaries and
|
| H A D | index.rst | 37 segmentation-offloads
|
| H A D | tls-offload.rst | 124 segmentation, so the initial records' TCP sequence number may be anywhere 138 There are no guarantees on record length or record segmentation. In particular 141 crypto operations and authentication regardless of segmentation. For this
|
| /linux/tools/testing/selftests/net/ |
| H A D | udpgso.sh | 40 ethtool -K sink tx-udp-segmentation on >/dev/null 46 ethtool -K sink tx-udp-segmentation off >/dev/null 52 ethtool -K sink tx-udp-segmentation off >/dev/null
|
| H A D | veth.sh | 74 __chk_flag "$1" $2 $3 tcp-segmentation-offload 232 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off 242 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off 286 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off 387 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
|
| H A D | double_udp_encap.sh | 170 for feature in tso tx-udp_tnl-segmentation; do 188 tx-udp_tnl-segmentation on \ 189 tx-udp_tnl-csum-segmentation on
|
| H A D | route_hint.sh | 23 ip netns exec "${CLIENT_NS}" ethtool -K link0 tcp-segmentation-offload off
|
| H A D | udpgro_fwd.sh | 309 for FEATURE in tso tx-udp-segmentation tx-checksumming; do
|
| /linux/drivers/media/test-drivers/visl/ |
| H A D | visl-trace-av1.h | 122 __print_flags(__entry->f.segmentation.flags, "|", 128 __entry->f.segmentation.last_active_seg_id, 129 __print_array(__entry->f.segmentation.feature_enabled, 130 ARRAY_SIZE(__entry->f.segmentation.feature_enabled), 131 sizeof(__entry->f.segmentation.feature_enabled[0])),
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | vxlan.rst | 65 - `tx-udp_tnl-segmentation` 66 - `tx-udp_tnl-csum-segmentation`
|
| H A D | index.rst | 60 * segmentation-offloads
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | hsv-formats.rst | 14 useful format for image segmentation algorithms.
|
| /linux/net/mpls/ |
| H A D | Kconfig | 22 This is helper module to allow segmentation of non-MPLS GSO packets
|
| /linux/Documentation/arch/arm/ |
| H A D | swp_emulation.rst | 10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 386 struct segmentation { struct 477 struct segmentation seg_4lf; 495 static int segfeature_active(struct segmentation *seg, int segment_id, in segfeature_active() 502 static int get_segdata(struct segmentation *seg, int segment_id, in get_segdata() 539 struct segmentation *seg_4lf = &vp9->seg_4lf; in vp9_loop_filter_init() 544 memset(seg_4lf, 0, sizeof(struct segmentation)); in vp9_loop_filter_init() 574 vp9_loop_filter_frame_init(struct amvdec_core *core, struct segmentation *seg, in vp9_loop_filter_frame_init()
|
| /linux/fs/netfs/ |
| H A D | Kconfig | 8 segmentation, local caching and transparent huge page support.
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | README.rst | 8 unexpectedly (e.g. due to segmentation fault), which can be useful for debugging. By default,
|
| /linux/net/can/ |
| H A D | Kconfig | 69 segmentation is needed to transport longer Protocol Data Units (PDU)
|
| /linux/Documentation/filesystems/spufs/ |
| H A D | spu_run.rst | 49 A DMA segmentation error
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | CHANGES | 58 ADDR should cause a "segmentation violation", the memory read
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 26 ** occur segmentation fault,
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | fsgs.rst | 6 The x86 architecture supports segmentation. Instructions which access
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 916 Allows the adapter to offload transmit segmentation of UDP packets with 918 able to complete data segmentation much faster than operating system software, 924 - The application sending UDP packets must support UDP segmentation offload. 928 # ethtool -K <ethX> tx-udp-segmentation [off|on]
|