Home
last modified time | relevance | path

Searched refs:tunneled (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/doc/guides/nics/
H A Dbnxt.rst318 Also, the BNXT PMD supports stateless offloads on inner frames for tunneled
381 For tunneled packets, RSS hash is calculated over inner frame header fields.
431 The BNXT PMD also supports hardware-based tunneled TSO.
435 // display the status of tunneled TSO
438 // enable/disable tunneled TSO
441 // set tunneled TSO segment size
467 The BNXT PMD also supports tunneled LRO.
H A Denic.rst290 ``RTE_PTYPE_TUNNEL_GRENAT`` to indicate that the packet is tunneled.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_02.rst114 * Added tunneled packets classification.
229 * **Added GRO support for VxLAN-tunneled packets.**
231 Added GRO support for VxLAN-tunneled packets. Supported VxLAN packets
H A Drelease_20_11.rst145 * **Added a generic API to offload tunneled traffic and restore missed packets.**
148 offloads tunneled traffic and restores missed packets.
H A Drelease_17_05.rst159 * Added support for TSO for non-tunneled and VXLAN packets.
H A Drelease_2_1.rst735 * **ixgbe/base: Fix tunneled UDP and TCP frames in flow director.**
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c408 const uint8_t tunneled = txq->priv->hw_csum_l2tun && in mlx4_tx_burst_tso_get_params() local
412 if (tunneled) in mlx4_tx_burst_tso_get_params()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_segmentation_offload_lib.rst240 For tunneled packets, the outer IPv4 headers' checksums should also be
H A Drte_flow.rst3144 Applications wishing to offload tunneled traffic are required to use
3150 When hardware offloads tunneled traffic in multi-group logic,
3177 1 Provide a unified application API to offload tunneled traffic that
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1190 Define how tunneled packets should be handled by the csum forward
1198 If disabled, treat tunnel packets as non-tunneled packets (a inner
1246 Set tso segment size of tunneled packets for a port in csum engine::
1253 Display the status of tunneled TCP Segmentation Offload for a port::