On 2023/12/23 1:42 AM, Stephen Hemminger wrote:
On Fri, 22 Dec 2023 09:11:45 -0800
Stephen Hemminger wrote:
- RTE_LOG(INFO, PMD,
- "Closing ARMv8 crypto device %s on numa socket %u\n",
+ ARVM8_CRYTPO_LOG_INFO(
+ "Closing ARMv8 crypto device %s on numa soc
On Fri, 22 Dec 2023 09:11:45 -0800
Stephen Hemminger wrote:
>
> - RTE_LOG(INFO, PMD,
> - "Closing ARMv8 crypto device %s on numa socket %u\n",
> + ARVM8_CRYTPO_LOG_INFO(
> + "Closing ARMv8 crypto device %s on numa socket %u",
> name, rte_socket_id
Driver already has logging macros, just not used in one place.
Fixes: 169ca3db550c ("crypto/armv8: add PMD optimized for ARMv8 processors")
Signed-off-by: Stephen Hemminger
---
drivers/crypto/armv8/rte_armv8_pmd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/cr
3 matches
Mail list logo