1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2016 Intel Corporation
16 #include <rte_lcore.h>
22 /* L3 cache allocation class of service data structure */
24 rte_cpuset_t cpumask; /* CPUs bitmask */
25 int cdp; /* data & code masks used if true */
27 uint64_t mask; /* capacity bitmask (CBM) */
29 uint64_t data_mask; /* data capacity bitmask (CBM) */
30 uint64_t code_mask; /* code capacity bitmask (CBM) */
35 int cat_init(int argc, char **argv);