X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fcommon%2Fqat%2Fqat_common.h;h=23715085f4035d84481494fb47a3576274e9d982;hb=70d2f42110576c670a67abd35a4bb6a2d0b00980;hp=845c8d99ab8dc4f45d8c1a91dc14408b4e582066;hpb=8f393c4ffdc1ff9b46702708781723ca0f17f5ac;p=dpdk.git diff --git a/drivers/common/qat/qat_common.h b/drivers/common/qat/qat_common.h index 845c8d99ab..23715085f4 100644 --- a/drivers/common/qat/qat_common.h +++ b/drivers/common/qat/qat_common.h @@ -29,6 +29,14 @@ enum qat_service_type { QAT_SERVICE_INVALID }; +enum qat_svc_list { + QAT_SVC_UNUSED = 0, + QAT_SVC_CRYPTO = 1, + QAT_SVC_COMPRESSION = 2, + QAT_SVC_SYM = 3, + QAT_SVC_ASYM = 4, +}; + #define QAT_MAX_SERVICES (QAT_SERVICE_INVALID) /**< Common struct for scatter-gather list operations */