5 #ifndef _RTE_BPF_ETHDEV_H_
6 #define _RTE_BPF_ETHDEV_H_
35 RTE_BPF_ETH_F_NONE = 0,
36 RTE_BPF_ETH_F_JIT = 0x1,
48 void __rte_experimental
60 void __rte_experimental
83 int __rte_experimental
85 const struct rte_bpf_prm *prm,
const char *fname,
const char *sname,
108 int __rte_experimental
110 const struct rte_bpf_prm *prm,
const char *fname,
const char *sname,
int __rte_experimental rte_bpf_eth_tx_elf_load(uint16_t port, uint16_t queue, const struct rte_bpf_prm *prm, const char *fname, const char *sname, uint32_t flags)
void __rte_experimental rte_bpf_eth_rx_unload(uint16_t port, uint16_t queue)
int __rte_experimental rte_bpf_eth_rx_elf_load(uint16_t port, uint16_t queue, const struct rte_bpf_prm *prm, const char *fname, const char *sname, uint32_t flags)
void __rte_experimental rte_bpf_eth_tx_unload(uint16_t port, uint16_t queue)