From: Olivier Matz Date: Wed, 22 Apr 2015 09:57:24 +0000 (+0200) Subject: apps: use helper to create mbuf pools X-Git-Tag: spdx-start~9264 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ea0c20ea95fd5d71a10757e6598ac66233ea1495;hp=ea0c20ea95fd5d71a10757e6598ac66233ea1495;p=dpdk.git apps: use helper to create mbuf pools When it's possible, use the new helper to create the mbuf pools. Most of the patch is trivial, except for the following files that have some specifics (indirect mbufs): - ip_fragmentation - ip_pipeline - ipv4_multicast - vhost Signed-off-by: Olivier Matz Acked-by: Neil Horman Acked-by: Konstantin Ananyev ---