VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.so
[vpp.git] / extras / vcl-ldpreload / README.md
1 # vcl-ldpreload a LD_PRELOAD library that uses the VPP Communications Library (VCL).
2
3 User can LD_PRELOAD any application that uses POSIX socket API.
4
5 NOTE: The sources have been moved to .../vpp/src/vcl and libvcl_ldpreload.so
6       libvcl-ldpreload.so is built with VPP and can be found in
7       .../vpp/build-root/install-vpp[_debug]-native/vpp/lib64
8
9 ## HowTo
10
11 # 1. Running the demo
12 ## Run test script without parameters to see help menu:
13
14 export WS_ROOT=<top level vpp git repo dir>  (e.g. /scratch/my_name/vpp)
15 $WS_ROOT/test/scripts/socket_test.sh
16
17 # 2. Docker iPerf examples.
18 ## These launch xterms. To quit, close xterms and run following docker kill cmd (WARNING: This will kill all docker containers!) 'docker kill $(docker ps -q)'
19
20
21 ## Docker iPerf using default Linux Bridge
22
23 $WS_ROOT/test/scripts/socket_test.sh -bi docker-kernel
24
25 ## Docker iPerf using VPP
26 $WS_ROOT/test/scripts/socket_test.sh -bi docker-preload
27