mk: link app with ring mempool by default
authorShreyansh Jain <shreyansh.jain@nxp.com>
Thu, 13 Apr 2017 09:02:07 +0000 (14:32 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 Apr 2017 13:33:51 +0000 (15:33 +0200)
commitc6b3570f9e143f4cb4892af3afefd65735838b2f
tree1f2639b91b7036de3a6fdae0df494fb328dd1d48
parent8bc74683de1c744aed19a5822a9f91dddcc7918b
mk: link app with ring mempool by default

From the discussion in [1], it was observed that application should
have a default pool already linked even in case of shared builds.
Ring is especially important because packet mbuf creation API refer to
ring_mp_mc as default handler.

Documentation for this is pending.

[1] http://dpdk.org/ml/archives/dev/2017-April/063819.html

Fixes: 9a8e9b57f544 ("mempool: move ring handler as a driver")

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
mk/rte.app.mk