DPDK 23.11.0
Loading...
Searching...
No Matches
rte_node_ip6_api.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(C) 2023 Marvell.
3 */
4
5#ifndef __INCLUDE_RTE_NODE_IP6_API_H__
6#define __INCLUDE_RTE_NODE_IP6_API_H__
7
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22#include <rte_common.h>
23#include <rte_compat.h>
24
34
50__rte_experimental
51int rte_node_ip6_route_add(const uint8_t *ip, uint8_t depth, uint16_t next_hop,
52 enum rte_node_ip6_lookup_next next_node);
53
69__rte_experimental
70int rte_node_ip6_rewrite_add(uint16_t next_hop, uint8_t *rewrite_data,
71 uint8_t rewrite_len, uint16_t dst_port);
72
73#ifdef __cplusplus
74}
75#endif
76
77#endif /* __INCLUDE_RTE_NODE_IP6_API_H__ */
rte_node_ip6_lookup_next
@ RTE_NODE_IP6_LOOKUP_NEXT_REWRITE
@ RTE_NODE_IP6_LOOKUP_NEXT_PKT_DROP
__rte_experimental int rte_node_ip6_route_add(const uint8_t *ip, uint8_t depth, uint16_t next_hop, enum rte_node_ip6_lookup_next next_node)
__rte_experimental int rte_node_ip6_rewrite_add(uint16_t next_hop, uint8_t *rewrite_data, uint8_t rewrite_len, uint16_t dst_port)