Update git submodules
authorXavier Simonart <xavier.simonart@intel.com>
Wed, 25 Apr 2018 23:03:05 +0000 (01:03 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 25 May 2018 03:45:55 +0000 (03:45 +0000)
* Update docs/submodules/samplevnf from branch 'master'
  - 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>
docs/submodules/samplevnf

index 9a2cd90..05a1a5d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9a2cd90e15a77f5ae739ee74a0336b2c03392f57
+Subproject commit 05a1a5d34353c5f09c25a01b8dc543b06553915d