tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files 72/37372/1
authorSteven Luong <sluong@cisco.com>
Fri, 7 Oct 2022 20:53:20 +0000 (13:53 -0700)
committerSteven Luong <sluong@cisco.com>
Fri, 7 Oct 2022 21:01:54 +0000 (14:01 -0700)
commit23b33ec02bb08b5998d3b2ba7c6ef7d4737424c6
tree742393350b4d42b7e7526dd1cb4c44a9e8158cb3
parent8a0a9d2600ef4da1da0b884e991a990644658963
tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files

Some files include tcp_debug.h without including <vpp/vnet/config.h>
As a result, those files do not get VPP_TCP_DEBUG_ALWAYS option
set. The fix is to include <vpp/vnet/config.h> in tcp_debug.h

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I0c141147f1e8d1b49c5a1440fac1e97cbd96aaa7
src/vnet/tcp/tcp_debug.h