[dpdk-dev] [PATCH v4] crypto/ccp: moving vdev to PCI driver

2021-07-16 Thread asomalap
From: Amaranath Somalapuram drop all the code duplicating the PCI bus driver develped for Enable IOMMU in vdev. Signed-off-by: Amaranath Somalapuram --- drivers/crypto/ccp/ccp_dev.c | 66 + drivers/crypto/ccp/ccp_dev.h | 3 +- drivers/crypto/ccp/rte_ccp_pmd.c | 158 +

Re: [dpdk-dev] [PATCH v4] crypto/ccp: moving vdev to PCI driver

2021-07-16 Thread David Marchand
On Fri, Jul 16, 2021 at 2:03 PM wrote: > > From: Amaranath Somalapuram > > drop all the code duplicating the PCI bus driver > develped for Enable IOMMU in vdev. > > Signed-off-by: Amaranath Somalapuram Title does not follow DPDK convention. https://doc.dpdk.org/guides/contributing/patches.html#