DPDK
21.02.0
|
#include <rte_vhost_async.h>
Data Fields | |
size_t | offset |
size_t | count |
struct iovec * | iov |
unsigned long | nr_segs |
size_t offset |
offset to the first byte of interesting data
Definition at line 15 of file rte_vhost_async.h.
size_t count |
total bytes of data in this iterator
Definition at line 17 of file rte_vhost_async.h.
struct iovec* iov |
pointer to the iovec array
Definition at line 19 of file rte_vhost_async.h.
unsigned long nr_segs |
number of iovec in this iterator
Definition at line 21 of file rte_vhost_async.h.