Re: [PATCH] crypto/openssl: add dynamic logging to openssl
From: De Lara Guarch, Pablo <hidden>
Date: 2018-06-27 14:54:44
From: De Lara Guarch, Pablo <hidden>
Date: 2018-06-27 14:54:44
Hi Naga,
-----Original Message----- From: Somarowthu, Naga SureshX Sent: Tuesday, June 12, 2018 6:45 AM To: dev@dpdk.org Cc: De Lara Guarch, Pablo <redacted>; Pattan, Reshma [off-list ref]; Somarowthu, Naga SureshX [off-list ref] Subject: [PATCH] crypto/openssl: add dynamic logging to openssl 1.added new logtype for openssl driver. 2.registered new logtype. 3.OPENSSL_LOG_ERR and CDEV_LOG_ERR are replaced with new logtype name OPENSSL_PMD_LOG. Signed-off-by: Naga Suresh Somarowthu [off-list ref]
Could you make the following changes? - Change the macro to OPENSSL_LOG, to make it shorter. - Change title to: crypto/openssl: add dynamic logging - Remove unused "CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG" from config file. - Remove extra blank line at the end of rte_openssl_pmd.c, - Set log level of the new type to INFO (see isal_compress_pmd.c) Thanks, Pablo