dpdk: fix dpdk_buffer_pool_create name 94/7494/3
authorChris Luke <chrisy@flirble.org>
Fri, 7 Jul 2017 18:57:07 +0000 (14:57 -0400)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 13 Jul 2017 19:24:43 +0000 (19:24 +0000)
commita2522f6fd57eb93f57dfcc27c59862d4cc32879a
tree4a453c443d93814a5a44e808e28076eb491129ea
parente2d40b81585bceaf30b8547554aab24d60e7d396
dpdk: fix dpdk_buffer_pool_create name

- vnet_buffer_pool_create should probably be named
  dpdk_buffer_pool_create since that is what it does.
- Its prototype should also be in a DPDK plugin header, not in
  vlib/buffer_funcs.h, since the implementation is in the plugin
  and nobody else should be calling it.

Change-Id: I7ba259afa4b888bc94f3ad257305e286b41e7370
Signed-off-by: Chris Luke <chrisy@flirble.org>
src/plugins/dpdk/buffer.c
src/plugins/dpdk/device/dpdk.h
src/plugins/dpdk/device/init.c
src/vlib/buffer_funcs.h