Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Fri, 25 May 2018 09:14:36 +0000 (14:44 +0530)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 25 May 2018 04:00:09 +0000 (04:00 +0000)
* Update docs/submodules/samplevnf from branch 'stable/fraser'
  - Updating release notes for OPNFV Fraser 6.1

    Change-Id: I333fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
  - Increase default mbuf size and code simplification/cleanup

    mbuf size was setup to achieve the best performance i.e.
    using the smallest mbuf and not segmenting packets.
    However this resulted in complex code, much dependent of the way
    the pmd are working e.g. a change(fix) in recent dpdk i40e
    implementation caused a 1782 (=1518+8+256) bytes mbuf to be too
    small to hold a 1518 bytes packets.
    Hence this change simplifies the mbuf size selection at the price
    of a potential decreases in performance - as more memory is now used.
    Except if jumbo frames are used, the mbuf size will now be the same
    for all modes. The packets will not be segmented except if jumbo
    frames are enabled.
    If jumbo frames are enabled, packets are by default segmented, except
    if the mbuf size is configured big enough in the config file.

    Change-Id: I222fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
  - fix code standard in VNFs/DPPD-PROX/handle_esp.c

    Change-Id: I6c1a8f6d8e3bc84f7eb8e5780cde98dd9c03c805
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
docs/submodules/samplevnf

index 4685c59..95e9ab8 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4685c59ec97927af559b4bf10001d0e07de34702
+Subproject commit 95e9ab89f6d8f9911a9fdb625e8721f3d2e20b1a