Re: [dpdk-dev] [PATCH v1 2/6] crypto/ccp: max queue pair and max burst sizes changes

2019-10-21 Thread Akhil Goyal
> > We can reproduce this issue in l2fwd by changing MAX_PKT_BURST 32 to 256 > > Description should have appropriate information explaining what the issue is and What is done in the patch to fix the issue. > > Title should be: crypto/ccp: update max qp and burst size. > > > > > From: Amara

Re: [dpdk-dev] [PATCH v1 2/6] crypto/ccp: max queue pair and max burst sizes changes

2019-10-21 Thread Somalapuram, Amaranath
We can reproduce this issue in l2fwd by changing MAX_PKT_BURST 32 to 256 -Original Message- From: Akhil Goyal Sent: Tuesday, October 15, 2019 4:28 PM To: Somalapuram, Amaranath ; dev@dpdk.org Cc: sta...@dpdk.org Subject: RE: [dpdk-dev] [PATCH v1 2/6] crypto/ccp: max queue pair and max

Re: [dpdk-dev] [PATCH v1 2/6] crypto/ccp: max queue pair and max burst sizes changes

2019-10-15 Thread Akhil Goyal
Title should be: crypto/ccp: update max qp and burst size. > > From: Amaranath Somalapuram > > issue occurred during VPP testing, crash's issue in VPP when ccp used. > vpp max burst size is 256, and minimum queue pair required is 3. Please explain the issue appropriately in the description. Do

[dpdk-dev] [PATCH v1 2/6] crypto/ccp: max queue pair and max burst sizes changes

2019-10-15 Thread asomalap
From: Amaranath Somalapuram issue occurred during VPP testing, crash's issue in VPP when ccp used. vpp max burst size is 256, and minimum queue pair required is 3. Cc: sta...@dpdk.org Signed-off-by: Amaranath Somalapuram --- drivers/crypto/ccp/ccp_pmd_private.h | 4 ++-- 1 file changed, 2 inse