DPDK  24.03.0-rc4
Data Fields
rte_seqlock_t Struct Reference

#include <rte_seqlock.h>

Data Fields

rte_seqcount_t count
 
rte_spinlock_t lock
 

Detailed Description

The RTE seqlock type.

Definition at line 101 of file rte_seqlock.h.

Field Documentation

◆ count

Sequence count for the protected data.

Definition at line 102 of file rte_seqlock.h.

◆ lock

Spinlock used to serialize writers.

Definition at line 103 of file rte_seqlock.h.


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