Home
last modified time | relevance | path

Searched refs:gso_types (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/gso/
H A Drte_gso.c18 ((((ctx)->gso_types & RTE_ETH_TX_OFFLOAD_UDP_TSO) == 0) || \
22 ((((ctx)->gso_types & (RTE_ETH_TX_OFFLOAD_TCP_TSO | \
57 (gso_ctx->gso_types & RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO)) || in rte_gso_segment()
59 (gso_ctx->gso_types & RTE_ETH_TX_OFFLOAD_GRE_TNL_TSO)))) { in rte_gso_segment()
65 (gso_ctx->gso_types & RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO) && in rte_gso_segment()
66 (gso_ctx->gso_types & RTE_ETH_TX_OFFLOAD_UDP_TSO)) { in rte_gso_segment()
72 (gso_ctx->gso_types & RTE_ETH_TX_OFFLOAD_TCP_TSO)) { in rte_gso_segment()
78 (gso_ctx->gso_types & RTE_ETH_TX_OFFLOAD_UDP_TSO)) { in rte_gso_segment()
H A Drte_gso.h52 uint32_t gso_types; member
/dpdk/doc/guides/prog_guide/
H A Dgeneric_segmentation_offload_lib.rst197 ``RTE_ETH_TX_OFFLOAD_*_TSO``) for gso_types. For example, if an application
198 wants to segment TCP/IPv4 packets, it should set gso_types to
200 supported for gso_types are ``RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO``, and
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c1469 uint32_t gso_types; in tap_gso_ctx_setup() local
1475 gso_types = RTE_ETH_TX_OFFLOAD_TCP_TSO; in tap_gso_ctx_setup()
1505 gso_ctx->gso_types = gso_types; in tap_gso_ctx_setup()
/dpdk/app/test-pmd/
H A Dtestpmd.c1629 uint32_t gso_types; in init_config() local
1714 gso_types = RTE_ETH_TX_OFFLOAD_TCP_TSO | RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO | in init_config()
1731 fwd_lcores[lc_id]->gso_ctx.gso_types = gso_types; in init_config()