Remove #if DPDK == 0, to eliminate a data structure size mismatch 02/1902/2
authorDave Barach <dave@barachs.net>
Thu, 7 Jul 2016 14:35:56 +0000 (10:35 -0400)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 7 Jul 2016 16:05:59 +0000 (16:05 +0000)
commit708357415d3b3d6d3c2df264fc1caa04ae0e0dfe
treecf23335651ca4fa1897fbc0a43d3c8d8d06ed357
parent57bf403b34bcfda628c02e583e3c9c6bd80827b4
Remove #if DPDK == 0, to eliminate a data structure size mismatch

Otherwise, e.g. the ip4/6_main_t's change size between PLATFORM=vpp
and PLATFORM=vpp_lite. That, in turn, makes it far easier to build
broken plugins.

Change-Id: Ic962d75b170eee698de29c4e29849ce73d27caad
Signed-off-by: Dave Barach <dave@barachs.net>
vlib/vlib/buffer_funcs.h