examples/l3fwd: split pipelines based on capability
[dpdk.git] / examples / l3fwd / l3fwd_event_generic.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2019 Marvell International Ltd.
3  */
4
5 #include <stdbool.h>
6
7 #include "l3fwd.h"
8 #include "l3fwd_event.h"
9
10 void
11 l3fwd_event_set_generic_ops(struct l3fwd_event_setup_ops *ops)
12 {
13         RTE_SET_USED(ops);
14 }