Searched refs:MBUF2_PRIV_SIZE (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_mbuf.c | 60 #define MBUF2_PRIV_SIZE 128 macro 605 if (rte_pktmbuf_priv_size(clone->pool) != MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 606 GOTO_FAIL("data room size should be %d\n", MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 607 memset(clone + 1, 0, MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 611 if (c_data != (char *)clone + sizeof(*clone) + MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 634 if (rte_pktmbuf_priv_size(clone2->pool) != MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 635 GOTO_FAIL("data room size should be %d\n", MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 636 memset(clone2 + 1, 0, MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 640 if (c_data2 != (char *)clone2 + sizeof(*clone2) + MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 2801 NB_MBUF, MEMPOOL_CACHE_SIZE, MBUF2_PRIV_SIZE, 0, in test_mbuf()
|