diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-01-25 14:50:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-25 14:50:45 +0000 |
commit | ee46b5af8632588cffde68d29d56d88437b6bfaa (patch) | |
tree | 8121435494f3f12a697d328d1d6814c3812b3783 /docs/submodules/samplevnf | |
parent | 41b157ef13542ce04c35b3b2356f6a2911f58571 (diff) |
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 <xavier.simonart@intel.com>
Diffstat (limited to 'docs/submodules/samplevnf')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject 442501d625b6d05f38267d442fd4e42f6cebef7 +Subproject 6a9be5e7db6445f0a144d8f51d4afc8eb40ceaa |