Skip to content

Commit

Permalink
Merge pull request #7236 from dmitrygx/topic/contrib/check_qps_rc
Browse files Browse the repository at this point in the history
CONTRIB: Update check_qps script to check RC QPs
  • Loading branch information
dmitrygx authored Aug 13, 2021
2 parents 4eb31aa + f0450e4 commit c9d0b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/check_qps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ declare -A initial_hw_cis

traverse() {
DC_TXWQ_GLOB_PATH="${VFS_UCX_PATH}/*/uct/worker/*/iface/*/dci_pool/*/*"
for file in ${DC_TXWQ_GLOB_PATH}/${QP_NUM_FILE}
RC_EP_GLOB_PATH="${VFS_UCX_PATH}/*/uct/worker/*/iface/*/ep/*"
for file in ${DC_TXWQ_GLOB_PATH}/${QP_NUM_FILE} ${RC_EP_GLOB_PATH}/${QP_NUM_FILE}
do
filename=$(basename ${file})
dir=$(dirname ${file})
Expand Down

0 comments on commit c9d0b6e

Please sign in to comment.