diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-05-25 14:44:36 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-25 04:00:09 +0000 |
commit | 55f92b3979babc0f2cab7d0d01d14a34350991fa (patch) | |
tree | 0d6fa59d54f74b61b46d24619634ff535681943f /docs/submodules | |
parent | 0853df5017d65a43b7b39cac65096906db5a0925 (diff) |
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>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject 4685c59ec97927af559b4bf10001d0e07de3470 +Subproject 95e9ab89f6d8f9911a9fdb625e8721f3d2e20b1 |