#
8750576f |
| 14-Oct-2024 |
Nandini Persad <nandinipersad361@gmail.com> |
doc: reword some sample app guides
I have reviewed these sections for grammar/clarity and made small modifications to the formatting of sections to adhere to a template which will create uniformalit
doc: reword some sample app guides
I have reviewed these sections for grammar/clarity and made small modifications to the formatting of sections to adhere to a template which will create uniformality in the sample application user guides overall.
Signed-off-by: Nandini Persad <nandinipersad361@gmail.com> Acked-by: Chengwen Feng <fengchengwen@huawei.com>
show more ...
|
#
b8d1d60f |
| 14-Jun-2024 |
Stephen Hemminger <stephen@networkplumber.org> |
examples/ptp: replace terms master and slave
Remove one of the few remaining uses of master/slave.
The IEEE 1588 standard has been updated to remove the use of master-slave terminology. Change the
examples/ptp: replace terms master and slave
Remove one of the few remaining uses of master/slave.
The IEEE 1588 standard has been updated to remove the use of master-slave terminology. Change the sample to Use the terms recommended by IEEE 1588g-2022 amendment.
In place of the term “master”, use the term “timeTransmitter”. In place of the term “slave”, use the term “timeReceiver”.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
bb4141db |
| 26-Oct-2021 |
Kevin Laatz <kevin.laatz@intel.com> |
examples/dma: rename ioat application example
Since the APIs have been updated from rawdev to dmadev, the application should also be renamed to match. This patch also includes the documentation upda
examples/dma: rename ioat application example
Since the APIs have been updated from rawdev to dmadev, the application should also be renamed to match. This patch also includes the documentation updates for the renaming.
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> Reviewed-by: Conor Walsh <conor.walsh@intel.com>
show more ...
|
#
cafe1242 |
| 11-Apr-2020 |
Nithin Dabilpuram <ndabilpuram@marvell.com> |
doc: add l3fwd-graph application user guide
Adding the user guide for l3fwd graph application.
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
|
#
14d7ea25 |
| 30-Oct-2019 |
Sunil Kumar Kori <skori@marvell.com> |
doc: add application usage guide for l2fwd-event
Add documentation for l2fwd-event example. Update release notes.
Signed-off-by: Sunil Kumar Kori <skori@marvell.com> Acked-by: Nipun Gupta <nipun.gu
doc: add application usage guide for l2fwd-event
Add documentation for l2fwd-event example. Update release notes.
Signed-off-by: Sunil Kumar Kori <skori@marvell.com> Acked-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Jerin Jacob <jerinj@marvell.com>
show more ...
|
#
c41c100b |
| 24-Oct-2019 |
Dekel Peled <dekelp@mellanox.com> |
doc: fix description of links to EAL options pages
Documentation includes separate pages of EAL command-line options for Linux and for FreeBSD. Links to these pages use the same text 'EAL parameters
doc: fix description of links to EAL options pages
Documentation includes separate pages of EAL command-line options for Linux and for FreeBSD. Links to these pages use the same text 'EAL parameters', so it is not clear which link to use for which environment.
This patch adds the text '(Linux)' and '(FreeBSD)' where relevant, to clearly identify the links.
Fixes: 3ee567cfec37 ("doc: document all EAL parameters in one place") Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
show more ...
|
#
8301b047 |
| 07-Oct-2019 |
Marcin Baran <marcinx.baran@intel.com> |
doc: add IOAT sample app guide
Added guide for IOAT sample app usage and code description.
Signed-off-by: Marcin Baran <marcinx.baran@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.c
doc: add IOAT sample app guide
Added guide for IOAT sample app usage and code description.
Signed-off-by: Marcin Baran <marcinx.baran@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
7eb115c0 |
| 25-Oct-2019 |
Ciara Power <ciara.power@intel.com> |
doc: remove unnecessary sample app guide table
The table of examples in the sample application guide is now removed, as it was unnecessary and difficult to update when adding/removing examples.
Sig
doc: remove unnecessary sample app guide table
The table of examples in the sample application guide is now removed, as it was unnecessary and difficult to update when adding/removing examples.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
d629b7b5 |
| 26-Apr-2019 |
John McNamara <john.mcnamara@intel.com> |
doc: fix spelling reported by aspell in guides
Fix spelling errors in the guide docs.
Signed-off-by: John McNamara <john.mcnamara@intel.com> Acked-by: Rami Rosen <ramirose@gmail.com>
|
#
3ee567cf |
| 19-Nov-2018 |
Anatoly Burakov <anatoly.burakov@intel.com> |
doc: document all EAL parameters in one place
Currently, the most complete (but still incomplete) user guide for EAL command-line parameters resides in user guide for testpmd. This is wrong on multi
doc: document all EAL parameters in one place
Currently, the most complete (but still incomplete) user guide for EAL command-line parameters resides in user guide for testpmd. This is wrong on multiple levels, and should not be the case.
To fix it, we have to create a document that lists all supported EAL command-line arguments. However, because different platforms support different subsets of available EAL parameters, instead of creating a single file, we will create a common file in doc/guides/common containing documentation for EAL parameters that are supported on all of our supported platforms (Linux and FreeBSD at the time of this writing).
We will then include this document in the Getting Started guides for all supported platforms, so that any changes made to documentation for commonly supported EAL parameters will be reflected in Getting Started guides for all platforms.
This patch also removes EAL parameters documentation from the testpmd user guide, and instead adds references to the newly created documents in both testpmd user guides and in sample applications guide.
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com> Reviewed-by: Rami Rosen <roszenrami@gmail.com>
show more ...
|
#
5630257f |
| 01-Feb-2018 |
Ferruh Yigit <ferruh.yigit@intel.com> |
doc: convert Intel license headers to SPDX tags
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
|
#
bef33b0a |
| 25-Oct-2017 |
Marko Kovacevic <marko.kovacevic@intel.com> |
doc: add new introduction to sample app guides
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com> Acked-by: John McNamara <john.mcna
doc: add new introduction to sample app guides
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com> Acked-by: John McNamara <john.mcnamara@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 ...
|