Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/124805 _apply issues_ Submitter: Zhuobin Huang Date: 2023-03-05 20:51:44 Reply_mail: <20230305205144.14443-1-zobin1999@gmail.com> DPDK git baseline: Repo:dpdk, CommitID: 4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b * Repo: dpdk MinGW GCC 12 shows an illegal pointer conversion when included in a pedantic module: lib/eal/windows/include/pthread.h:137:41: error: ISO C forbids conversion of object pointer to function pointer type [-Werror=pedantic] 137 | hThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)threadfunc, | ^ -- for (nb_pkt = 0; nb_pkt < nb_pkt_per_burst; nb_pkt++) { .git/rebase-apply/patch:41: space before tab in indent. pkt = rte_pktmbuf_alloc(mp); error: patch failed: app/test/packet_burst_generator.c:371 error: app/test/packet_burst_generator.c: patch does not apply Applying: app/test: fix data length of each packet segment Patch failed at 0001 app/test: fix data length of each packet segment 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