Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gso/
H A Drte_gso.c17 ((((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()
H A Drte_gso.h52 uint32_t gso_types; member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_segmentation_offload_lib.rst197 ``DEV_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 ``DEV_TX_OFFLOAD_VXLAN_TNL_TSO``, and
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c1406 uint32_t gso_types; in tap_gso_ctx_setup() local
1412 gso_types = DEV_TX_OFFLOAD_TCP_TSO; in tap_gso_ctx_setup()
1442 gso_ctx->gso_types = gso_types; in tap_gso_ctx_setup()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1422 uint32_t gso_types; in init_config() local
1555 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()