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)
commitbf965c9bf47d352bb659cf773f57bb17a44cdcb5
tree5cad1313dab4fad2ee47616741da53de591002e6
parent9a29c4f157614333bae74bf938aebfcde207a18b
Update git submodules

* 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