From f66cc80b94de0b9e910bb66aa69d98ba69f53b73 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 8 Apr 2021 19:10:07 -0700 Subject: session: pass tx buffers in bulk to transports Type: improvement Signed-off-by: Florin Coras Change-Id: I1025cccd784f80b557847f69c3ea1ada5c9de60d --- src/vnet/session/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/session/session.h') diff --git a/src/vnet/session/session.h b/src/vnet/session/session.h index e549da588e9..9d6c945bb4d 100644 --- a/src/vnet/session/session.h +++ b/src/vnet/session/session.h @@ -59,6 +59,7 @@ typedef struct session_tx_context_ /** Vector of tx buffer free lists */ u32 *tx_buffers; + vlib_buffer_t **transport_pending_bufs; } session_tx_context_t; typedef struct session_evt_elt -- cgit 1.2.3-korg