|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1 |
|
| #
06c047b6 |
| 09-Feb-2022 |
Stephen Hemminger <[email protected]> |
remove unnecessary null checks
Functions like free, rte_free, and rte_mempool_free already handle NULL pointer so the checks here are not necessary.
Remove redundant NULL pointer checks before free
remove unnecessary null checks
Functions like free, rte_free, and rte_mempool_free already handle NULL pointer so the checks here are not necessary.
Remove redundant NULL pointer checks before free functions found by nullfree.cocci
Signed-off-by: Stephen Hemminger <[email protected]>
show more ...
|
|
Revision tags: v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1 |
|
| #
74645f64 |
| 10-Aug-2021 |
Akhil Goyal <[email protected]> |
examples/fips_validation: remove illegal usage of API
Some of the cryptodev APIs are not allowed to be used by application directly. Hence removing the usage of 1. queue_pair_release: it is not requ
examples/fips_validation: remove illegal usage of API
Some of the cryptodev APIs are not allowed to be used by application directly. Hence removing the usage of 1. queue_pair_release: it is not required, as configure of queue pair release the previous queue pairs and the dev is not directly exposed to application, hence cannot use its ops from app. 2. rte_cryptodev_stop: it can be used directly without checking if the device is started or not. 3. rte_cryptodev_pmd_destroy: application should use rte_cryptodev_close instead.
Signed-off-by: Akhil Goyal <[email protected]> Acked-by: Matan Azrad <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
show more ...
|
|
Revision tags: 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, 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 |
|
| #
c9030ae3 |
| 25-Jun-2019 |
Anoob Joseph <[email protected]> |
cryptodev: add feature flags to disable
Adding a new field, ff_disable, to allow applications to control the features enabled on the crypto device. This would allow for efficient usage of HW/SW offl
cryptodev: add feature flags to disable
Adding a new field, ff_disable, to allow applications to control the features enabled on the crypto device. This would allow for efficient usage of HW/SW offloads.
Signed-off-by: Anoob Joseph <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| #
6da6a83e |
| 15-May-2019 |
Fan Zhang <[email protected]> |
examples/fips_validation: fix logically dead code
Coverity issue: 336866, 336841, 336838 Fixes: 41d561cbdd24 ("examples/fips_validation: add power on self test") Cc: [email protected]
Signed-off-by:
examples/fips_validation: fix logically dead code
Coverity issue: 336866, 336841, 336838 Fixes: 41d561cbdd24 ("examples/fips_validation: add power on self test") Cc: [email protected]
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Marko Kovacevic <[email protected]>
show more ...
|
|
Revision tags: v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1, v19.02, v19.02-rc4, v19.02-rc3 |
|
| #
26e28801 |
| 18-Jan-2019 |
Fan Zhang <[email protected]> |
examples/fips_validation: fix physical address
This patch fixes the missed digest and aad data physical addresses filling to crypto operations in fips_validation sample application.
Fixes: 41d561cb
examples/fips_validation: fix physical address
This patch fixes the missed digest and aad data physical addresses filling to crypto operations in fips_validation sample application.
Fixes: 41d561cbdd24 ("examples/fips_validation: add power on self test")
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Marko Kovacevic <[email protected]>
show more ...
|
| #
19f4fa70 |
| 15-Jan-2019 |
Fan Zhang <[email protected]> |
examples/fips_validation: fix session private mempool
This patch fixes the incorrect session private mempool passing to cryptodev.
Fixes: 41d561cbdd24 ("examples/fips_validation: add power on self
examples/fips_validation: fix session private mempool
This patch fixes the incorrect session private mempool passing to cryptodev.
Fixes: 41d561cbdd24 ("examples/fips_validation: add power on self test")
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Pablo de Lara <[email protected]>
show more ...
|
|
Revision tags: v19.02-rc2, v19.02-rc1 |
|
| #
41d561cb |
| 19-Dec-2018 |
Fan Zhang <[email protected]> |
examples/fips_validation: add power on self test
This patch adds a sample power on self-test to fips_validate sample application.
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Damian
examples/fips_validation: add power on self test
This patch adds a sample power on self-test to fips_validate sample application.
Signed-off-by: Fan Zhang <[email protected]> Acked-by: Damian Nowak <[email protected]>
show more ...
|