DPDK 22.11.5
|
#include <rte_seqlock.h>
Data Fields | |
rte_seqcount_t | count |
rte_spinlock_t | lock |
The RTE seqlock type.
Definition at line 102 of file rte_seqlock.h.
rte_seqcount_t count |
Sequence count for the protected data.
Definition at line 103 of file rte_seqlock.h.
rte_spinlock_t lock |
Spinlock used to serialize writers.
Definition at line 104 of file rte_seqlock.h.