crypto/ionic: introduce AMD Pensando driverIntroduce a new crypto PMD for AMD Pensando hardware accelerators.It allows applications running directly on the AMD Pensando DSCto offload cryptographi
crypto/ionic: introduce AMD Pensando driverIntroduce a new crypto PMD for AMD Pensando hardware accelerators.It allows applications running directly on the AMD Pensando DSCto 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 <andrew.boyer@amd.com>Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
common/ionic: create common code libraryMove definitions that will be shared by net/ionic and crypto/ionic.Add the code used for discovering UIO vdevs.Signed-off-by: Andrew Boyer <andrew.boyer@a
common/ionic: create common code libraryMove definitions that will be shared by net/ionic and crypto/ionic.Add the code used for discovering UIO vdevs.Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>