session: full lock on session_send_evt_to_thread 50/20250/4
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Thu, 20 Jun 2019 07:58:37 +0000 (09:58 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 24 Jun 2019 23:35:28 +0000 (23:35 +0000)
commitb4c677526b7ad43f6960526e9103c1679adae1eb
tree5ae10f00e022cddcb134918117ebbe14aae40baa
parent9d97d014119988a26131dee1d148d3265539f9cc
session: full lock on session_send_evt_to_thread

Type: fix

This was causing issues in QUIC when an app client & the protocol
app compete for the worker msg_queue. Might not be ideal performance-
wise.

Change-Id: I629892253d5b5d968f31ad1d56f18463e143d6b4
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/svm/svm_fifo.c
src/vnet/session/session.c