memif: fix rx/txqueue RC on connected 52/34852/3
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Fri, 7 Jan 2022 15:02:02 +0000 (16:02 +0100)
committerDamjan Marion <dmarion@me.com>
Fri, 18 Mar 2022 10:10:22 +0000 (10:10 +0000)
commit6798e9ec34a49df008ecb7f84559e531f6c0d651
tree66144d952a4b102317d9d23b260ac6d21d88abef
parent0b77e312827f68251f10ac1f674e3e564059fc52
memif: fix rx/txqueue RC on connected

Type: fix

Calling vnet_hw_if_register_tx_queue should
be done with the worker barrier held, as
virtio-pre-input might be grabbing a queue
while a memif connect event is triggered.

Change-Id: Ie1272cdfd2477faf7a4e10f30778279872f04916
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/plugins/memif/memif.c