Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/117194 _apply issues_ Submitter: Dongdong Liu Date: 2022-09-30 07:22:20 Reply_mail: <20220930072220.20753-20-liudongdong3@huawei.com> DPDK git baseline: Repo:dpdk-next-net, CommitID: dfd8817031158d026f5f2147ab6b563f340569d1 Repo:dpdk, CommitID: 40abb903fe0aff0556d15d96385a4c7b647649b5 * Repo: dpdk-next-net Server version missing You should provide the server version in the URL configured via git-config or --server This will be required in git-pw 2.0 error: patch failed: drivers/net/hns3/hns3_ethdev.c:6 error: drivers/net/hns3/hns3_ethdev.c: patch does not apply error: patch failed: drivers/net/hns3/hns3_rss.h:91 error: drivers/net/hns3/hns3_rss.h: patch does not apply error: patch failed: drivers/net/hns3/hns3_stats.h:145 error: drivers/net/hns3/hns3_stats.h: patch does not apply Applying: net/hns3: fix have no valid RSS rule Applying: net/hns3: fix RSS filter restore Applying: net/hns3: fix the lock protection of RSS flow rule Applying: net/hns3: fix RSS flow rule restore failed Applying: net/hns3: move flow direction rule recovery position Applying: net/hns3: fix hns3 restore filter function input Applying: net/hns3: fix gcov compile warning Applying: net/hns3: fix incorrect packet type report for GENEVE Applying: net/hns3: fix magic numbers Applying: net/hns3: fix header file self contained Patch failed at 0010 net/hns3: fix header file self contained 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 examples/vhost: fix use after free In async_enqueue_pkts(), the failed pkts will be freed before return, but, the failed pkts may be retried later, it will cause use after free. So, we free the failed pkts after retry. Fixes: 1907ce4baec3 ("examples/vhost: fix retry logic on Rx path") Cc: stable@dpdk.org -- Server version missing You should provide the server version in the URL configured via git-config or --server This will be required in git-pw 2.0 error: patch failed: drivers/net/hns3/hns3_ethdev.c:6 error: drivers/net/hns3/hns3_ethdev.c: patch does not apply error: patch failed: drivers/net/hns3/hns3_rss.h:91 error: drivers/net/hns3/hns3_rss.h: patch does not apply error: patch failed: drivers/net/hns3/hns3_stats.h:145 error: drivers/net/hns3/hns3_stats.h: patch does not apply Applying: net/hns3: fix have no valid RSS rule Applying: net/hns3: fix RSS filter restore Applying: net/hns3: fix the lock protection of RSS flow rule Applying: net/hns3: fix RSS flow rule restore failed Applying: net/hns3: move flow direction rule recovery position Applying: net/hns3: fix hns3 restore filter function input Applying: net/hns3: fix gcov compile warning Applying: net/hns3: fix incorrect packet type report for GENEVE Applying: net/hns3: fix magic numbers Applying: net/hns3: fix header file self contained Patch failed at 0010 net/hns3: fix header file self contained 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