Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Thu, 25 Jan 2018 14:50:45 +0000 (14:50 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 25 Jan 2018 14:50:45 +0000 (14:50 +0000)
commitee46b5af8632588cffde68d29d56d88437b6bfaa
tree8121435494f3f12a697d328d1d6814c3812b3783
parent41b157ef13542ce04c35b3b2356f6a2911f58571
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>
docs/submodules/samplevnf