Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/87990 _apply issues_ Submitter: Lance Richardson Date: 2021-02-18 18:19:20 Reply_mail: 20210218181920.223463-1-lance.richardson@broadcom.com DPDK git baseline: Repo:dpdk-next-net-brcm, CommitID: 17c018514f3b343c2ae0a0f0eb5ac4a065144ac0 Repo:dpdk, CommitID: 1e28e842e08428ff5716fbe909bf5acd0365aaf6 * Repo: dpdk-next-net-brcm This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-shz.intel.com Starting new HTTP connection (1): proxy-shz.intel.com error: patch failed: drivers/net/bnxt/bnxt_cpr.h:26 error: drivers/net/bnxt/bnxt_cpr.h: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:2942 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_rxr.c:827 error: drivers/net/bnxt/bnxt_rxr.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_rxr.h:37 error: drivers/net/bnxt/bnxt_rxr.h: patch does not apply Applying: net/bnxt: fix Rx queue count implementation Patch failed at 0001 net/bnxt: fix Rx queue count implementation 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 net/hns3: fix imprecise statistics Currently, the hns3 statistics may be inaccurate due to the following two problems: 1. Queue-level statistics are read from the firmware, and only one Rx or Tx can be read at a time. This results in a large time interval -- 2. The current statistics are read by type. The HW statistics are read first, and then the software statistics are read. Due to preceding reasons, HW reading may be time-consuming, which cause a synchronization problem between SW and HW statistics of the same queue. In this patch, queue-level statistics are directly read from the bar -- This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-shz.intel.com Starting new HTTP connection (1): proxy-shz.intel.com error: patch failed: drivers/net/bnxt/bnxt_cpr.h:26 error: drivers/net/bnxt/bnxt_cpr.h: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:2942 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_rxr.c:827 error: drivers/net/bnxt/bnxt_rxr.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_rxr.h:37 error: drivers/net/bnxt/bnxt_rxr.h: patch does not apply Applying: net/bnxt: fix Rx queue count implementation Patch failed at 0001 net/bnxt: fix Rx queue count implementation 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