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

Function do_rte_raw_cksum

dpdk/app/test/test_cksum_perf.c:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18static const size_t data_sizes[] = { 20, 21, 100, 101, 1500, 1501 };
19
20static __rte_noinline uint16_t
21do_rte_raw_cksum(const void *buf, size_t len)
22{
23 return rte_raw_cksum(buf, len);
24}
25
26static void
27init_block(char *buf, size_t len)

Callers 1

Calls 1

rte_raw_cksumFunction · 0.85

Tested by

no test coverage detected