|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1, v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2 |
|
| #
8809f78c |
| 03-Nov-2020 |
Bruce Richardson <[email protected]> |
doc: fix driver names
Since the built driver filenames have changed in DPDK 20.11, we need to update the driver doc to match.
Most drivers start their section with the driver filename highlighted i
doc: fix driver names
Since the built driver filenames have changed in DPDK 20.11, we need to update the driver doc to match.
Most drivers start their section with the driver filename highlighted in bold, while a number were missing the highlight. When updating the names, add the markers for bold text to any missing it, so as to have things more consistent.
Fixes: a20b2c01a7a1 ("build: standardize component names and defines")
Signed-off-by: Bruce Richardson <[email protected]> Reviewed-by: David Marchand <[email protected]> Reviewed-by: Rosen Xu <[email protected]> Acked-by: Ajit Khaparde <[email protected]>
show more ...
|
| #
fd5f9fb9 |
| 21-Oct-2020 |
Ciara Power <[email protected]> |
doc: remove references to make from cryptodevs guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <[email protected]
doc: remove references to make from cryptodevs guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <[email protected]> Reviewed-by: Kevin Laatz <[email protected]> Reviewed-by: Ruifeng Wang <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
|
Revision tags: v20.11-rc1, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1, v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1, 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, v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1, v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1, 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, v18.05-rc2, v18.05-rc1, v18.02, v18.02-rc4, v18.02-rc3 |
|
| #
5630257f |
| 01-Feb-2018 |
Ferruh Yigit <[email protected]> |
doc: convert Intel license headers to SPDX tags
Signed-off-by: Ferruh Yigit <[email protected]> Acked-by: Bruce Richardson <[email protected]>
|
|
Revision tags: v18.02-rc2, v18.02-rc1, v17.11, v17.11-rc4, v17.11-rc3, v17.11-rc2, v17.11-rc1, v17.08, v17.08-rc4, v17.08-rc3 |
|
| #
fda78c51 |
| 26-Jul-2017 |
Pablo de Lara <[email protected]> |
doc: complete crypto sample command line
Documentation of some virtual crypto PMDs have a sample command line to show how to initialize the device on a specific application, L2fwd-crypto.
This was
doc: complete crypto sample command line
Documentation of some virtual crypto PMDs have a sample command line to show how to initialize the device on a specific application, L2fwd-crypto.
This was meant to be used as a reference, but these lines themselves do not work, as the sample application used required more parameters, which are added in this commit to have a fully functional example.
Signed-off-by: Pablo de Lara <[email protected]> Acked-by: John McNamara <[email protected]>
show more ...
|
|
Revision tags: v17.08-rc2, v17.08-rc1, v17.05, v17.05-rc4 |
|
| #
2f6fec53 |
| 04-May-2017 |
Thomas Monjalon <[email protected]> |
vdev: remove eal prefix
The VDEV code will move to the bus drivers directory. Rename functions from rte_eal_vdev_ to rte_vdev_ to prepare the move of the driver out of EAL.
The prefix rte_eal_vdrv_
vdev: remove eal prefix
The VDEV code will move to the bus drivers directory. Rename functions from rte_eal_vdev_ to rte_vdev_ to prepare the move of the driver out of EAL.
The prefix rte_eal_vdrv_ is also renamed to rte_vdev_. It was used for registration of vdev drivers.
Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: Stephen Hemminger <[email protected]>
show more ...
|
|
Revision tags: v17.05-rc3, v17.05-rc2, v17.05-rc1 |
|
| #
35b09d76 |
| 27-Feb-2017 |
Keith Wiles <[email protected]> |
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 <[email protected]> Acked-by: John McNamara <[email protected]>
show more ...
|
|
Revision tags: v17.02, v17.02-rc3, v17.02-rc2, v17.02-rc1, v16.11, v16.11-rc3, v16.11-rc2, v16.11-rc1 |
|
| #
2f45703c |
| 24-Aug-2016 |
Pablo de Lara <[email protected]> |
drivers: make driver names consistent
As discussed in the past release, driver names are modified to be more consistent, and the future driver should follow this new convention.
Driver names consis
drivers: make driver names consistent
As discussed in the past release, driver names are modified to be more consistent, and the future driver should follow this new convention.
Driver names consist of: "driver category"_"driver folder name"_"optional extra name".
For example: - Crypto null driver -> "crypto_null" - Network IXGBE VF driver -> "net_ixgbe_vf"
Signed-off-by: Pablo de Lara <[email protected]>
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 |
|
| #
b7d65109 |
| 04-Apr-2016 |
Pablo de Lara <[email protected]> |
doc: add initialization section for crypto vdevs
Explain how to create/initialize virtual crypto PMDs, through command line and within an application.
Signed-off-by: Pablo de Lara <pablo.de.lara.gu
doc: add initialization section for crypto vdevs
Explain how to create/initialize virtual crypto PMDs, through command line and within an application.
Signed-off-by: Pablo de Lara <[email protected]>
show more ...
|
| #
57cfab87 |
| 04-Apr-2016 |
Pablo de Lara <[email protected]> |
doc: fix typos in crypto titles
Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations") Fixes: 94b0ad8e0aa5 ("null_crypto: add driver for null crypto operations")
Signed-off-by:
doc: fix typos in crypto titles
Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations") Fixes: 94b0ad8e0aa5 ("null_crypto: add driver for null crypto operations")
Signed-off-by: Pablo de Lara <[email protected]>
show more ...
|
|
Revision tags: v16.04-rc3, v16.04-rc2, v16.04-rc1 |
|
| #
94b0ad8e |
| 11-Mar-2016 |
Declan Doherty <[email protected]> |
null_crypto: add driver for null crypto operations
This patch provides the implementation of a NULL crypto PMD, which supports NULL cipher and NULL authentication operations, which can be chained to
null_crypto: add driver for null crypto operations
This patch provides the implementation of a NULL crypto PMD, which supports NULL cipher and NULL authentication operations, which can be chained together as follows:
- Authentication Only - Cipher Only - Authentication then Cipher - Cipher then Authentication
As this is a NULL operation device the crypto operations which are submitted for processing are not actually modified and are stored in a queue pairs processed packets ring ready for collection when rte_cryptodev_burst_dequeue() is called.
The patch also contains the related unit tests function to test the PMDs supported operations.
Signed-off-by: Declan Doherty <[email protected]> Acked-by: Deepak Kumar Jain <[email protected]>
show more ...
|