summaryrefslogtreecommitdiff
path: root/drivers/common/ionic/ionic_common_uio.c
AgeCommit message (Collapse)Author
2024-06-13crypto/ionic: introduce AMD Pensando driverAndrew Boyer
Introduce a new crypto PMD for AMD Pensando hardware accelerators. It allows applications running directly on the AMD Pensando DSC to offload cryptographic operations to hardware cryptographic blocks. Add support for the cryptodevs to the common ionic library. Add the driver skeleton. Add a skeleton features list and guide. Hook the new PMD up to the build. Update MAINTAINERS. Signed-off-by: Andrew Boyer <[email protected]> Acked-by: Akhil Goyal <[email protected]>
2024-02-23common/ionic: create common code libraryAndrew Boyer
Move definitions that will be shared by net/ionic and crypto/ionic. Add the code used for discovering UIO vdevs. Signed-off-by: Andrew Boyer <[email protected]> Acked-by: Ferruh Yigit <[email protected]>