Hi Anoob, > diff --git a/drivers/crypto/meson.build b/drivers/crypto/meson.build > index 83e7886..3c88f3c 100644 > --- a/drivers/crypto/meson.build > +++ b/drivers/crypto/meson.build > @@ -2,8 +2,8 @@ > # Copyright(c) 2017 Intel Corporation > > drivers = ['aesni_gcm', 'aesni_mb', 'caam_jr', 'ccp', 'dpaa_sec', > 'dpaa2_sec', > - 'kasumi', 'mvsam', 'null', 'octeontx', 'openssl', 'qat', 'scheduler', > - 'snow3g', 'virtio', 'zuc'] > + 'kasumi', 'mvsam', 'null', 'octeontx', 'octeontx2', 'openssl', 'qat', > + 'scheduler', 'snow3g', 'virtio', 'zuc'] >
Could you please rearrange this list as every pmd in a separate line as it is there in net/meson.build. Every time a new PMD is added people need to realign this list. > std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps > config_flag_fmt = 'RTE_LIBRTE_@0@_PMD' Regards, Akhil