Add VPP Communications Library (VCL) 89/7889/10
authorDave Wallace <dwallacelf@gmail.com>
Thu, 3 Aug 2017 06:11:34 +0000 (02:11 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 11 Aug 2017 02:50:51 +0000 (02:50 +0000)
commit543852a46ce107243ed92254bd88b87ca82bbd0b
treee9e1b95850dfcbdc116e0f6ee219c2e75cfff266
parent7faab8d3a571a272506eb463fc470b9dbe8a02a7
Add VPP Communications Library (VCL)

- VCL library
- client/server test application
- test script (make test integration tbd)
- gdb command file templates
- vppcom test config file

Change-Id: I21eab7aa09b4e5dc3412acf5c2eab07415c2fc0f
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
13 files changed:
extras/gdb/gdb_cmdfile.vcl_client [new file with mode: 0644]
extras/gdb/gdb_cmdfile.vcl_server [new file with mode: 0644]
extras/gdb/gdb_cmdfile.vpp [new file with mode: 0644]
src/uri.am
src/uri/sock_test.h [new file with mode: 0644]
src/uri/sock_test_client.c [new file with mode: 0644]
src/uri/sock_test_server.c [new file with mode: 0644]
src/uri/vcl_test_client.c [new file with mode: 0644]
src/uri/vcl_test_server.c [new file with mode: 0644]
src/uri/vppcom.c [new file with mode: 0644]
src/uri/vppcom.h [new file with mode: 0644]
src/uri/vppcom_test.conf [new file with mode: 0644]
test/scripts/socket_test.sh [new file with mode: 0755]