Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/88969 _apply issues_ Submitter: Ajit Khaparde Date: 2021-03-11 23:30:05 Reply_mail: 20210311233005.67032-1-ajit.khaparde@broadcom.com DPDK git baseline: Repo:dpdk-next-net-brcm, CommitID: 222e4ce24cd0f511f85bae63585005f9d2e5df99 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_ethdev.c:3079 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Applying: net/bnxt: address unused variable warning Patch failed at 0001 net/bnxt: address unused variable warning 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_ethdev.c:3079 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply Applying: net/bnxt: address unused variable warning Patch failed at 0001 net/bnxt: address unused variable warning 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