Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Tue, 16 Jan 2018 12:51:20 +0000 (12:51 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 16 Jan 2018 12:51:20 +0000 (12:51 +0000)
commitea6b13477e87a294c64ba7347160ec50f5d5edc2
treec95b2fa9da9f75d77c12f4c56e70f944a72b10ce
parentfb28374a83de01ddf1afae6c861165827573c678
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 <xavier.simonart@intel.com>
docs/submodules/samplevnf