On Apr 19, 2024, at 3:53 PM, Boyer, Andrew wrote: diff --git a/drivers/crypto/ionic/ionic_crypto_main.c b/drivers/crypto/ionic/ionic_crypto_main.c new file mode 100644 index 0000000000..7b26080bd1 --- /dev/null +++ b/drivers/crypto/ionic/ionic_crypto_main.c @@ -0,0 +1,42 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright 2021-2024 Advanced Micro Devices, Inc. + */ + +#include + +#include +#include +#include + +#include "ionic_crypto.h" + +int iocpt_logtype; + Oops - this int duplicates one inside RTE_LOG_REGISTER_DEFAULT(). I guess the github actions don't do any builds with GCC11 yet. Akhil, I will respin once you do a first pass over the rest of it. Thanks, Andrew