session: remove io event dispatch dbg msg
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I166ab7b96444587a3252925d3a28505e0db52d74 (cherry picked from commit 87b0c892947006cbfa80fd2af15e8edb4029f327)
This commit is contained in:
parent
71eab61d31
commit
7e8c693f7d
@ -1145,10 +1145,7 @@ session_event_dispatch_io (session_worker_t * wrk, vlib_node_runtime_t * node,
|
||||
case SESSION_IO_EVT_TX:
|
||||
s = session_event_get_session (e, thread_index);
|
||||
if (PREDICT_FALSE (!s))
|
||||
{
|
||||
clib_warning ("session %u was freed!", e->session_index);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
CLIB_PREFETCH (s->tx_fifo, 2 * CLIB_CACHE_LINE_BYTES, LOAD);
|
||||
wrk->ctx.s = s;
|
||||
/* Spray packets in per session type frames, since they go to
|
||||
|
Loading…
x
Reference in New Issue
Block a user