tcp: add option for always on event logging 13/21413/9
authorFlorin Coras <fcoras@cisco.com>
Tue, 20 Aug 2019 14:09:31 +0000 (07:09 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 21 Aug 2019 16:07:12 +0000 (16:07 +0000)
commita436a42221280888acd09858c7353e694c359bca
treed403a3a6c5240477da82b3df0650567f8b13c081
parentc33eddebe8e390ed3d5b817e7e6017ae8a543097
tcp: add option for always on event logging

Type: feature

Add option to always compile in debugging infra. Debug verbosity can be
controlled via configuration updatable via cli. Compile time inclusion
and configuration of event logging verbosity is still available in order
to minimize event logging impact.

Change-Id: I9d946efe9fa4204fdace1adb1d6588c97b5ae758
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/plugins/unittest/tcp_test.c
src/vnet/CMakeLists.txt
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_debug.c [new file with mode: 0644]
src/vnet/tcp/tcp_debug.h
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_output.c