diff options
author | Xavier Simonart <xavier.simonart@intel.com> | 2018-09-04 11:58:36 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-15 07:18:36 +0000 |
commit | f1295a355fd18d1a11ad2bbce7d242c93325c6cb (patch) | |
tree | a0bd2a70153d6625432c1fbc0abfd7fcb1bbc6bc /docs/submodules/samplevnf | |
parent | 870a4f1d8c08c614ff86abc6cc38131e9c59170c (diff) |
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>
Diffstat (limited to 'docs/submodules/samplevnf')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject a3a7fbb44e261987e2cd800fb049c20b16381e4 +Subproject 3afd384b7e68a3cd29f4d2cdf39785f8441d0b6 |