Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/82687 _apply issues_ Submitter: Wenzhuo Lu Date: 2020-10-29 01:24:04 Reply_mail: 1603934644-19945-4-git-send-email-wenzhuo.lu@intel.com DPDK git baseline: Repo:dpdk-next-net-intel, CommitID: bc5051d530660350070f28da0666cabb5f38ca86 Repo:dpdk, CommitID: 5665b6fea322dc88ada6fb36268e222ced9f619f * Repo: dpdk-next-net-intel CONFLICT (content): Merge conflict in drivers/net/iavf/iavf_rxtx.h Auto-merging drivers/net/iavf/iavf_rxtx.c CONFLICT (content): Merge conflict in drivers/net/iavf/iavf_rxtx.c error: Failed to merge in the changes. Patch failed at 0001 net/iavf: enable AVX512 for legacy Rx 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 for holding the mac address exactly, but the actual snprintf included a '\n' character at the end, which means that the snprintf technically is getting truncated i.e. the \n would not be added due to lack of space. This gets flagged as a problem by modern versions of gcc, e.g. on Ubuntu 20.04. main.c:77:37: warning: ‘__builtin___snprintf_chk’ output truncated -- Applying: net/iavf: enable AVX512 for legacy Rx error: sha1 information is lacking or useless (drivers/net/iavf/iavf_rxtx.c). error: could not build fake ancestor Patch failed at 0001 net/iavf: enable AVX512 for legacy Rx 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