Searched refs:MBUF2_PRIV_SIZE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 61 #define MBUF2_PRIV_SIZE 128 macro 613 if (rte_pktmbuf_priv_size(clone->pool) != MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 614 GOTO_FAIL("data room size should be %d\n", MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 615 memset(clone + 1, 0, MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 619 if (c_data != (char *)clone + sizeof(*clone) + MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 642 if (rte_pktmbuf_priv_size(clone2->pool) != MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 643 GOTO_FAIL("data room size should be %d\n", MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 644 memset(clone2 + 1, 0, MBUF2_PRIV_SIZE); in test_attach_from_different_pool() 648 if (c_data2 != (char *)clone2 + sizeof(*clone2) + MBUF2_PRIV_SIZE) in test_attach_from_different_pool() 2709 NB_MBUF, MEMPOOL_CACHE_SIZE, MBUF2_PRIV_SIZE, 0, in test_mbuf()
|