Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/102355 _apply issues_ Submitter: Andrew Rybchenko Date: 2021-10-20 07:42:57 Reply_mail: 20211020074257.2349486-10-andrew.rybchenko@oktetlabs.ru DPDK git baseline: Repo:dpdk-next-net, CommitID: 254409606fadb17e82e1abc166f0b271b7353bda Repo:dpdk, CommitID: 3ac2dffae88e8eb5c374b1fdd40d605014526510 * Repo: dpdk-next-net This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-prc.intel.com Starting new HTTP connection (1): proxy-prc.intel.com error: patch failed: lib/ethdev/rte_ethdev.h:1625 error: lib/ethdev/rte_ethdev.h: patch does not apply Applying: ethdev: avoid documentation in next lines Applying: ethdev: fix Rx/Tx spelling Patch failed at 0002 ethdev: fix Rx/Tx spelling 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 "...if the value of the right operand is negative or is greater than or equal to the width of the promoted left operand, the behavior is undefined." The problem is that on x86 behavior for 64-bit and 32-bit shift operation might differ. The fix avoids undefined behavior by making sure that right operand will not exceed width of the promoted left operand. -- This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-prc.intel.com Starting new HTTP connection (1): proxy-prc.intel.com error: patch failed: lib/ethdev/ethdev_driver.h:44 error: lib/ethdev/ethdev_driver.h: patch does not apply error: patch failed: lib/ethdev/rte_ethdev_core.h:25 error: lib/ethdev/rte_ethdev_core.h: patch does not apply Applying: ethdev: avoid documentation in next lines Patch failed at 0001 ethdev: avoid documentation in next lines 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