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