Searched refs:LOG (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_string_fns.c | 15 #define LOG(...) do {\ macro 33 LOG("Source string: '%s', to split on ':'\n", test_string); in test_rte_strsplit() 36 LOG("Error splitting mac address\n"); in test_rte_strsplit() 40 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit() 51 LOG("Source string: '%s', to split on ' '\n", test_string); in test_rte_strsplit() 54 LOG("Error splitting mac address for max 2 splits\n"); in test_rte_strsplit() 58 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit() 68 LOG("Source string: '%s', to split on ','\n", test_string); in test_rte_strsplit() 71 LOG("Error splitting %s on ','\n", test_string); in test_rte_strsplit() 75 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit() [all …]
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry-exporter.py | 68 LOG = logging.getLogger(__name__) variable 251 LOG.exception("parsing endpoint: %s", f) 261 LOG.info("using endpoint: %s (from %s)", name, module.__file__) 267 LOG.exception("getting endpoint info: %s", name) 282 LOG.info("listening on port %s", httpd.server_port) 286 LOG.info("shutting down") 319 LOG.exception("%s: metrics collection failed", e.__name__) 339 LOG.error( 350 LOG.info("%s %s", self.address_string(), self.requestline) 354 LOG.exception( [all …]
|
| /dpdk/lib/log/ |
| H A D | log.c | 366 RTE_INIT_PRIO(log_init, LOG) 367 RTE_INIT_PRIO(log_init,LOG) RTE_INIT_PRIO() argument
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 1247 RTE_INIT_PRIO(mlx5_is_haswell_broadwell_cpu, LOG) in RTE_INIT_PRIO() argument
|