From ea6b13477e87a294c64ba7347160ec50f5d5edc2 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Tue, 16 Jan 2018 12:51:20 +0000 Subject: Update git submodules * Update docs/submodules/samplevnf from branch 'master' - Merge "Fix stacking of rx receive functions" - Fix stacking of rx receive functions PROX can stack different RX functions, so that they are executed after each other. This feature is for instance used to dump packets or to print distribution of receive packets, without influencing the performance of the rx functions when no dump or print is needed. The previous implementation was wrong and causing some of the stacked functions not to be executed. This was causing for instance issues in latency measurement after enabling dumping packets. Change-Id: I766b8ee8e8852fa17cdaf60ee6e1fec0dc98c719 Signed-off-by: Xavier Simonart --- docs/submodules/samplevnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf index 95a642155..283d14ec8 160000 --- a/docs/submodules/samplevnf +++ b/docs/submodules/samplevnf @@ -1 +1 @@ -Subproject commit 95a6421555054f0fd3f78a5e2e21f461eee84886 +Subproject commit 283d14ec835b500d23433354680521779cb2935f -- cgit 1.2.3-korg