diff options
author | Ping Yu <ping.yu@intel.com> | 2018-07-19 10:51:09 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-07-19 18:32:54 +0000 |
commit | 970a0b87bb7d7d9c16acbe9ea207a7d4c81bfaee (patch) | |
tree | f35fa49873cf9f3687efdc7ae6b00c55cf9035a7 /src/vnet | |
parent | 4d56e059f78b991cb19ec4e5cf4a07a5607a0642 (diff) |
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 <ping.yu@intel.com>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/tls/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
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* */ |