ce95b8e6d7746c4f5951b5d543d6b036ea80ae78
[dpdk.git] / examples / l2fwd-event / l2fwd_event_internal_port.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2019 Marvell International Ltd.
3  */
4
5 #include <stdbool.h>
6 #include <getopt.h>
7
8 #include <rte_cycles.h>
9 #include <rte_ethdev.h>
10 #include <rte_eventdev.h>
11 #include <rte_event_eth_rx_adapter.h>
12 #include <rte_event_eth_tx_adapter.h>
13 #include <rte_lcore.h>
14 #include <rte_spinlock.h>
15
16 #include "l2fwd_common.h"
17 #include "l2fwd_event.h"
18
19 void
20 l2fwd_event_set_internal_port_ops(struct event_setup_ops *ops)
21 {
22         RTE_SET_USED(ops);
23 }