VPP-659 Improve tcp/session debugging and testing 25/5725/7
authorFlorin Coras <fcoras@cisco.com>
Tue, 7 Mar 2017 18:06:24 +0000 (10:06 -0800)
committerDave Barach <dave@barachs.net>
Mon, 13 Mar 2017 17:24:39 +0000 (13:24 -0400)
commite69f4954a9de40a47f0bc27cdab0ba44e6985dac
treeb9191f75a4a0eded948efc55ffd2f9dac0360182
parentdfde53ae553f9d4c54882fb55a832cb0614834ea
VPP-659 Improve tcp/session debugging and testing

- event-logging support for tcp and session layer
- improvements to uri test code
- builtin_server on port 1234
- use the CLOSEWAIT timer when we rx FIN in FIN_WAIT_2 state

Change-Id: Ibc445f164b2086b20323bf89c77cffd3059f570f
Signed-off-by: Florin Coras <fcoras@cisco.com>
Signed-off-by: Dave Barach <dbarach@cisco.com>
Signed-off-by: Dave Barach <dave@barachs.net>
15 files changed:
src/scripts/vnet/uri/dpdk_setup.cli [new file with mode: 0644]
src/uri/uri_tcp_test.c
src/vnet.am
src/vnet/session/node.c
src/vnet/session/session.c
src/vnet/session/session.h
src/vnet/session/session_debug.h [new file with mode: 0644]
src/vnet/session/transport.h
src/vnet/tcp/builtin_server.c
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_debug.h [new file with mode: 0644]
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_output.c
src/vnet/udp/udp.c