tcp: remove warning for multi-seg scnario. 53/20553/5
authorSimon Zhang <yuwei1.zhang@intel.com>
Tue, 9 Jul 2019 08:19:26 +0000 (16:19 +0800)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 9 Jul 2019 15:30:31 +0000 (15:30 +0000)
Type: fix

Change-Id: I64e2082bd8ac5b0be21e10407dc29ba4c3f4cab3
Signed-off-by: Simon Zhang <yuwei1.zhang@intel.com>
src/vnet/session/session_node.c

index 8abfb2f..6c43207 100644 (file)
@@ -770,7 +770,6 @@ session_tx_fifo_read_and_snd_i (vlib_main_t * vm, vlib_node_runtime_t * node,
                            ctx->n_segs_per_evt, ctx->s, n_trace);
   if (PREDICT_FALSE (n_bufs))
     {
-      clib_warning ("not all buffers consumed");
       vlib_buffer_free (vm, wrk->tx_buffers, n_bufs);
     }
   *n_tx_packets += ctx->n_segs_per_evt;