]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/meson.build
app/testpmd: display Rx queue used descriptor count
[dpdk.git] / drivers / crypto / meson.build
index aef4c210ea7a7abc278232fa9526e1f0d35bb89e..c927c5f8d3cddf22b8aada70ae00a657236c18d2 100644 (file)
@@ -20,12 +20,9 @@ drivers = ['aesni_gcm',
           'octeontx',
           'octeontx2',
           'openssl',
-          'qat',
           'scheduler',
           'snow3g',
           'virtio',
           'zuc']
 
 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
-config_flag_fmt = 'RTE_LIBRTE_PMD_@0@'
-driver_name_fmt = 'rte_pmd_@0@'