Re: [dpdk-dev] [PATCH v6] crypto/ccp: move device from vdev to PCI

2023-10-06 Thread David Marchand
Hello Sunil, On Mon, Jul 26, 2021 at 11:09 AM wrote: > > From: Amaranath Somalapuram > > drop all the code duplicating the PCI bus driver > developed for enable IOMMU in vdev. > > Signed-off-by: Amaranath Somalapuram Looking back in history, this patch converted crypto/ccp to a PCI driver, but

[dpdk-dev] [PATCH v6] crypto/ccp: move device from vdev to PCI

2021-07-26 Thread asomalap
From: Amaranath Somalapuram drop all the code duplicating the PCI bus driver developed for enable IOMMU in vdev. Signed-off-by: Amaranath Somalapuram --- V6: - Address the following comments from Akhil and David: - Spellcheck, Title, Changelog V5: - Fix x86_64-native-linuxapp-clang compilation