DPDK  25.11.0
rte_node_pkt_cls_api.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2025 Marvell.
3  */
4 
5 #ifndef __INCLUDE_RTE_NODE_PKT_CLS_API_H__
6 #define __INCLUDE_RTE_NODE_PKT_CLS_API_H__
7 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 /*
23  * Packet classification (pkt_cls) next nodes.
24  */
25 
26 enum rte_node_pkt_cls_next {
27  RTE_NODE_PKT_CLS_NEXT_PKT_DROP,
28  RTE_NODE_PKT_CLS_NEXT_IP4_LOOKUP,
29  RTE_NODE_PKT_CLS_NEXT_IP6_LOOKUP,
30  RTE_NODE_PKT_CLS_NEXT_IP4_LOOKUP_FIB,
31  RTE_NODE_PKT_CLS_NEXT_IP6_LOOKUP_FIB,
32  RTE_NODE_PKT_CLS_NEXT_MAX,
33 };
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif /* __INCLUDE_RTE_NODE_PKT_CLS_API_H__ */