reassembly: feature/concurrency 88/11188/6
authorKlement Sekera <ksekera@cisco.com>
Thu, 22 Feb 2018 10:41:12 +0000 (11:41 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Wed, 21 Mar 2018 00:01:44 +0000 (00:01 +0000)
commit4c53313cd7e9b866412ad3e04b2d91ac098c1398
tree185aa1f368ea2eb997c2ed46433b31178efc71c9
parent2303cb181b51f63c909cd506125c1f832432865a
reassembly: feature/concurrency

This change makes ip reassembly an interface feature, while adding
concurrency support. Due to this, punt is no longer needed to test
reassembly.

Change-Id: I467669514ec33283ce935be0f1dd08f07684f0c7
Signed-off-by: Klement Sekera <ksekera@cisco.com>
18 files changed:
src/vnet/buffer.h
src/vnet/ip/ip.api
src/vnet/ip/ip46_cli.c
src/vnet/ip/ip4_forward.c
src/vnet/ip/ip4_reassembly.c
src/vnet/ip/ip4_reassembly.h
src/vnet/ip/ip6_forward.c
src/vnet/ip/ip6_reassembly.c
src/vnet/ip/ip6_reassembly.h
src/vnet/ip/ip_api.c
src/vnet/ip/lookup.c
src/vnet/ip/lookup.h
test/framework.py
test/sys_req/set_system_parameters.sh [deleted file]
test/sys_req/system_parameters [deleted file]
test/test_reassembly.py [moved from test/test_reassembly.py.disabled with 73% similarity]
test/vpp_papi_provider.py
test/vpp_punt_socket.py [deleted file]