ip: reassembly: send packet out on correct worker 24/22224/4
authorKlement Sekera <[email protected]>
Fri, 19 Jul 2019 09:14:19 +0000 (09:14 +0000)
committerDamjan Marion <[email protected]>
Wed, 25 Sep 2019 22:05:36 +0000 (22:05 +0000)
commit69bf8326f145cf6b63d5cdf9893578266d455ee7
treea31ae7981b31e4b7964acaa17fc9431d09d21538
parent51699e62c4d0b6ecf153d9802131dd969839ccd0
ip: reassembly: send packet out on correct worker

Note which worker received fragment with offset zero and use this worker
to send out the reassembled packet.

Type: fix
Change-Id: I1d3cee16788db3b230682525239c0100d51dc380
Signed-off-by: Klement Sekera <[email protected]>
(cherry picked from commit 630ab5846bceddf8d663e9f488a2dc0378949827)
src/vnet/ip/ip4_reassembly.c
src/vnet/ip/ip6_reassembly.c
test/framework.py
test/test_reassembly.py