]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/qede/base/ecore_hw.c
net/qede/base: add/change/revise logs
[dpdk.git] / drivers / net / qede / base / ecore_hw.c
index bc0138f61255ad067f8fe0257d3d7f1adf4d0c1b..84f273b0793096a85e2aa18b9c936b967febbf09 100644 (file)
@@ -744,10 +744,10 @@ ecore_dmae_execute_sub_operation(struct ecore_hwfn *p_hwfn,
 
        if (ecore_status != ECORE_SUCCESS) {
                DP_NOTICE(p_hwfn, ECORE_MSG_HW,
-                         "ecore_dmae_host2grc: Wait Failed. source_addr"
-                         " 0x%lx, grc_addr 0x%lx, size_in_dwords 0x%x\n",
+                         "Wait Failed. source_addr 0x%lx, grc_addr 0x%lx, size_in_dwords 0x%x, intermediate buffer 0x%lx.\n",
                          (unsigned long)src_addr, (unsigned long)dst_addr,
-                         length_dw);
+                         length_dw,
+                         (unsigned long)p_hwfn->dmae_info.intermediate_buffer_phys_addr);
                return ecore_status;
        }