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

Function test_rawdev_queue_count

dpdk/drivers/raw/skeleton/skeleton_rawdev_test.c:208–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static int
209test_rawdev_queue_count(void)
210{
211 unsigned int q_count;
212
213 /* Get the current configuration */
214 q_count = rte_rawdev_queue_count(test_dev_id);
215 RTE_TEST_ASSERT_EQUAL(q_count, 1, "Invalid queue count (%d)", q_count);
216
217 return TEST_SUCCESS;
218}
219
220static int
221test_rawdev_queue_setup(void)

Callers

nothing calls this directly

Calls 1

rte_rawdev_queue_countFunction · 0.85

Tested by

no test coverage detected