Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 15 of 15) sorted by relevance

/dpdk/examples/pipeline/examples/
H A Dvxlan.spec194 emit h.outer_ethernet
195 emit h.outer_ipv4
196 emit h.outer_udp
197 emit h.outer_vxlan
198 emit h.ethernet
199 emit h.ipv4
H A Dvarbit.spec90 emit h.ethernet
91 emit h.ipv4
92 emit h.udp
H A Dregisters.spec64 emit h.ethernet
65 emit h.ipv4
H A Dmeter.spec60 emit h.ethernet
61 emit h.ipv4
H A Dlearner.spec124 emit h.ethernet
125 emit h.ipv4
H A Dl2fwd_macswp.spec57 emit h.ethernet
H A Dselector.spec92 emit h.ethernet
93 emit h.ipv4
H A Dfib.spec168 emit h.ethernet
169 emit h.ipv4
/dpdk/doc/guides/nics/
H A Dfail_safe.rst187 emit and receive packets. It will store any applied configuration but will fail
188 to emit anything, returning ``0`` from its TX function. Any unsent packet must
H A Dtap.rst255 clang -O2 -emit-llvm -c tap_bpf_program.c -o - | llc -march=bpf \
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst91 ``app_trace_string(const char *str)`` to emit the trace event to the trace
273 per thread to enable lock less trace-emit function.
H A Dpacket_framework.rst1191 …in front of each output packet through the emit operation; these headers can be part of the set of…
1204 …transmit the current packet, extract and emit headers from/into the packet, read/write the packet …
/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c1116 emit(struct a64_jit_ctx *ctx, struct rte_bpf *bpf) in emit() function
1413 rc = emit(&ctx, bpf); in bpf_jit_arm64()
1427 rc = emit(&ctx, bpf); in bpf_jit_arm64()
H A Dbpf_jit_x86.c1282 emit(struct bpf_jit_state *st, const struct rte_bpf *bpf) in emit() function
1517 rc = emit(&st, bpf); in bpf_jit_x86()
1529 rc = emit(&st, bpf); in bpf_jit_x86()
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst134 …they provide additional degrees of type-safety and can allow compilers to emit extra warnings abou…