#
443b949e |
| 10-Nov-2023 |
David Marchand <david.marchand@redhat.com> |
doc: use ordered lists
Prefer automatically ordered lists by using #.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Dar
doc: use ordered lists
Prefer automatically ordered lists by using #.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
show more ...
|
#
e24b8ad4 |
| 15-Nov-2022 |
Stephen Hemminger <stephen@networkplumber.org> |
doc: avoid meson deprecation in setup
The command "meson build" causes a deprecation warning with meson 0.64.0.
WARNING: Running the setup command as `meson [options]` instead of `meson setup [
doc: avoid meson deprecation in setup
The command "meson build" causes a deprecation warning with meson 0.64.0.
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Therefore fix the examples in the documentation.
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Stanislaw Kardach <kda@semihalf.com>
show more ...
|
#
d2e65d43 |
| 21-Oct-2020 |
Ciara Power <ciara.power@intel.com> |
doc: remove references to make from platforms guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <ciara.power@intel.co
doc: remove references to make from platforms guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <ciara.power@intel.com> Signed-off-by: Harman Kalra <hkalra@marvell.com> Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
show more ...
|
#
218c4e68 |
| 06-Mar-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather t
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather than renaming the configs we can just duplicate the existing ones with the new names using symlinks, and use the new names exclusively internally. ["make showconfigs" also only shows the new names to keep the list short] The result is that backward compatibility is kept fully but any new builds or development can be done using the newer names, i.e. both "make config T=x86_64-native-linuxapp-gcc" and "T=x86_64-native-linux-gcc" work.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
474fd349 |
| 14-Nov-2018 |
Anoob Joseph <anoob.joseph@caviumnetworks.com> |
doc: update build steps for OCTEON TX
Updating platform doc with steps to build when using Cavium OCTEON TX SDK. SDK would be required for using crypto offload block.
Signed-off-by: Anoob Joseph <a
doc: update build steps for OCTEON TX
Updating platform doc with steps to build when using Cavium OCTEON TX SDK. SDK would be required for using crypto offload block.
Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>
show more ...
|
#
95a6b04f |
| 10-Oct-2018 |
Anoob Joseph <anoob.joseph@caviumnetworks.com> |
use registered name for OCTEON TX references
'OCTEON TX' is the registered name. All other usages need to be fixed.
Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com> Acked-by: Jerin Jac
use registered name for OCTEON TX references
'OCTEON TX' is the registered name. All other usages need to be fixed.
Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
show more ...
|
#
49781e37 |
| 20-Apr-2018 |
Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> |
doc: fix typos in OcteonTx guides
Fixes: 26cb0a72412f ("doc: add octeontx platform guide") Fixes: 48191dde6acf ("doc: add octeontx mempool guide") Cc: stable@dpdk.org
Signed-off-by: Pavan Nikhilesh
doc: fix typos in OcteonTx guides
Fixes: 26cb0a72412f ("doc: add octeontx platform guide") Fixes: 48191dde6acf ("doc: add octeontx mempool guide") Cc: stable@dpdk.org
Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
show more ...
|
#
a9263e3c |
| 08-Jan-2018 |
Jerin Jacob <jerin.jacob@caviumnetworks.com> |
doc: use SPDX tag for Cavium copyright files
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
|
#
48191dde |
| 07-Nov-2017 |
Santosh Shukla <santosh.shukla@caviumnetworks.com> |
doc: add octeontx mempool guide
This commit adds a section to the docs listing the mempool device PMDs available.
It then adds the octeontx fpavf mempool PMD to the listed mempool devices.
Signed-
doc: add octeontx mempool guide
This commit adds a section to the docs listing the mempool device PMDs available.
It then adds the octeontx fpavf mempool PMD to the listed mempool devices.
Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
26cb0a72 |
| 07-Nov-2017 |
Santosh Shukla <santosh.shukla@caviumnetworks.com> |
doc: add octeontx platform guide
This commit adds a section to the docs listing the platform guide for the PMDs.
It then adds the octeontx platform guide to the listed platform devices.
Patch also
doc: add octeontx platform guide
This commit adds a section to the docs listing the platform guide for the PMDs.
It then adds the octeontx platform guide to the listed platform devices.
Patch also removes platform specific duplicate setup information from eventdev/octeontx.rst, nics/octeontx.rst and update to plaform/octeontx.rst.
Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|