aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Shaw <jeffrey.b.shaw@intel.com>2017-10-09 09:59:10 -0700
committerJeff Shaw <jeffrey.b.shaw@intel.com>2017-10-09 10:11:20 -0700
commit380b985205ddde85982e6883699305350535a2e0 (patch)
tree6790f80e9eb04d01297adf2087b5f1465144d824
parentbea87a678f755b9d205dc95802a38ee91c0d067e (diff)
[router] Remove call to vlib_buffer_chain_validate
The vlib_buffer_chain_validate() function was removed from VPP. To avoid referencing an undefined symbol, this commit removes the function call. Change-Id: I53f911a7d7b3d6121b8a4a0768b259af20730686 Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
-rw-r--r--router/router/tap_inject_node.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/router/router/tap_inject_node.c b/router/router/tap_inject_node.c
index 5429846..2331eae 100644
--- a/router/router/tap_inject_node.c
+++ b/router/router/tap_inject_node.c
@@ -264,8 +264,6 @@ tap_rx (vlib_main_t * vm, vlib_node_runtime_t * node, vlib_frame_t * f, int fd)
_vec_len (im->rx_buffers) -= i;
- vlib_buffer_chain_validate (vm, vlib_get_buffer (vm, bi[0]));
-
/* Get the packet to the output node. */
{
vnet_hw_interface_t * hw;