Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ixgbe_rxq_vec_setup
Function
ixgbe_rxq_vec_setup
dpdk/drivers/net/ixgbe/ixgbe_rxtx.c:6114–6118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6112
}
6113
6114
int
6115
ixgbe_rxq_vec_setup(struct ixgbe_rx_queue __rte_unused *rxq)
6116
{
6117
return -1;
6118
}
6119
6120
uint16_t
6121
ixgbe_xmit_fixed_burst_vec(void __rte_unused *tx_queue,
Callers
1
ixgbe_dev_rx_queue_setup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected