Re: [dpdk-dev] [PATCH v2] crypto/ccp: enable IOMMU for CCP

2020-02-12 Thread Akhil Goyal
> Acked-by: Ravi Kumar > Applied to dpdk-next-crypto Removed stable tag as it is a feature not a fix. Thanks.

Re: [dpdk-dev] [PATCH v2] crypto/ccp: enable IOMMU for CCP

2020-02-12 Thread Kumar, Ravi1
[AMD Official Use Only - Internal Distribution Only] Acked-by: Ravi Kumar > >-Original Message- >From: dev On Behalf Of asoma...@amd.com >Sent: Tuesday, January 28, 2020 2:08 PM >To: dev@dpdk.org >Cc: sta...@dpdk.org >Subject: [dpdk-dev] [PATCH v2] crypto/ccp:

Re: [dpdk-dev] [PATCH v2] crypto/ccp: enable IOMMU for CCP

2020-02-12 Thread Akhil Goyal
> > Is it a fix or a new feature? > It’s a new feature > If it is a fix then only it should be sent to stable and the patch title > should include > "crypto/ccp: fix ...". > Ok got it.. next time will keep in mind. > If it is a feature(which is more likely the case IMO), the title is fine or I

Re: [dpdk-dev] [PATCH v2] crypto/ccp: enable IOMMU for CCP

2020-02-11 Thread Somalapuram, Amaranath
dk.org; Kumar, Ravi1 Cc: sta...@dpdk.org Subject: RE: [dpdk-dev] [PATCH v2] crypto/ccp: enable IOMMU for CCP [CAUTION: External Email] > > CCP use vdev framework, and vdev framework don’t support IOMMU. > Adding custom IOMMU support for AMD CCP drives. > Cc: sta...@dpdk.org > > Si

Re: [dpdk-dev] [PATCH v2] crypto/ccp: enable IOMMU for CCP

2020-02-11 Thread Akhil Goyal
> > CCP use vdev framework, and vdev framework don’t support IOMMU. > Adding custom IOMMU support for AMD CCP drives. > Cc: sta...@dpdk.org > > Signed-off-by: Amaranath Somalapuram > --- Is it a fix or a new feature? If it is a fix then only it should be sent to stable and the patch title shou

[dpdk-dev] [PATCH v2] crypto/ccp: enable IOMMU for CCP

2020-01-28 Thread asomalap
From: Amaranath Somalapuram CCP use vdev framework, and vdev framework don’t support IOMMU. Adding custom IOMMU support for AMD CCP drives. Cc: sta...@dpdk.org Signed-off-by: Amaranath Somalapuram --- drivers/crypto/ccp/ccp_crypto.c | 127 --- drivers/crypto/ccp/cc