Update git submodules
authorXavier Simonart <xavier.simonart@intel.com>
Tue, 4 Sep 2018 09:58:36 +0000 (11:58 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 15 Sep 2018 07:18:36 +0000 (07:18 +0000)
commitf1295a355fd18d1a11ad2bbce7d242c93325c6cb
treea0bd2a70153d6625432c1fbc0abfd7fcb1bbc6bc
parent870a4f1d8c08c614ff86abc6cc38131e9c59170c
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Improve l3fwd performance

    JIRA: SAMPLEVNF-128

    Improve performance of l3fwd use-case.
    L3fwd did not disable TX offload flags, which resulted in
    non-vector mode to be used in pmd in some cases like bare-metal.
    Note that in some cases such as virtio, vector mode was already
    used as OVS reports that it does not support TX-offload, hence
    TX-offload was already disabled on virtio.
    Using vector mode usually brings higher performance.

    Change-Id: I102b846d604a9cf28c6b7dae8bedbe918ccfcf6c
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
docs/submodules/samplevnf