DPDK  16.07.2
Data Fields
rte_ivshmem_metadata Struct Reference

#include <rte_ivshmem.h>

Data Fields

int magic_number
char name [IVSHMEM_NAME_LEN]
struct rte_ivshmem_metadata_entry entry [RTE_LIBRTE_IVSHMEM_MAX_ENTRIES]

Detailed Description

Structure that holds IVSHMEM metadata.

Definition at line 66 of file rte_ivshmem.h.

Field Documentation

int magic_number

magic number

Definition at line 67 of file rte_ivshmem.h.

char name[IVSHMEM_NAME_LEN]

name of the metadata file

Definition at line 68 of file rte_ivshmem.h.

struct rte_ivshmem_metadata_entry entry[RTE_LIBRTE_IVSHMEM_MAX_ENTRIES]

metadata entries

Definition at line 69 of file rte_ivshmem.h.


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