1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (c) 2023 Red Hat, Inc. 3 */ 4 5 #include <rte_log.h> 6 7 RTE_LOG_REGISTER_SUFFIX(acc_common_logtype, common, INFO); 8