Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/91425 _apply issues_ Submitter: Wenzhuo Lu Date: 2021-04-14 07:34:09 Reply_mail: 1618385649-44717-5-git-send-email-wenzhuo.lu@intel.com DPDK git baseline: Repo:dpdk-next-net-intel, CommitID: 95d569f82946fbffa6ed77b474f5269c52fdc772 Repo:dpdk, CommitID: 206c562e4b4f03424d7c1e076a59a031ede1c6f1 * Repo: dpdk-next-net-intel This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-shz.intel.com Starting new HTTP connection (1): proxy-shz.intel.com error: patch failed: drivers/net/iavf/iavf_rxtx_vec_common.h:270 error: drivers/net/iavf/iavf_rxtx_vec_common.h: patch does not apply Applying: net/iavf: store offload flag of Rx queue Applying: net/iavf: add offload path for Tx AVX512 Patch failed at 0002 net/iavf: add offload path for Tx AVX512 Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". * Repo: dpdk Since queue identifier is passed as signed integer, a compilation error is generated: rte_event_eth_rx_adapter.c:1810:57: error: signed and unsigned type in conditional expression [-Werror=sign-compare] Make queue identifier as unsigned when adding it to vector data. Bugzilla ID: 672 -- This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-shz.intel.com Starting new HTTP connection (1): proxy-shz.intel.com error: patch failed: drivers/net/iavf/iavf_rxtx_vec_common.h:270 error: drivers/net/iavf/iavf_rxtx_vec_common.h: patch does not apply Applying: net/iavf: store offload flag of Rx queue Applying: net/iavf: add offload path for Tx AVX512 Patch failed at 0002 net/iavf: add offload path for Tx AVX512 Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". DPDK STV team