X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_fragmentation%2Fmain.c;h=cf637186320bf61e7fde03f479930d8fc6bdce56;hb=0a0dfd40ed01e3466102170464804b633a4082de;hp=93ea2a1e8c6965f340d23b0ab6da0ab59f60b69e;hpb=1d493a49490fa90e09689d49280cff0d51d0193e;p=dpdk.git diff --git a/examples/ip_fragmentation/main.c b/examples/ip_fragmentation/main.c index 93ea2a1e8c..cf63718632 100644 --- a/examples/ip_fragmentation/main.c +++ b/examples/ip_fragmentation/main.c @@ -764,8 +764,8 @@ init_mem(void) mp = rte_mempool_create(buf, NB_MBUF, sizeof(struct rte_mbuf), 32, - 0, - NULL, NULL, + sizeof(struct rte_pktmbuf_pool_private), + rte_pktmbuf_pool_init, NULL, rte_pktmbuf_init, NULL, socket, 0); if (mp == NULL) {