#
05632179 |
| 10-Dec-2015 |
Bernard Iremonger <bernard.iremonger@intel.com> |
examples/vhost: fix guide
Fix typos in sample console commands. Remove "user@target:~$" prefixes in command lines.
Add --socket-mem 1024 to vhost-switch command lines. Without the --socket-mem para
examples/vhost: fix guide
Fix typos in sample console commands. Remove "user@target:~$" prefixes in command lines.
Add --socket-mem 1024 to vhost-switch command lines. Without the --socket-mem parameter all hugepages will be allocated to vhost-switch, leaving no memory for the VM.
Add --disable-hw-vlan-filter parameter to testpmd command lines. Without this parameter testpmd fails on startup in the VM.
Increase value of --sock-mem parameter to testpmd as original value was too small.
Fixes: d0dff9ba445e ("doc: sample application user guide" Fixes: 9bc23cb8209c ("doc: add vhost-user to sample guide") Fixes: 43866bf71d58 ("doc: fix vhost sample parameter")
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
show more ...
|
#
d533647a |
| 20-Aug-2015 |
Ouyang Changchun <changchun.ouyang@intel.com> |
vhost: fix qemu shutdown
This patch originates from the patch: "Patch for Qemu wrapper for US-VHost to ensure Qemu process ends when VM is shutdown", http://dpdk.org/ml/archives/dev/2014-June/003606
vhost: fix qemu shutdown
This patch originates from the patch: "Patch for Qemu wrapper for US-VHost to ensure Qemu process ends when VM is shutdown", http://dpdk.org/ml/archives/dev/2014-June/003606.html
Also update the vhost sample guide doc.
Signed-off-by: Claire Murphy <claire.k.murphy@intel.com> Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
show more ...
|
#
43866bf7 |
| 18-Aug-2015 |
Ouyang Changchun <changchun.ouyang@intel.com> |
doc: fix vhost sample parameter
This commit removes the dev-index, so update the doc for this change:
Fixes: 17b8320a3e11 ("vhost: remove index parameter")
Signed-off-by: Changchun Ouyang <changch
doc: fix vhost sample parameter
This commit removes the dev-index, so update the doc for this change:
Fixes: 17b8320a3e11 ("vhost: remove index parameter")
Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
show more ...
|
#
4a22e6ee |
| 18-May-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: refactor figure numbers into references
This change adds automatic figure references to the docs. The figure numbers in the generated Html and PDF docs are now automatically numbered based on s
doc: refactor figure numbers into references
This change adds automatic figure references to the docs. The figure numbers in the generated Html and PDF docs are now automatically numbered based on section.
Requires Sphinx >= 1.3.1.
The patch makes the following changes.
* Changes image:: tag to figure:: and moves image caption to the figure.
* Adds captions to figures that didn't previously have any.
* Un-templates the |image-name| substitution definitions into explicit figure:: tags. They weren't used more than once anyway and Sphinx doesn't support them for figure.
* Adds a target to each image that didn't previously have one so that they can be cross-referenced.
* Renamed existing image target to match the image name for consistency.
* Replaces the Figures lists with automatic :numref: :ref: entries to generate automatic numbering and captions.
* Replaces "Figure" references with automatic :numref: references.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
fea1d908 |
| 24-Apr-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: fix spellings and typos
Fixed several typos and spelling errors in guide docs.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
|
#
016a07f3 |
| 08-Apr-2015 |
Igor Ryzhov <iryzhov@nfware.com> |
doc: fix vhost guide
Guide says that a configure parameter to choose between vhost cuse and vhost user will be introduced in the future, but it’s already added by commit 28a1ccca41bf.
Signed-off-by
doc: fix vhost guide
Guide says that a configure parameter to choose between vhost cuse and vhost user will be introduced in the future, but it’s already added by commit 28a1ccca41bf.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com> Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
show more ...
|
#
2ee98e69 |
| 31-Mar-2015 |
Thomas Monjalon <thomas.monjalon@6wind.com> |
mbuf: clean old refcnt option
CONFIG_RTE_MBUF_SCATTER_GATHER was renamed into CONFIG_RTE_MBUF_REFCNT by commit 62814bc2e923 and removed by commit 4769bc5a27cc. Some traces remain because of delayed
mbuf: clean old refcnt option
CONFIG_RTE_MBUF_SCATTER_GATHER was renamed into CONFIG_RTE_MBUF_REFCNT by commit 62814bc2e923 and removed by commit 4769bc5a27cc. Some traces remain because of delayed patches.
It can also be removed from doxygen config. It is now poisoned in rte_mbuf.h to warn any misuse.
Fixes: d0dff9ba445e ("doc: sample application user guide") Fixes: fc1f2750a3ec ("doc: programmers guide") Fixes: 4769bc5a27cc ("mbuf: remove build option to disable refcnt")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Acked-by: Olivier Matz <olivier.matz@6wind.com> Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
show more ...
|
#
c0f4d7a4 |
| 27-Mar-2015 |
Changchun Ouyang <changchun.ouyang@intel.com> |
doc: add common issues in vhost sample guide
Added some documentation on common issues for the vhost sample app and how to resolve them.
Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
doc: add common issues in vhost sample guide
Added some documentation on common issues for the vhost sample app and how to resolve them.
Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com> Signed-off-by: John McNamara <john.mcnamara@intel.com> Acked-by: Siobhan Butler <siobhan.a.butler@intel.com>
show more ...
|
#
9bc23cb8 |
| 11-Mar-2015 |
Huawei Xie <huawei.xie@intel.com> |
doc: add vhost-user to sample guide
add vhost user documentation fix some minor issues
Signed-off-by: Huawei Xie <huawei.xie@intel.com>
|
#
f904713a |
| 03-Mar-2015 |
Changchun Ouyang <changchun.ouyang@intel.com> |
doc: add new vlan option in vhost sample guide
see commit: e3d61d1609cb9b3ea851c7776bfbb60dcfe8844a.
Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com> Acked-by: Pablo de Lara <pablo.de.l
doc: add new vlan option in vhost sample guide
see commit: e3d61d1609cb9b3ea851c7776bfbb60dcfe8844a.
Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
#
ba9e05cb |
| 03-Feb-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: convert image extensions to wildcard
Changed all image.svg and image.png extensions to image.* This allows Sphinx to decide the appropriate image type from the available image options.
In case
doc: convert image extensions to wildcard
Changed all image.svg and image.png extensions to image.* This allows Sphinx to decide the appropriate image type from the available image options.
In case of PDF, SVG images are converted and Sphinx must pick the converted version.
Signed-off-by: John McNamara <john.mcnamara@intel.com> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|
#
e0c7c473 |
| 18-Dec-2014 |
Siobhan Butler <siobhan.a.butler@intel.com> |
doc: remove Intel references from sample apps guide
Removed redundant references to Intel(R) DPDK in Sample App UG.
Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com> Acked-by: Bernard Irem
doc: remove Intel references from sample apps guide
Removed redundant references to Intel(R) DPDK in Sample App UG.
Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|
#
d0dff9ba |
| 11-Nov-2014 |
Bernard Iremonger <bernard.iremonger@intel.com> |
doc: sample application user guide
The 1.7 DPDK_SampleApp_UG document in MSWord has been converted to rst format for use with Sphinx. There is an rst file for each chapter and an index.rst file whic
doc: sample application user guide
The 1.7 DPDK_SampleApp_UG document in MSWord has been converted to rst format for use with Sphinx. There is an rst file for each chapter and an index.rst file which contains the table of contents. The top level index file has been modified to include this guide.
This document contains some png image files. If any of thes png files are modified they should be replaced with an svg file.
This is the fifth document from a set of 6 documents.
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|