Skip to content

Commit

Permalink
Fix issue with max accel_details to handle VFs.
Browse files Browse the repository at this point in the history
Change-Id: I7cd1ee18ca592b3067186b5c9692fc40bce8634a
Signed-off-by: Yogaraj Alamenda <yogarajx.alamenda@intel.com>
  • Loading branch information
venkatesh921 authored and Yogaraj-Alamenda committed Jun 23, 2020
1 parent 5f8a773 commit 428d89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qat_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ typedef struct {
} while(0)

#define QAT_MAX_CRYPTO_INSTANCES 256
#define QAT_MAX_CRYPTO_ACCELERATORS 16
#define QAT_MAX_CRYPTO_ACCELERATORS 512

/* Behavior of qat_engine_finish_int */
#define QAT_RETAIN_GLOBALS 0
Expand Down

0 comments on commit 428d89c

Please sign in to comment.