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

2020-12-25 Thread asomalap
From: Amaranath Somalapuram CCP use vdev framework, and vdev framework don’t support IOMMU. Adding custom IOMMU support for AMD CCP driver. Signed-off-by: Amaranath Somalapuram --- drivers/crypto/ccp/ccp_crypto.c | 114 --- drivers/crypto/ccp/ccp_dev.c | 54 ++

[dpdk-dev] [PATCH v4 1/2] examples/vhost: add ioat ring space count and check

2020-12-25 Thread Cheng Jiang
Add ioat ring space count and check, if ioat ring space is not enough for the next async vhost packet enqueue, then just return to prevent enqueue failure. Signed-off-by: Cheng Jiang --- examples/vhost/ioat.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/exa

[dpdk-dev] [PATCH v4 0/2] examples/vhost: sample code refactor

2020-12-25 Thread Cheng Jiang
Refactor the vhost sample code. Add ioat ring space count and check in ioat callback, optimize vhost data path for batch enqueue, replase rte_atomicNN_xxx to atomic_XXX and refactor vhost async data path. --- v4: * improved code structure * improved vhost enqueue buffer memory allocation * clean

[dpdk-dev] [PATCH v4 2/2] examples/vhost: refactor vhost data path

2020-12-25 Thread Cheng Jiang
Change the vm2vm data path to batch enqueue for better performance. Support latest async vhost API, refactor vhost async data path, replase rte_atomicNN_xxx to atomic_XXX and clean some codes. Signed-off-by: Cheng Jiang --- examples/vhost/main.c | 202 +++---

Re: [dpdk-dev] [PATCH] app/testpmd: fix start index for showing FEC array

2020-12-25 Thread Rahul Lakkireddy
+dev@dpdk.org which seems to have been dropped by accident. On Friday, December 12/25/20, 2020 at 09:03:43 +0800, Min Hu (Connor) wrote: > > > 在 2020/12/24 19:25, Rahul Lakkireddy 写道: > >On Thursday, December 12/24/20, 2020 at 17:36:27 +0800, Min Hu (Connor) > >wrote: > >> > >> > >>在 2020/12/23