crypto/ccp: fix maximum queues and burst size
CCP driver crash when running l2fwd issue happen when changing MAX_PKT_BURST 32 to 256 increasing the CCP qp to 8 and CCP_MAX_BURST to 256 Fixes: ef4b04f87f ("crypto/ccp: support device init") Cc: stable@dpdk.org Signed-off-by: Amaranath Somalapuram <asomalap@amd.com>
This commit is contained in:
parent
1151b4ae2d
commit
0121f275f8
@ -31,9 +31,9 @@
|
||||
#endif
|
||||
|
||||
/**< Maximum queue pairs supported by CCP PMD */
|
||||
#define CCP_PMD_MAX_QUEUE_PAIRS 1
|
||||
#define CCP_PMD_MAX_QUEUE_PAIRS 8
|
||||
#define CCP_NB_MAX_DESCRIPTORS 1024
|
||||
#define CCP_MAX_BURST 64
|
||||
#define CCP_MAX_BURST 256
|
||||
|
||||
#include "ccp_dev.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user