quic: fifo size is u32 05/23105/9
authorDave Wallace <dwallacelf@gmail.com>
Wed, 30 Oct 2019 16:58:30 +0000 (16:58 +0000)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 1 Nov 2019 14:52:38 +0000 (14:52 +0000)
commitf9d784b6b9d3acf141ccccf3faf51f409f405294
tree4ea3c9b7d9583ca4810c207672e09b251ccade06
parent3edd1bbe6a03e939eeb3eabbce0d4bda995c7ec1
quic: fifo size is u32

- Fix cli / config fifo size to only accept u32
  size input.
- Make cli / config fifo-size input type handling
  to be the same as vpp hoststack
- Update external transfer tests to use new
  syntax with different fifo sizes for
  vpp_echo client/server and vpp.

Type: fix

Change-Id: Ia5ddb2b8d3d9908ab502352819eebeec8ac0971d
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
src/plugins/quic/quic.c
src/plugins/quic/quic.h
src/plugins/quic/test/test_quic.py