Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/102659 _apply issues_ Submitter: Andrew Rybchenko Date: 2021-10-22 11:20:16 Reply_mail: 20211022112016.816386-1-andrew.rybchenko@oktetlabs.ru DPDK git baseline: Repo:dpdk-next-net, CommitID: 7ad20f073f87ca88a63a2da63afbb41961def646 Repo:dpdk, CommitID: 89645eaf9f2cd156108e2f2f4e1b492d518c1130 * Repo: dpdk-next-net for these devices. As now ethdev uses rte_eth_fp_ops[] for fast-path functions, these direct changes doesn't make expected effect. Fix the problem by guarding fast-path functions changes with rte_eth_dev_stop()/rte_eth_dev_start(). Fixes: 7a0935239b9e ("ethdev: make fast-path functions to use new flat array") -- 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:687 error: lib/ethdev/rte_ethdev.h: patch does not apply Applying: ethdev: avoid usage of ULL for 64-bit unsigned constants Patch failed at 0001 ethdev: avoid usage of ULL for 64-bit unsigned constants 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 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:687 error: lib/ethdev/rte_ethdev.h: patch does not apply Applying: ethdev: avoid usage of ULL for 64-bit unsigned constants Patch failed at 0001 ethdev: avoid usage of ULL for 64-bit unsigned constants 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