hsa: move vcl test apps to hsa 35/20335/6
authorFlorin Coras <fcoras@cisco.com>
Tue, 25 Jun 2019 19:55:15 +0000 (12:55 -0700)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 26 Jun 2019 02:15:20 +0000 (02:15 +0000)
commit00dd74cee7ef8c1c5265daf01db13891ed68507f
tree6fc40cb4cbd01cc993d75fba81a8b86850b32274
parent33cd4823d67bb30d39a4bd5af50449b072c6354a
hsa: move vcl test apps to hsa

Type: refactor

Change-Id: I352975585c1091bfc5b85d7f8fe985f9059820a7
Signed-off-by: Florin Coras <fcoras@cisco.com>
12 files changed:
MAINTAINERS
src/plugins/hs_apps/CMakeLists.txt
src/plugins/hs_apps/sapi/quic_echo.c [moved from src/plugins/hs_apps/quic_echo.c with 100% similarity]
src/plugins/hs_apps/sapi/tcp_echo.c [moved from src/plugins/hs_apps/tcp_echo.c with 100% similarity]
src/plugins/hs_apps/sapi/udp_echo.c [moved from src/plugins/hs_apps/udp_echo.c with 100% similarity]
src/plugins/hs_apps/vcl/sock_test.h [moved from src/vcl/sock_test.h with 98% similarity]
src/plugins/hs_apps/vcl/sock_test_client.c [moved from src/vcl/sock_test_client.c with 99% similarity]
src/plugins/hs_apps/vcl/sock_test_server.c [moved from src/vcl/sock_test_server.c with 99% similarity]
src/plugins/hs_apps/vcl/vcl_test.h [moved from src/vcl/vcl_test.h with 100% similarity]
src/plugins/hs_apps/vcl/vcl_test_client.c [moved from src/vcl/vcl_test_client.c with 99% similarity]
src/plugins/hs_apps/vcl/vcl_test_server.c [moved from src/vcl/vcl_test_server.c with 99% similarity]
src/vcl/CMakeLists.txt