Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/91432 _apply issues_ Submitter: Haifei Luo Date: 2021-04-14 08:56:55 Reply_mail: 1618390615-193593-3-git-send-email-haifeil@nvidia.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: df632286417235407e15f0d47dde1639323ebd7f Repo:dpdk, CommitID: 206c562e4b4f03424d7c1e076a59a031ede1c6f1 * Repo: dpdk-next-net-mlx 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/mlx5/linux/mlx5_socket.c:84 error: drivers/net/mlx5/linux/mlx5_socket.c: patch does not apply error: patch failed: drivers/net/mlx5/mlx5_flow.c:7167 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Applying: common/mlx5: add mlx5 APIs for single flow dump feature Applying: net/mlx5: add mlx5 APIs for single flow dump feature Patch failed at 0002 net/mlx5: add mlx5 APIs for single flow dump feature 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/mlx5/linux/mlx5_socket.c:84 error: drivers/net/mlx5/linux/mlx5_socket.c: patch does not apply error: patch failed: drivers/net/mlx5/mlx5_flow.c:7167 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Applying: common/mlx5: add mlx5 APIs for single flow dump feature Applying: net/mlx5: add mlx5 APIs for single flow dump feature Patch failed at 0002 net/mlx5: add mlx5 APIs for single flow dump feature 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