MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mbuf_input

Function mbuf_input

dpdk/examples/bbdev_app/main.c:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62static int input_dynfield_offset = -1;
63
64static inline struct rte_mbuf **
65mbuf_input(struct rte_mbuf *mbuf)
66{
67 return RTE_MBUF_DYNFIELD(mbuf,
68 input_dynfield_offset, struct rte_mbuf **);
69}
70
71static const struct rte_eth_conf port_conf = {
72 .rxmode = {

Callers 4

pktmbuf_input_free_bulkFunction · 0.85
verify_dataFunction · 0.85
run_encodingFunction · 0.85
run_decodingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected