xref: /dpdk/app/graph/l3fwd.h (revision 34c0c38ab772e8eea5243f530866d5b68519e7c7)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2023 Marvell.
3  */
4 
5 #ifndef APP_GRAPH_L3FWD_H
6 #define APP_GRAPH_L3FWD_H
7 
8 int usecase_l3fwd_configure(struct rte_node_ethdev_config *conf, uint16_t nb_conf,
9 			    uint16_t nb_graphs);
10 
11 #endif
12