1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2018 Intel Corporation
9 #define MAX_LCORE_PARAMS 1024
14 } __rte_cache_aligned;
16 extern struct lcore_params *lcore_params;
17 extern uint16_t nb_lcore_params;
18 extern struct lcore_params lcore_params_array[];