diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-01-16 12:51:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-16 12:51:20 +0000 |
commit | ea6b13477e87a294c64ba7347160ec50f5d5edc2 (patch) | |
tree | c95b2fa9da9f75d77c12f4c56e70f944a72b10ce /docs/submodules | |
parent | fb28374a83de01ddf1afae6c861165827573c678 (diff) |
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>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject 95a6421555054f0fd3f78a5e2e21f461eee8488 +Subproject 283d14ec835b500d23433354680521779cb2935 |