[DPDK 20.11] How to enable symmetric qat pmd only
Zhang, Roy Fan
roy.fan.zhang at intel.com
Thu Aug 11 11:54:02 CEST 2022
Hi,
For DPDK 20.11 the make system is no longer support.
Basically the default DPDK build enables all drivers when dependencies are met.
Please refer to https://doc.dpdk.org/guides/prog_guide/build-sdk-meson.html section 61.3 for disabling certain driver to compile.
Unfortunately for DPDK 20.11 there is no way to only enabling QAT sym but leave QAT asym disabled as they are now combined as “QAT crypto” driver and are enabled/disabled together.
Regards,
Fan
From: Er ping <supingguang at foxmail.com>
Sent: Thursday, July 28, 2022 10:39 AM
To: users <users at dpdk.org>
Subject: [DPDK 20.11] How to enable symmetric qat pmd only
Hi,
I am using DPDK 20.11 and when I initialize the qat device, I find that both sym qat pmd and asym qat pmd are always initialized; however, in DPDK 19.02, I just need to specify the macro CONFIG_RTE_LIBRTE_PMD_QAT_SYM=Y to initialize sym qat pmd only.
After I checked the documentation, I didn't find any clear solution.
So I would like to know if there is any way to initialize sym qat pmd only in DPDK version 20.11.
BRs,
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20220811/c413af73/attachment-0001.htm>
More information about the users
mailing list