|
DPDK 25.11.0
|
#include <rte_gso.h>
Data Fields | |
| struct rte_mempool * | direct_pool |
| struct rte_mempool * | indirect_pool |
| uint64_t | flag |
| uint32_t | gso_types |
| uint16_t | gso_size |
| struct rte_mempool* direct_pool |
| struct rte_mempool* indirect_pool |
| uint64_t flag |
| uint32_t gso_types |
the bit mask of required GSO types. The GSO library uses the same macros as that of describing device TX offloading capabilities (i.e. RTE_ETH_TX_OFFLOAD_*_TSO) for gso_types.
For example, if applications want to segment TCP/IPv4 packets, set RTE_ETH_TX_OFFLOAD_TCP_TSO in gso_types.
| uint16_t gso_size |