]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/app/test-pmd/bpf_cmd.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / app / test-pmd / bpf_cmd.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2018 Intel Corporation
3 */
4
5 #ifndef _BPF_CMD_H_
6 #define _BPF_CMD_H_
7
8 #ifdef RTE_LIBRTE_BPF
9
10 /* BPF CLI */
11 extern cmdline_parse_inst_t cmd_operate_bpf_ld_parse;
12 extern cmdline_parse_inst_t cmd_operate_bpf_unld_parse;
13
14 #endif /* RTE_LIBRTE_BPF */
15
16 #endif /* _BPF_CMD_H_ */