From aa682a39b76ee043f65313f23e134bf18fe7a47e Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 26 Apr 2018 22:45:40 +0200 Subject: A bit of buffer metadata reshuffling to accommodate flow_id Change-Id: I2794384557c6272fe217269b14a9db09eda19220 Signed-off-by: Damjan Marion --- src/vnet/ip/ip6_reassembly.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/vnet/ip/ip6_reassembly.c') diff --git a/src/vnet/ip/ip6_reassembly.c b/src/vnet/ip/ip6_reassembly.c index 8b199f39ced..ce30d952acc 100644 --- a/src/vnet/ip/ip6_reassembly.c +++ b/src/vnet/ip/ip6_reassembly.c @@ -437,8 +437,7 @@ always_inline void ip6_reass_finalize (vlib_main_t * vm, vlib_node_runtime_t * node, ip6_reass_main_t * rm, ip6_reass_per_thread_t * rt, ip6_reass_t * reass, u32 * bi0, u32 * next0, - vlib_error_t * error0, u32 ** vec_drop_compress, - bool is_feature) + u32 * error0, u32 ** vec_drop_compress, bool is_feature) { ASSERT (~0 != reass->first_bi); *bi0 = reass->first_bi; @@ -660,7 +659,7 @@ always_inline void ip6_reass_update (vlib_main_t * vm, vlib_node_runtime_t * node, ip6_reass_main_t * rm, ip6_reass_per_thread_t * rt, ip6_reass_t * reass, u32 * bi0, u32 * next0, - vlib_error_t * error0, ip6_frag_hdr_t * frag_hdr, + u32 * error0, ip6_frag_hdr_t * frag_hdr, u32 ** vec_drop_overlap, u32 ** vec_drop_compress, bool is_feature) { -- cgit 1.2.3-korg