Hi Sunil, Please review and ack.
Regards, Akhil > This is a *untested* cleanup series after looking for usage of > rte_pci_device objects in DPDK drivers. > I can't test those patches by lack of hw, so I hope the driver maintainer > can look into them. > > Thanks. > -- > David Marchand > > Changes since v1: > - rebased, > - copied new maintainer, > > David Marchand (4): > crypto/ccp: remove some printf > crypto/ccp: remove some dead code for UIO > crypto/ccp: fix IOVA handling > crypto/ccp: fix PCI probing > > drivers/crypto/ccp/ccp_crypto.c | 106 +++----------- > drivers/crypto/ccp/ccp_dev.c | 103 ++----------- > drivers/crypto/ccp/ccp_dev.h | 31 ++-- > drivers/crypto/ccp/ccp_pci.c | 240 ------------------------------- > drivers/crypto/ccp/ccp_pci.h | 27 ---- > drivers/crypto/ccp/meson.build | 1 - > drivers/crypto/ccp/rte_ccp_pmd.c | 23 +-- > 7 files changed, 47 insertions(+), 484 deletions(-) > delete mode 100644 drivers/crypto/ccp/ccp_pci.c > delete mode 100644 drivers/crypto/ccp/ccp_pci.h > > -- > 2.37.3