session: move svm_fifo_clear_deq_ntf to before calling the app callback 34/21634/2
authorVladimir Kropylev <vladimir.kropylev@enea.com>
Fri, 30 Aug 2019 10:04:06 +0000 (13:04 +0300)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 30 Aug 2019 14:23:22 +0000 (14:23 +0000)
commit5c89fbf28665d13a0052fc88288c1524e0e93918
tree0f036405a443b38e9eb492cfc4f5a0d023424600
parent2985e0af6b48c7a5b57e442ead21b3620686b052
session: move svm_fifo_clear_deq_ntf to before calling the app callback

Type: fix

in case the app requests another dequeue notification, it should not be cleared

Change-Id: I7e94e8e30ef098f87f5e7f4880af276970ee5b37
Signed-off-by: Vladimir Kropylev <vladimir.kropylev@enea.com>
src/vnet/session/session.c