Searched defs:rte_kni_mbuf (Results 1 – 1 of 1) sorted by relevance
76 struct rte_kni_mbuf { struct77 void *buf_addr __attribute__((__aligned__(RTE_CACHE_LINE_SIZE)));78 uint64_t buf_iova;80 char pad1[2];81 uint16_t nb_segs; /**< Number of segments. */82 char pad4[2];83 uint64_t ol_flags; /**< Offload features. */84 char pad2[4];86 uint16_t data_len; /**< Amount of data in segment buffer. */87 char pad3[14];[all …]