From 970a0b87bb7d7d9c16acbe9ea207a7d4c81bfaee Mon Sep 17 00:00:00 2001 From: Ping Yu Date: Thu, 19 Jul 2018 10:51:09 -0400 Subject: Add a new communication channel between VPP and openssl engine Thus when engine buffer is full during a burst in performance tesing, this code will help VPP handle retry machansim. Change-Id: I0f9fc05d3dba8a54d34dca4c6137700d6c80f714 Signed-off-by: Ping Yu --- src/vnet/tls/tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/tls') diff --git a/src/vnet/tls/tls.h b/src/vnet/tls/tls.h index b311578f678..f67f307550b 100644 --- a/src/vnet/tls/tls.h +++ b/src/vnet/tls/tls.h @@ -32,7 +32,7 @@ if (_lvl <= TLS_DEBUG) \ clib_warning (_fmt, ##_args) #else -#define TLS_DBG(_fmt, _args...) +#define TLS_DBG(_lvl, _fmt, _args...) #endif /* *INDENT-OFF* */ -- cgit 1.2.3-korg