Pull in some additional symbols that may be needed by plugins. 91/291/3
authorJosh Gahm <jgahm@cisco.com>
Wed, 10 Feb 2016 23:03:08 +0000 (18:03 -0500)
committerDamjan Marion <damarion@cisco.com>
Thu, 11 Feb 2016 18:41:58 +0000 (18:41 +0000)
commit3640d537e1c1ea7670b98f0aaf27a48c08984893
treecbfa42c24b5125024a0ad3394717c71859aa4b9f
parent14a44d37a36d1f62897aa304922cea568ce1b577
Pull in some additional symbols that may be needed by plugins.

Ensure that some additional rte_* symbols (from the dpdk library) and
pulled into the vpp image so that they will be available to plugins.
Also, provide vlib's dpdk configuration function so that plugins that
need to make dpdk calls during initialization/configuration may ensure
that dpdk itself is initialized first.

Change-Id: Iff8b518c6fc23e9e2f24a85944e5b246c80e5f67
Signed-off-by: Josh Gahm <jgahm@cisco.com>
vnet/vnet/plugin/p1.c