diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-04-20 05:28:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-20 05:28:26 +0000 |
commit | 04342a9be2c86a5121553f8ecd750080877a8455 (patch) | |
tree | 3f92c92d67c034760c6bfc1232dfea0edf34cf61 /docs | |
parent | dbd553607849e2c9815775475d68df1ddec2e86f (diff) |
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Add support for reception of jumbo frames"
- Add support for reception of jumbo frames
Jumbo frames are now supported through the addition of a "mtu"
parameter of the port in the config file.
Setting the mtu to a value higher than 1500 bytes will enable
the reception of jumbo frames.
In addition, the rte_eth_dev_set_mtu is now set for all pmds.
Finally, setting mbuf_size does not set MEMPOOL_F_NO_SPREAD
anymore. This option was only used for pure debugging.
Big packets can be received using two ways
- Using multiple "small" mbufs, i.e. around 2K. This is the default.
- Using one big mbuf holding the whole packet. This can be enabled
by setting a parameter mbuf_size in the receiving core configuration
Change-Id: Idd60ad31f41c89f9522dff4d894af2696b7a2ea1
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject 5feebc8726530d07c29c651b8c54d37c57cb8e8 +Subproject ca2085d3c7a630da6a1f28ee49b605d214d6b2e |