DPDK  21.02.0
Data Fields
rte_vhost_iov_iter Struct Reference

#include <rte_vhost_async.h>

Data Fields

size_t offset
 
size_t count
 
struct iovec * iov
 
unsigned long nr_segs
 

Detailed Description

iovec iterator

Examples:
examples/vhost/ioat.c.

Definition at line 13 of file rte_vhost_async.h.

Field Documentation

size_t offset

offset to the first byte of interesting data

Examples:
examples/vhost/ioat.c.

Definition at line 15 of file rte_vhost_async.h.

size_t count

total bytes of data in this iterator

Examples:
examples/vhost/ioat.c.

Definition at line 17 of file rte_vhost_async.h.

struct iovec* iov

pointer to the iovec array

Examples:
examples/vhost/ioat.c.

Definition at line 19 of file rte_vhost_async.h.

unsigned long nr_segs

number of iovec in this iterator

Examples:
examples/vhost/ioat.c.

Definition at line 21 of file rte_vhost_async.h.


The documentation for this struct was generated from the following file: