]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/cmdline.c
mbuf: remove the rte_pktmbuf structure
[dpdk.git] / app / test-pmd / cmdline.c
index 6de38e622832453f6e09df471f9090f15b7de613..67321f71577330bc3c36ae1d5b3ae82983601939 100644 (file)
@@ -6475,7 +6475,6 @@ dump_struct_sizes(void)
 {
 #define DUMP_SIZE(t) printf("sizeof(" #t ") = %u\n", (unsigned)sizeof(t));
        DUMP_SIZE(struct rte_mbuf);
-       DUMP_SIZE(struct rte_pktmbuf);
        DUMP_SIZE(struct rte_mempool);
        DUMP_SIZE(struct rte_ring);
 #undef DUMP_SIZE