Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/112332 _apply issues_ Submitter: Andrew Rybchenko Date: 2022-06-05 09:47:14 Reply_mail: <20220605094714.3286158-2-andrew.rybchenko@oktetlabs.ru> DPDK git baseline: Repo:dpdk-next-net, CommitID: c591e611b289301651234d69f2942cf1d17d6fdd Repo:dpdk, CommitID: eadc35df59a1a1a5017c0db1c7a9978ca8eb56e9 * Repo: dpdk-next-net releases and call the appropriate function in kni_net. netif_rx_ni() must be used on older kernel since netif_rx() might might lead to deadlocks or other problems there. Cc: stable@dpdk.org -- 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: kernel/linux/kni/kni_misc.c:402 error: kernel/linux/kni/kni_misc.c: patch does not apply error: patch failed: kernel/linux/kni/kni_net.c:783 error: kernel/linux/kni/kni_net.c: patch does not apply Applying: examples/kni: clear warning about discarding const qualifier Applying: kni: fix warning about discarding const qualifier Patch failed at 0002 kni: fix warning about discarding const qualifier 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 "n_xstats != n_xstats_names => skipping" - Invert the check for mlx5_os_read_dev_stat(), currently leading us to store the result if the function failed, and use a backup value if it succeeded, which is the opposite of what we actually want. Revert to the original (correct) test. -- 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: kernel/linux/kni/compat.h:145 error: kernel/linux/kni/compat.h: patch does not apply error: patch failed: kernel/linux/kni/kni_misc.c:402 error: kernel/linux/kni/kni_misc.c: patch does not apply error: patch failed: kernel/linux/kni/kni_net.c:783 error: kernel/linux/kni/kni_net.c: patch does not apply Applying: examples/kni: clear warning about discarding const qualifier Applying: kni: fix warning about discarding const qualifier Patch failed at 0002 kni: fix warning about discarding const qualifier 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