DPDK  1.6.0r2
Data Fields
rte_tailq_head Struct Reference

#include <rte_tailq.h>

Data Fields

struct rte_dummy_head tailq_head

Detailed Description

The structure defining a tailq header entry for storing in the rte_config structure in shared memory. Each tailq is identified by name. Any library storing a set of objects e.g. rings, mempools, hash-tables, is recommended to use an entry here, so as to make it easy for a multi-process app to find already-created elements in shared memory.

Field Documentation

struct rte_dummy_head tailq_head

NOTE: must be first element


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