Go to the documentation of this file.
21 #define RTE_GSO_SEG_SIZE_MIN (sizeof(struct ether_hdr) + \
22 sizeof(struct ipv4_hdr) + sizeof(struct tcp_hdr) + 1)
25 #define RTE_GSO_UDP_SEG_SIZE_MIN (sizeof(struct ether_hdr) + \
26 sizeof(struct ipv4_hdr) + sizeof(struct udp_hdr) + 1)
29 #define RTE_GSO_FLAG_IPID_FIXED (1ULL << 0)
118 uint16_t nb_pkts_out);