Hello Sunil, On Mon, Jul 26, 2021 at 11:09 AM <[email protected]> wrote: > > From: Amaranath Somalapuram <[email protected]> > > drop all the code duplicating the PCI bus driver > developed for enable IOMMU in vdev. > > Signed-off-by: Amaranath Somalapuram <[email protected]>
Looking back in history, this patch converted crypto/ccp to a PCI driver, but the associated doc is still about vdev. https://doc.dpdk.org/guides/cryptodevs/ccp.html#initialization And I also noticed some remnants, like: drivers/crypto/ccp/meson.build:deps += 'bus_vdev' drivers/crypto/ccp/rte_ccp_pmd.c:#include <bus_vdev_driver.h> drivers/crypto/ccp/rte_ccp_pmd.c: CCP_LOG_ERR("failed to create cryptodev vdev"); Can you send fixes? Thanks. -- David Marchand

