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)
commit55f92b3979babc0f2cab7d0d01d14a34350991fa
tree0d6fa59d54f74b61b46d24619634ff535681943f
parent0853df5017d65a43b7b39cac65096906db5a0925
Update git submodules

* 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