#
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 ...
|
#
885807ae |
| 13-Jun-2023 |
Stephen Hemminger <stephen@networkplumber.org> |
doc: fix description of maximum Rx queues per lcore option
Several commands have a -q option but the description in the documentation was unclear. It is the upper limit on the number of queues per l
doc: fix description of maximum Rx queues per lcore option
Several commands have a -q option but the description in the documentation was unclear. It is the upper limit on the number of queues per lcore.
Suggested-by: Vipin Varghese <vipin.varghese@intel.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
show more ...
|
#
cf0556f4 |
| 17-Jul-2024 |
Joel Kavanagh <joel.kavanagh@intel.com> |
doc: fix typo in l2fwd-crypto guide
This patch fixes a typo in the l2fwd-crypto documentation where the l2fwd-crypt was changed to l2fwd-crypto.
Fixes: 7cacb0565539 ("doc: add generic build instruc
doc: fix typo in l2fwd-crypto guide
This patch fixes a typo in the l2fwd-crypto documentation where the l2fwd-crypt was changed to l2fwd-crypto.
Fixes: 7cacb0565539 ("doc: add generic build instructions for sample apps") Cc: stable@dpdk.org
Signed-off-by: Joel Kavanagh <joel.kavanagh@intel.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
7fe84b0d |
| 01-Jun-2022 |
Jakub Poczatek <jakub.poczatek@intel.com> |
doc: fix grammar and parameters in l2fwd-crypto guide
Doc was updated with fixed grammar in most cases. These include adding periods to ends of sentences and capitalizing some words. Some instances
doc: fix grammar and parameters in l2fwd-crypto guide
Doc was updated with fixed grammar in most cases. These include adding periods to ends of sentences and capitalizing some words. Some instances of "a" were changed to "an". The option "-n 4" has also been removed from the example of running the application.
Fixes: ba7b86b1419 ("doc: add l2fwd-crypto sample app guide") Fixes: 2661f4fbe93 ("examples/l2fwd-crypto: add AEAD parameters") Fixes: 4790f99d2d3 ("examples/l2fwd-crypto: use cryptodev algorithm parser") Fixes: 5949e30dae6 ("doc: fix typo in l2fwd-crypto usage") Fixes: acf8616901b ("cryptodev: add auth IV") Fixes: b79e4c00af0 ("cryptodev: use AES-GCM/CCM as AEAD algorithms") Fixes: d2797f51cc6 ("examples/l2fwd-crypto: add cryptodev mask option") Fixes: e2a94f9ad3e ("doc: remove references to make from apps guide") Fixes: 10b9d471a6f ("doc: update minimum requirement of l2fwd-crypto") Fixes: 3cc28001a33 ("doc: fix typo in l2fwd-crypto guide") Cc: stable@dpdk.org
Signed-off-by: Jakub Poczatek <jakub.poczatek@intel.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
9a212dc0 |
| 16-Jul-2021 |
Conor Fogarty <conor.fogarty@intel.com> |
doc: use code snippets in sample app guides
Currently the sample app user guides use hard coded code snippets, this patch changes these to use literalinclude which will dynamically update the snippe
doc: use code snippets in sample app guides
Currently the sample app user guides use hard coded code snippets, this patch changes these to use literalinclude which will dynamically update the snippets as changes are made to the code. This was introduced in commit 413c75c33c40 ("doc: show how to include code in guides"). Comments within the sample apps were updated to accommodate this as part of this patch. This will help to ensure that the code within the sample app user guides is up to date and not out of sync with the actual code.
Signed-off-by: Conor Fogarty <conor.fogarty@intel.com> Signed-off-by: Conor Walsh <conor.walsh@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
dcf384b4 |
| 28-Jul-2021 |
Matan Azrad <matan@nvidia.com> |
examples/l2fwd-crypto: support cipher multiple data-unit
The support for multiple data-units includes the next: - Add a new command-line argument to provide the data-unit length. - Set the length in
examples/l2fwd-crypto: support cipher multiple data-unit
The support for multiple data-units includes the next: - Add a new command-line argument to provide the data-unit length. - Set the length in the cipher xform. - Validate device capabilities for this feature. - Pad the AES-XTS operation length to be aligned to the defined data-unit.
Signed-off-by: Matan Azrad <matan@nvidia.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
e2a94f9a |
| 21-Oct-2020 |
Ciara Power <ciara.power@intel.com> |
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that into consideration.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Nicolas Chautru <nicolas.chautru@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
show more ...
|
#
3cc28001 |
| 16-Oct-2019 |
Xiao Wang <xiao.w.wang@intel.com> |
doc: fix typo in l2fwd-crypto guide
Unmatched double quotation mark is fixed.
Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") Cc: stable@dpdk.org
Signed-off-by: Xiao Wang <xiao.w.wa
doc: fix typo in l2fwd-crypto guide
Unmatched double quotation mark is fixed.
Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") Cc: stable@dpdk.org
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.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 ...
|
#
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>
|
#
10b9d471 |
| 05-Feb-2018 |
Vipin Varghese <vipin.varghese@intel.com> |
doc: update minimum requirement of l2fwd-crypto
Added note section to update information for use cases working with multiple crypto devices.
Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
doc: update minimum requirement of l2fwd-crypto
Added note section to update information for use cases working with multiple crypto devices.
Signed-off-by: Vipin Varghese <vipin.varghese@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
#
7cacb056 |
| 25-Oct-2017 |
Herakliusz Lipiec <herakliusz.lipiec@intel.com> |
doc: add generic build instructions for sample apps
Moved duplicated, and occasionally outdated, doc sections from each of the sample app guides chapters to a common chapter at the start.
This redu
doc: add generic build instructions for sample apps
Moved duplicated, and occasionally outdated, doc sections from each of the sample app guides chapters to a common chapter at the start.
This reduces the duplication in the docs and provides a single point of reference for compiling the sample apps.
Signed-off-by: Herakliusz Lipiec <herakliusz.lipiec@intel.com> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
show more ...
|
#
9959fbd5 |
| 25-Jul-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: fix l2fwd-crypto sample code
L2fwd-crypto app was modified with various changes in its code. The application user guide contains some code snippets that needed to be updated.
Fixes: 2661f4fbe9
doc: fix l2fwd-crypto sample code
L2fwd-crypto app was modified with various changes in its code. The application user guide contains some code snippets that needed to be updated.
Fixes: 2661f4fbe93d ("examples/l2fwd-crypto: add AEAD parameters")
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
#
acdfecba |
| 19-Jul-2017 |
Kuba Kozak <kubax.kozak@intel.com> |
examples/l2fwd-crypto: add option to update MAC address
This patch adds a new option to enable/disable the MAC addresses updating done at forwarding time: --[no-]mac-updating
By default, MAC addres
examples/l2fwd-crypto: add option to update MAC address
This patch adds a new option to enable/disable the MAC addresses updating done at forwarding time: --[no-]mac-updating
By default, MAC address updating remains enabled, to keep consistency with previous usage.
Signed-off-by: Kuba Kozak <kubax.kozak@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
#
30883f3e |
| 07-Jul-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: use new crypto driver names
Crypto driver names were changed in 16.11, but some guides were still using the old ones (which are still valid, only kept for compatibility reasons).
To keep consi
doc: use new crypto driver names
Crypto driver names were changed in 16.11, but some guides were still using the old ones (which are still valid, only kept for compatibility reasons).
To keep consistency and avoid confusion, all guides should be using the same driver names.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
#
b79e4c00 |
| 02-Jul-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
cryptodev: use AES-GCM/CCM as AEAD algorithms
Now that all the structures/functions for AEAD algorithms are in place, migrate the two supported algorithms AES-GCM and AES-CCM to these, instead of us
cryptodev: use AES-GCM/CCM as AEAD algorithms
Now that all the structures/functions for AEAD algorithms are in place, migrate the two supported algorithms AES-GCM and AES-CCM to these, instead of using cipher and authentication parameters.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
2661f4fb |
| 02-Jul-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
examples/l2fwd-crypto: add AEAD parameters
Since there is a new operation type (AEAD), add parameters for this in the application.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acke
examples/l2fwd-crypto: add AEAD parameters
Since there is a new operation type (AEAD), add parameters for this in the application.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
acf86169 |
| 02-Jul-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
cryptodev: add auth IV
Authentication algorithms, such as AES-GMAC or the wireless algorithms (like SNOW3G) use IV, like cipher algorithms. So far, AES-GMAC has used the IV from the cipher structure
cryptodev: add auth IV
Authentication algorithms, such as AES-GMAC or the wireless algorithms (like SNOW3G) use IV, like cipher algorithms. So far, AES-GMAC has used the IV from the cipher structure, and the wireless algorithms have used the AAD field, which is not technically correct.
Therefore, authentication IV parameters have been added, so API is more correct. Like cipher IV, auth IV is expected to be copied after the crypto operation.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
5949e30d |
| 22-Jun-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: fix typo in l2fwd-crypto usage
Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Fiona
doc: fix typo in l2fwd-crypto usage
Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
d2797f51 |
| 18-Apr-2017 |
Fan Zhang <roy.fan.zhang@intel.com> |
examples/l2fwd-crypto: add cryptodev mask option
Previously, l2fwd-crypto application did not give user the flexibility to decide which crypto device(s) will be used.
In this patch, a new cryptodev
examples/l2fwd-crypto: add cryptodev mask option
Previously, l2fwd-crypto application did not give user the flexibility to decide which crypto device(s) will be used.
In this patch, a new cryptodev_mask option is added to the application. Same as portmask, the cryptodev_mask avails the user to mask out the unwanted crypto devices in the system.
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
show more ...
|
#
4790f99d |
| 27-Feb-2017 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
examples/l2fwd-crypto: use cryptodev algorithm parser
L2fwd-crypto app was creating an array of strings for the supported algorithms, which was different from the strings that are now in cryptodev.
examples/l2fwd-crypto: use cryptodev algorithm parser
L2fwd-crypto app was creating an array of strings for the supported algorithms, which was different from the strings that are now in cryptodev.
Use the new API in cryptodev to parse the string from the user, to get the algorithm enum, instead, so it is not necessary to add a new supported algorithm in the cryptodev library and this app.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
#
35b09d76 |
| 27-Feb-2017 |
Keith Wiles <keith.wiles@intel.com> |
doc: use corelist instead of coremask
The coremask option in DPDK is difficult to use and we should be promoting the use of the corelist (-l) option. The patch adjusts the docs to use -l EAL option
doc: use corelist instead of coremask
The coremask option in DPDK is difficult to use and we should be promoting the use of the corelist (-l) option. The patch adjusts the docs to use -l EAL option instead of the -c option.
The patch only changes the docs and not the code as the -c option will continue to exist unless it is removed in the future. The -c option should be kept to maintain backward compatibility.
Signed-off-by: Keith Wiles <keith.wiles@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
5c1824f6 |
| 25-May-2016 |
Fan Zhang <roy.fan.zhang@intel.com> |
doc: fix l2fwd-crypto sample command
Corrected a typo in application name.
Corrected authentication algorithm to fit the sample 16-byte authentication key.
Fixes: ba7b86b1 ("doc: add l2fwd-crypto
doc: fix l2fwd-crypto sample command
Corrected a typo in application name.
Corrected authentication algorithm to fit the sample 16-byte authentication key.
Fixes: ba7b86b1 ("doc: add l2fwd-crypto sample app guide")
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
show more ...
|
#
8d257235 |
| 07-Apr-2016 |
John McNamara <john.mcnamara@intel.com> |
doc: fix spellings
Fix some spelling errors and typos.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
|
#
ba7b86b1 |
| 07-Apr-2016 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: add l2fwd-crypto sample app guide
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com>
|