From 0a846806742922d98f1aff9cf1370715e57a2ae5 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 9 Apr 2019 18:29:14 -0700 Subject: svm: allow indirect fifo data chunks Fifos can use multiple memory chunks for simple read/write operations. Adding/removing chunks after assignment not yet supported. Change-Id: I2aceab6aea78059d74e0d3a9993c40d5196d077b Signed-off-by: Florin Coras --- src/vnet/session/application_worker.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/session') diff --git a/src/vnet/session/application_worker.c b/src/vnet/session/application_worker.c index dd1088e2cbb..1dae5a55a45 100644 --- a/src/vnet/session/application_worker.c +++ b/src/vnet/session/application_worker.c @@ -375,7 +375,6 @@ app_worker_own_session (app_worker_t * app_wrk, session_t * s) if (!svm_fifo_is_empty_cons (txf)) svm_fifo_clone (s->tx_fifo, txf); - segment_manager_dealloc_fifos (rxf, txf); return 0; -- cgit 1.2.3-korg