Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/88897 _apply issues_ Submitter: Ferruh Yigit Date: 2021-03-10 18:39:57 Reply_mail: 20210310183957.2611798-1-ferruh.yigit@intel.com DPDK git baseline: Repo:dpdk, CommitID: 1e28e842e08428ff5716fbe909bf5acd0365aaf6 * 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 -- Starting new HTTP connection (1): proxy-shz.intel.com error: content/roadmap/_index.md: does not exist in index Applying: update Intel roadmap for 21.05 Patch failed at 0001 update Intel roadmap for 21.05 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