From: Peter Spreadborough <[email protected]>

This change removes a debug message of questionable usefulness
that can spam the terminal if more than 5K flows are created.

Signed-off-by: Peter Spreadborough <[email protected]>
Reviewed-by: Farah Smith <[email protected]>
Reviewed-by: Kishore Padmanabha <[email protected]>
---
 drivers/net/bnxt/tf_core/v3/tfc_em.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/net/bnxt/tf_core/v3/tfc_em.c 
b/drivers/net/bnxt/tf_core/v3/tfc_em.c
index 47870747e1..3fe4dbe3fe 100644
--- a/drivers/net/bnxt/tf_core/v3/tfc_em.c
+++ b/drivers/net/bnxt/tf_core/v3/tfc_em.c
@@ -1012,13 +1012,7 @@ int tfc_mpc_batch_end(struct tfc *tfcp,
 
                        count--;
 
-                       if (j != start_index) {
-                               PMD_DRV_LOG_LINE(INFO,
-                                                "%s: OOO comp. Opq Exp:%d 
Got:%d j:%d",
-                                                __func__,
-                                                
batch_info->comp_info[j].opaque,
-                                                opaque, j);
-                       } else {
+                       if (j == start_index) {
                                start_index++;
 
                                while (count &&
-- 
2.39.5 (Apple Git-154)

Reply via email to