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

Function test_bit_ring_setup

dpdk/app/test/test_bitratestats.c:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static int
181test_bit_ring_setup(void)
182{
183 test_ring_setup(&ring, &portid);
184 printf("port in ring setup : %d\n", portid);
185
186 return TEST_SUCCESS;
187}
188
189static void
190test_bit_ring_free(void)

Callers

nothing calls this directly

Calls 2

test_ring_setupFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected