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

Function port_init

dpdk/app/test/test_event_eth_rx_adapter.c:136–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static inline int
137port_init(uint16_t port, struct rte_mempool *mp)
138{
139 static const struct rte_eth_conf port_conf_default = {
140 .rxmode = {
141 .mq_mode = RTE_ETH_MQ_RX_NONE,
142 },
143 };
144
145 return port_init_common(port, &port_conf_default, mp);
146}
147
148static int
149init_port_rx_intr(int num_ports)

Callers 1

init_portsFunction · 0.70

Calls 1

port_init_commonFunction · 0.70

Tested by

no test coverage detected