Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c901 unsigned int blockcount; in rte_eth_from_packet() local
978 blockcount = framecount / (blocksize / framesize); in rte_eth_from_packet()
979 if (!blockcount) { in rte_eth_from_packet()
987 PMD_LOG(INFO, "%s:\tblock count %d", name, blockcount); in rte_eth_from_packet()
992 blocksize, blockcount, in rte_eth_from_packet()