diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-08-03 02:11:34 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-08-11 02:50:51 +0000 |
commit | 543852a46ce107243ed92254bd88b87ca82bbd0b (patch) | |
tree | e9e1b95850dfcbdc116e0f6ee219c2e75cfff266 /src/uri/vppcom_test.conf | |
parent | 7faab8d3a571a272506eb463fc470b9dbe8a02a7 (diff) |
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>
Diffstat (limited to 'src/uri/vppcom_test.conf')
-rw-r--r-- | src/uri/vppcom_test.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/uri/vppcom_test.conf b/src/uri/vppcom_test.conf new file mode 100644 index 00000000000..e5ac46363f8 --- /dev/null +++ b/src/uri/vppcom_test.conf @@ -0,0 +1,25 @@ +# Test VPPCOM config file +vppcom { + heapsize 1 + api-prefix daw # this is a comment + uid 1020 this is also a comment. + gid 1020 +# This is yet another comment! + segment-baseva 0x300000000 + segment-size 0x10000000 + segment-size 268435456 + add-segment-size 0x1000000 + add-segment-size 134217728 + preallocated-fifo-pairs 16 + rx-fifo-size 3145728 + rx-fifo-size 0x300000 + tx-fifo-size 3145728 + tx-fifo-size 0x300000 + event-queue-size 1024 + event-queue-size 0x400 + listen-queue-size 32 + listen-queue-size 0x20 + app-timeout 54.3 + session-timeout 66.6 + accept-timeout 0.1 +} |