Searched refs:gso_types (Results 1 – 5 of 5) sorted by relevance
18 ((((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()
52 uint32_t gso_types; member
197 ``RTE_ETH_TX_OFFLOAD_*_TSO``) for gso_types. For example, if an application198 wants to segment TCP/IPv4 packets, it should set gso_types to200 supported for gso_types are ``RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO``, and
1469 uint32_t gso_types; in tap_gso_ctx_setup() local1475 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()
1629 uint32_t gso_types; in init_config() local1714 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()