|
Revision tags: v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2, v19.11-rc1, v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1 |
|
| #
317a138c |
| 22-May-2019 |
Thomas Monjalon <thomas@monjalon.net> |
doc: clean PDF config
Some font options do not look necessary.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: John McNamara <john.mcnamara@intel.com>
|
| #
f98f4fb2 |
| 22-May-2019 |
Thomas Monjalon <thomas@monjalon.net> |
doc: fix PDF with greek letter
For an unknown reason, the sign "μ" is not accepted by some environments, probably due to the version of some Latex packages or dependencies.
! Package inputenc Erro
doc: fix PDF with greek letter
For an unknown reason, the sign "μ" is not accepted by some environments, probably due to the version of some Latex packages or dependencies.
! Package inputenc Error: Unicode character μ (U+03BC) (inputenc) not set up for use with LaTeX.
It is fixed by installing texlive-langgreek.
Fixes: d0dff9ba445e ("doc: sample application user guide") Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
| #
1f7203d6 |
| 22-May-2019 |
Thomas Monjalon <thomas@monjalon.net> |
doc: robustify PDF build
In some environment like the current dpdk.org server, there can be some errors due to symbols in titles, as it was the case before this commit in DPDK 18.05: commit 551d1489
doc: robustify PDF build
In some environment like the current dpdk.org server, there can be some errors due to symbols in titles, as it was the case before this commit in DPDK 18.05: commit 551d148944dc ("doc: remove flow API migration section")
! LaTeX Error: Bad math environment delimiter.
It can be avoided thanks to the Latex command \robustify.
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
|
Revision tags: v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1 |
|
| #
7df9d02e |
| 03-Apr-2019 |
Fiona Trahe <fiona.trahe@intel.com> |
doc: fix missing asymmetric crypto table
Fixes: 11e5ba72cf67 ("doc: add crypto asymmetric feature list") Cc: stable@dpdk.org
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Akhil Goyal
doc: fix missing asymmetric crypto table
Fixes: 11e5ba72cf67 ("doc: add crypto asymmetric feature list") Cc: stable@dpdk.org
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
|
Revision tags: v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1 |
|
| #
430b35de |
| 05-Dec-2018 |
Luca Boccassi <bluca@debian.org> |
doc: fix garbage text in generated HTML guides
If the user has MAKEFLAGS set in the environment when building the documentation, the doc/guides/conf.py script which calls "make" exclusively to get t
doc: fix garbage text in generated HTML guides
If the user has MAKEFLAGS set in the environment when building the documentation, the doc/guides/conf.py script which calls "make" exclusively to get the project version might pick up garbage from stdout, like:
<title>FAQ — Data Plane Development Kit make[2]: Entering directory '/build/1st/dpdk-18.11/doc/guides' 18.11.0 make[2]: Leaving directory '/build/1st/dpdk-18.11' documentation</title>
Override MAKEFLAGS in the Python subprocess call to avoid this issue.
Fixes: f7aaae2fe6f7 ("doc: add copyright and version") Cc: stable@dpdk.org
Signed-off-by: Luca Boccassi <bluca@debian.org>
show more ...
|
|
Revision tags: v18.11, v18.11-rc5, v18.11-rc4, v18.11-rc3, v18.11-rc2, v18.11-rc1, v18.08, v18.08-rc3, v18.08-rc2, v18.08-rc1, v18.05, v18.05-rc6, v18.05-rc5, v18.05-rc4, v18.05-rc3 |
|
| #
5a441543 |
| 09-May-2018 |
Lee Daly <lee.daly@intel.com> |
doc: add compression driver and ISA-L PMD guides
This adds general compression drivers feature guide as well as the ISA-L PMD documentation and guide.
Signed-off-by: Lee Daly <lee.daly@intel.com> R
doc: add compression driver and ISA-L PMD guides
This adds general compression drivers feature guide as well as the ISA-L PMD documentation and guide.
Signed-off-by: Lee Daly <lee.daly@intel.com> Reviewed-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
|
Revision tags: v18.05-rc2, v18.05-rc1 |
|
| #
48595b8d |
| 20-Feb-2018 |
Thomas Monjalon <thomas@monjalon.net> |
doc: adapt features tables header height
The length of the longest header name is used to adjust the padding of the header row automatically, instead of fixed length. The previous length (10) was to
doc: adapt features tables header height
The length of the longest header name is used to adjust the padding of the header row automatically, instead of fixed length. The previous length (10) was too short for vdev_netvsc.
Fixes: 6086ab3bb3d2 ("net/vdev_netvsc: introduce Hyper-V platform driver") Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
| #
18b884e9 |
| 20-Feb-2018 |
Thomas Monjalon <thomas@monjalon.net> |
doc: reduce features tables column width
The font size of the header row is reduced in order to shrink the column size of the tables. It is required for the NICs features table which is too large to
doc: reduce features tables column width
The font size of the header row is reduced in order to shrink the column size of the tables. It is required for the NICs features table which is too large to fit in the page width.
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
|
Revision tags: v18.02 |
|
| #
f41989c8 |
| 12-Feb-2018 |
Thomas Monjalon <thomas@monjalon.net> |
doc: improve HTML spacing in release notes
Vertical spacing is lower before an item title than after. So the items with paragraphs are not well separated.
A custom CSS is added to override the rtd
doc: improve HTML spacing in release notes
Vertical spacing is lower before an item title than after. So the items with paragraphs are not well separated.
A custom CSS is added to override the rtd theme.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
|
Revision tags: v18.02-rc4, v18.02-rc3, v18.02-rc2, v18.02-rc1 |
|
| #
00d2970b |
| 19-Dec-2017 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: use SPDX tag for Intel copyright file
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
|
|
Revision tags: v17.11, v17.11-rc4, v17.11-rc3 |
|
| #
9a5a5405 |
| 06-Nov-2017 |
Thomas Monjalon <thomas@monjalon.net> |
doc: adjust column width of PMD overview tables
The net PMD overview table is big and required to be shrunk. The crypto PMD tables had variable column sizes: the latest columns were smaller.
The mi
doc: adjust column width of PMD overview tables
The net PMD overview table is big and required to be shrunk. The crypto PMD tables had variable column sizes: the latest columns were smaller.
The minimum width is set to 0.9em without any forced padding. The maximum width is set to 2em. The width of the first column set by sphinx is overridden to 0 for full elasticity.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
|
Revision tags: v17.11-rc2, v17.11-rc1, v17.08, v17.08-rc4, v17.08-rc3, v17.08-rc2, v17.08-rc1 |
|
| #
46562be6 |
| 23-Jun-2017 |
John McNamara <john.mcnamara@intel.com> |
doc: import sphinx rtd theme when available
The ReadTheDocs theme is no longer available by default in Sphinx versions >= 1.3.1 and if it isn't available then an exception is raised. This patch impo
doc: import sphinx rtd theme when available
The ReadTheDocs theme is no longer available by default in Sphinx versions >= 1.3.1 and if it isn't available then an exception is raised. This patch imports the ReadTheDocs theme when it is available and warns but proceeds when it isn't.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
|
Revision tags: v17.05, v17.05-rc4 |
|
| #
8a441eb9 |
| 04-May-2017 |
Thomas Monjalon <thomas@monjalon.net> |
doc: factorize overview table CSS
There were several tables in NIC and crypto guides with the same copy-pasted CSS addition. It is moved into one unique place: conf.py.
Signed-off-by: Thomas Monjal
doc: factorize overview table CSS
There were several tables in NIC and crypto guides with the same copy-pasted CSS addition. It is moved into one unique place: conf.py.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
|
Revision tags: v17.05-rc3, v17.05-rc2 |
|
| #
8bc74683 |
| 19-Apr-2017 |
Thomas Monjalon <thomas@monjalon.net> |
doc: fix sphinx warning
Seen with recent version of sphinx: WARNING: latex_preamble conflicts with latex_elements['preamble'], ignored.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Tested-b
doc: fix sphinx warning
Seen with recent version of sphinx: WARNING: latex_preamble conflicts with latex_elements['preamble'], ignored.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
show more ...
|
|
Revision tags: v17.05-rc1 |
|
| #
807418f2 |
| 23-Mar-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: reformat crypto drivers overview
Follow the approach in the network devices overview, for the feature matrix, so it improves readibility and maintainability.
Signed-off-by: Pablo de Lara <pabl
doc: reformat crypto drivers overview
Follow the approach in the network devices overview, for the feature matrix, so it improves readibility and maintainability.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
| #
44a718c4 |
| 24-Mar-2017 |
Billy McFall <bmcfall@redhat.com> |
ethdev: add API to free consumed buffers in Tx ring
Add a new API to force free consumed buffers on Tx ring. API will return the number of packets freed (0-n) or error code if feature not supported
ethdev: add API to free consumed buffers in Tx ring
Add a new API to force free consumed buffers on Tx ring. API will return the number of packets freed (0-n) or error code if feature not supported (-ENOTSUP) or input invalid (-ENODEV).
Signed-off-by: Billy McFall <bmcfall@redhat.com> Acked-by: Keith Wiles <keith.wiles@intel.com>
show more ...
|
|
Revision tags: v17.02, v17.02-rc3, v17.02-rc2, v17.02-rc1 |
|
| #
be05eb44 |
| 21-Dec-2016 |
John McNamara <john.mcnamara@intel.com> |
make python scripts PEP8 compliant
Make all DPDK python application compliant with the PEP8 standard to allow for consistency checking of patches and to allow further refactoring.
Signed-off-by: Jo
make python scripts PEP8 compliant
Make all DPDK python application compliant with the PEP8 standard to allow for consistency checking of patches and to allow further refactoring.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
| #
ed239ecd |
| 04-Dec-2016 |
John McNamara <john.mcnamara@intel.com> |
doc: fix relative path of NIC table input file
Fix relative path between sphinx conf.py file and Nic table file to allow automatic build on ReadTheDocs.
Fixes: 9db3f52126fb ("doc: generate NIC over
doc: fix relative path of NIC table input file
Fix relative path between sphinx conf.py file and Nic table file to allow automatic build on ReadTheDocs.
Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files")
Signed-off-by: John McNamara <john.mcnamara@intel.com> Tested-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
|
Revision tags: v16.11, v16.11-rc3, v16.11-rc2, v16.11-rc1 |
|
| #
9d3ad924 |
| 31-Aug-2016 |
Christian Ehrhardt <christian.ehrhardt@canonical.com> |
doc: add basic guide for devbind
This summarizes the "how to call dpdk-devbind" in one place to be picked up by html/pdf/man-page docs.
That knowledge was available before but spread in various doc
doc: add basic guide for devbind
This summarizes the "how to call dpdk-devbind" in one place to be picked up by html/pdf/man-page docs.
That knowledge was available before but spread in various docs along examples (which are great and have to be kept) as well as in the --usage/--help option of the tool itself.
As a root only program in sbin it should belong to section 8 "8 System administration commands (usually only for root)"
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Acked-by: Luca Boccassi <lboccass@brocade.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
| #
8afe8267 |
| 31-Aug-2016 |
Christian Ehrhardt <christian.ehrhardt@canonical.com> |
doc: add basic guide for pmdinfo
This summarizes the "how to call dpdk-pmdinfo" in one place to be picked up by html/pdf/man-page docs.
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonic
doc: add basic guide for pmdinfo
This summarizes the "how to call dpdk-pmdinfo" in one place to be picked up by html/pdf/man-page docs.
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Acked-by: Luca Boccassi <lboccass@brocade.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
| #
576de42b |
| 31-Aug-2016 |
Christian Ehrhardt <christian.ehrhardt@canonical.com> |
doc: render and install man pages
This enables the rendering of rst into man pages as well as installing them (if built) along the binaries. To do so there is a new make target "doc-guides-man" whic
doc: render and install man pages
This enables the rendering of rst into man pages as well as installing them (if built) along the binaries. To do so there is a new make target "doc-guides-man" which will render the rst files into man format.
Currently these three tools had docs that were compatible "enough" to make up for a reasonable manpage. - testpmd - dpdk-pdump - dpdk-procinfo
Since a man page should be installed along the binary they are not installed in install-doc but install-runtime insteade. If not explicitly built by the "doc-guides-man" target before calling install-runtime there is no change to the old behaviour.
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Acked-by: Luca Boccassi <lboccass@brocade.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
| #
9db3f521 |
| 29-Jul-2016 |
John McNamara <john.mcnamara@intel.com> |
doc: generate NIC overview table from ini files
Convert the NIC feature table in the overview doc into a set of ini files and add functions into the Sphinx conf.py file to auto-generate them back in
doc: generate NIC overview table from ini files
Convert the NIC feature table in the overview doc into a set of ini files and add functions into the Sphinx conf.py file to auto-generate them back into an RST table.
The reason for doing this is to make it easier for PMD maintainers to update the feature matrix that makes up the table and to avoid frequent and hard to resolve conflicts in doc/guides/nics/overview.rst.
A NIC/PMD feature matrix is now an ini file like the following:
$ head doc/guides/nics/nic_features/i40e.ini ; ; Features of the i40e network driver. ; [Features] Link status = Y Link status event = Y Rx interrupt = Y Queue start/stop = Y ...
The output RST table matches the existing table with the column headers sorted.
Signed-off-by: John McNamara <john.mcnamara@intel.com> Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
show more ...
|
|
Revision tags: v16.07, v16.07-rc5, v16.07-rc4, v16.07-rc3, v16.07-rc2, v16.07-rc1, v16.04, v16.04-rc4, v16.04-rc3, v16.04-rc2, v16.04-rc1 |
|
| #
ff82e08a |
| 15-Jan-2016 |
John McNamara <john.mcnamara@intel.com> |
doc: fix navigation levels in html sidebar of guides
Fix issue where the navigation levels weren't displayed in the html sidebar with the new read_the_docs theme.
This was due to the :titlesonly: d
doc: fix navigation levels in html sidebar of guides
Fix issue where the navigation levels weren't displayed in the html sidebar with the new read_the_docs theme.
This was due to the :titlesonly: directive in the high level index.rst and also due to a stray newline in the parsed version number.
Reported-by: Matthew Hall <mhall@mhcomputing.net> Signed-off-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
|
Revision tags: v2.2.0, v2.2.0-rc4, v2.2.0-rc3, v2.2.0-rc2, v2.2.0-rc1 |
|
| #
4557f45f |
| 01-Nov-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: change theme of guides
Change the Sphinx default theme from "alabaster" to the ReadTheDocs theme. See for example: http://dpdk.readthedocs.org/en/latest/
This looks better for technical do
doc: change theme of guides
Change the Sphinx default theme from "alabaster" to the ReadTheDocs theme. See for example: http://dpdk.readthedocs.org/en/latest/
This looks better for technical documentation and in particular it has a 80 char wide verbatim block rendering.
Also add logos for the html and latex docs.
Signed-off-by: John McNamara <john.mcnamara@intel.com> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
show more ...
|
| #
bc00fecf |
| 01-Nov-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: remove dejavu font requirement
Remove requirement for occasionally hard to find/install DejaVuSansMono font. It isn't gnerally required anyway. The default mono font is sufficient.
Signed-off-
doc: remove dejavu font requirement
Remove requirement for occasionally hard to find/install DejaVuSansMono font. It isn't gnerally required anyway. The default mono font is sufficient.
Signed-off-by: John McNamara <john.mcnamara@intel.com> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
show more ...
|