From ee46b5af8632588cffde68d29d56d88437b6bfaa Mon Sep 17 00:00:00 2001 From: Deepak S Date: Thu, 25 Jan 2018 14:50:45 +0000 Subject: Update git submodules * Update docs/submodules/samplevnf from branch 'master' - Merge "Integrate irq mode into PROX (support display and command line)" - Integrate irq mode into PROX (support display and command line) irq mode can be used to show how a core is interrupted by other tasks. This mode does not handle packets. It only loops reading tsc. When the difference between two consecutive calls to rdtsc() is high then it means the core was interrupted. This task implementes the display, so that we can see a histogram of interrupts as well as the maximum, per core. Command line is also supported, through "show irq buckets" (too show the intervals of each buckets, in micrcoseconds), and the stats command line (showing the number of items in each buckets and the max).. Change-Id: I153cc3deaa7b86ae2776ea44e46ef9ecfd116992 Signed-off-by: Xavier Simonart --- docs/submodules/samplevnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf index 442501d62..6a9be5e7d 160000 --- a/docs/submodules/samplevnf +++ b/docs/submodules/samplevnf @@ -1 +1 @@ -Subproject commit 442501d625b6d05f38267d442fd4e42f6cebef7d +Subproject commit 6a9be5e7db6445f0a144d8f51d4afc8eb40ceaac -- cgit 1.2.3-korg