API Reference Manual
1.51.0
Loading...
Searching...
No Matches
common.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2025 Nokia
3
*/
4
7
#ifndef COMMON_H_
8
#define COMMON_H_
9
10
#define CLASSIFICATION_DOMAIN "classification"
11
#define CPUMAP_DOMAIN "cpumap"
12
#define CRYPTO_DOMAIN "crypto"
13
#define DMA_DOMAIN "dma"
14
#define FLOW_DOMAIN "flows"
15
#define PKTIO_DOMAIN "pktios"
16
#define POOL_DOMAIN "pools"
17
#define QUEUE_DOMAIN "queues"
18
#define SCHED_DOMAIN "scheduler"
19
#define STASH_DOMAIN "stash"
20
#define TIMER_DOMAIN "timers"
21
#define WORKER_DOMAIN "workers"
22
23
#define CRIT_PRIO 101
24
#define HIGH_PRIO (CRIT_PRIO + 1)
25
#define MED_PRIO (HIGH_PRIO + 1)
26
#define LOW_PRIO (MED_PRIO + 1)
27
28
#endif
test
performance
pipeline
common.h
Generated by
1.9.8