Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65431 _apply issues_ Submitter: Hariprasad Govindharajan Date: 2020-01-31 16:22:14 Reply_mail: 1580487734-27035-1-git-send-email-hariprasad.govindharajan@intel.com DPDK git baseline: Repo:dpdk, CommitID: bc3282125b72ccfe8641f0826955a384f40ca775 *Repo: dpdk void parse_fwd_portlist(const char *portlist) { error: patch failed: app/test-pmd/config.c:2587 error: app/test-pmd/config.c: patch does not apply Checking patch lib/librte_eal/common/eal_common_options.c... error: while searching for: return 0; } -- if (idx < 0 || idx >= maxsize) return -1; while (isblank(*end)) end++; error: patch failed: lib/librte_eal/common/eal_common_options.c:571 error: lib/librte_eal/common/eal_common_options.c: patch does not apply Checking patch lib/librte_eal/common/include/rte_eal.h... error: while searching for: int rte_eal_iopl_init(void); -- * 4 ports in his system, then the input can be 0-3 or 0,1,2,3. * If the user wants to use only the ports 1,2 then the input * is 1,2. * valid characters are '-' and ',' * invalid chars like '.' or '#' will result in * EAL: Error - exiting with code: 1 * Cause: Invalid fwd port list * @param[in] values * An array pointer, used by this function to set the * array contents to a positive value if they are listed * in the input -- /** * Initialize the Environment Abstraction Layer (EAL). * * This function is to be executed on the MASTER lcore only, as soon error: patch failed: lib/librte_eal/common/include/rte_eal.h:71 error: lib/librte_eal/common/include/rte_eal.h: patch does not apply Checking patch lib/librte_eal/rte_eal_version.map... error: while searching for: # added in 19.11 rte_log_get_stream; rte_mcfg_get_single_file_segments; eal_parse_optionlist; }; error: patch failed: lib/librte_eal/rte_eal_version.map:332 error: lib/librte_eal/rte_eal_version.map: patch does not apply DPDK STV team