Searched refs:RTE_BPF_LOG (Results 1 – 11 of 11) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_load_elf.c | 87 RTE_BPF_LOG(INFO, "%s(%u): " in resolve_xsym() 124 RTE_BPF_LOG(ERR, "%s(): %s\n", __func__, err); in check_elf_header() 147 RTE_BPF_LOG(ERR, "%s(%p, %s) error code: %d(%s)\n", in find_elf_code() 170 RTE_BPF_LOG(ERR, "%s(%p, %s) error code: %d(%s)\n", in find_elf_code() 219 RTE_BPF_LOG(ERR, in process_reloc() 312 RTE_BPF_LOG(ERR, "%s(%s) error code: %d(%s)\n", in rte_bpf_elf_load() 322 RTE_BPF_LOG(ERR, in rte_bpf_elf_load() 329 RTE_BPF_LOG(INFO, "%s(fname=\"%s\", sname=\"%s\") " in rte_bpf_elf_load()
|
| H A D | bpf_stub.c | 22 RTE_BPF_LOG(ERR, "%s() is not supported with current config\n" in rte_bpf_elf_load() 39 RTE_BPF_LOG(ERR, "%s() is not supported with current config\n" in rte_bpf_convert()
|
| H A D | bpf_convert.c | 232 RTE_BPF_LOG(ERR, in convert_bpf_load() 252 RTE_BPF_LOG(ERR, "%s: cBPF program too long (%zu insns)\n", in bpf_convert_filter() 488 RTE_BPF_LOG(ERR, "%s: Unknown instruction!: %#x\n", in bpf_convert_filter() 532 RTE_BPF_LOG(ERR, "%s: NULL program\n", __func__); in rte_bpf_convert() 540 RTE_BPF_LOG(ERR, "%s: cannot get eBPF length\n", __func__); in rte_bpf_convert() 545 RTE_BPF_LOG(DEBUG, "%s: prog len cBPF=%u -> eBPF=%u\n", in rte_bpf_convert() 561 RTE_BPF_LOG(ERR, "%s: cannot convert cBPF to eBPF\n", __func__); in rte_bpf_convert()
|
| H A D | bpf_impl.h | 29 #define RTE_BPF_LOG(lvl, fmt, args...) \ macro
|
| H A D | bpf.c | 47 RTE_BPF_LOG(WARNING, "%s(%p) failed, error code: %d;\n", in bpf_jit()
|
| H A D | bpf_validate.c | 1814 RTE_BPF_LOG(ERR, "%s: program boundary violation at pc: %u, " in add_edge() 1822 RTE_BPF_LOG(ERR, "%s: internal error at pc: %u\n", in add_edge() 1929 RTE_BPF_LOG(ERR, "unreachable code at pc: %u;\n", i); in log_unreachable() 1950 RTE_BPF_LOG(ERR, in log_loop() 1981 RTE_BPF_LOG(ERR, "%s: %s at pc: %u\n", in validate() 2050 RTE_BPF_LOG(DEBUG, "%s(%p) stats:\n" in validate() 2064 RTE_BPF_LOG(ERR, "%s(%p) unreachable instructions;\n", in validate() 2072 RTE_BPF_LOG(ERR, "%s(%p) DFS internal error;\n", in validate() 2078 RTE_BPF_LOG(ERR, "%s(%p) loops detected;\n", in validate() 2146 RTE_BPF_LOG(ERR, in save_eval_state() [all …]
|
| H A D | bpf_load.c | 100 RTE_BPF_LOG(ERR, "%s: %d-th xsym is invalid\n", __func__, i); in rte_bpf_load()
|
| H A D | bpf_exec.c | 46 RTE_BPF_LOG(ERR, \ 139 RTE_BPF_LOG(DEBUG, "%s(bpf=%p, mbuf=%p, ofs=%u, len=%u): " in bpf_ld_mbuf() 465 RTE_BPF_LOG(ERR, in bpf_exec()
|
| H A D | bpf_pkt.c | 515 RTE_BPF_LOG(ERR, "%s(%u, %u): no callback selected;\n", in bpf_eth_elf_load() 527 RTE_BPF_LOG(ERR, "%s(%u, %u): no JIT generated;\n", in bpf_eth_elf_load()
|
| H A D | bpf_jit_arm64.c | 100 RTE_BPF_LOG(ERR, in check_invalid_args() 1380 RTE_BPF_LOG(ERR, in emit()
|
| H A D | bpf_jit_x86.c | 1479 RTE_BPF_LOG(ERR, in emit()
|