Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/56276 _apply issues_ Submitter: Hunt, David Date: 2019-07-09 15:21:30 Reply_mail: 20190709152130.18279-1-david.hunt@intel.com DPDK git baseline: Repo:dpdk, CommitID: 8570a88d42bf4daaf296e518966a0c21fe26eef2 *Repo: dpdk snprintf(dst, len, "%sfifo", CHANNEL_MGR_SOCKET_PATH); } static int error: patch failed: examples/vm_power_manager/channel_manager.c:345 error: examples/vm_power_manager/channel_manager.c: patch does not apply Checking patch examples/vm_power_manager/channel_manager.h... error: while searching for: /* File socket directory */ #define CHANNEL_MGR_SOCKET_PATH "/tmp/powermonitor/" #ifndef UNIX_PATH_MAX struct sockaddr_un _sockaddr_un; #define UNIX_PATH_MAX sizeof(_sockaddr_un.sun_path) error: patch failed: examples/vm_power_manager/channel_manager.h:22 error: examples/vm_power_manager/channel_manager.h: patch does not apply Checking patch examples/vm_power_manager/channel_monitor.c... error: while searching for: static int global_event_fd; static unsigned int policy_is_set; -- static struct policy policies[MAX_CLIENTS]; #ifdef USE_JANSSON error: patch failed: examples/vm_power_manager/channel_monitor.c:51 error: examples/vm_power_manager/channel_monitor.c: patch does not apply Checking patch examples/vm_power_manager/main.c... error: while searching for: return -1; } -- add_host_channel(); printf("Running core monitor on lcore id %d\n", lcore_id); rte_eal_remote_launch(run_core_monitor, NULL, lcore_id); error: patch failed: examples/vm_power_manager/main.c:434 error: examples/vm_power_manager/main.c: patch does not apply DPDK STV team