Searched refs:gso_types (Results 1 – 5 of 5) sorted by relevance
17 ((((ctx)->gso_types & DEV_TX_OFFLOAD_UDP_TSO) == 0) || \21 ((((ctx)->gso_types & (DEV_TX_OFFLOAD_TCP_TSO | \56 (gso_ctx->gso_types & DEV_TX_OFFLOAD_VXLAN_TNL_TSO)) || in rte_gso_segment()58 (gso_ctx->gso_types & DEV_TX_OFFLOAD_GRE_TNL_TSO)))) { in rte_gso_segment()64 (gso_ctx->gso_types & DEV_TX_OFFLOAD_TCP_TSO)) { in rte_gso_segment()70 (gso_ctx->gso_types & DEV_TX_OFFLOAD_UDP_TSO)) { in rte_gso_segment()
52 uint32_t gso_types; member
197 ``DEV_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 ``DEV_TX_OFFLOAD_VXLAN_TNL_TSO``, and
1406 uint32_t gso_types; in tap_gso_ctx_setup() local1412 gso_types = DEV_TX_OFFLOAD_TCP_TSO; in tap_gso_ctx_setup()1442 gso_ctx->gso_types = gso_types; in tap_gso_ctx_setup()
1422 uint32_t gso_types; in init_config() local1555 gso_types = DEV_TX_OFFLOAD_TCP_TSO | DEV_TX_OFFLOAD_VXLAN_TNL_TSO | in init_config()1570 fwd_lcores[lc_id]->gso_ctx.gso_types = gso_types; in init_config()