net/mlx5: share Rx queue indirection table code
[dpdk.git] / drivers / net / iavf / iavf_vchnl.c
index a163548..ea9b53a 100644 (file)
@@ -268,7 +268,7 @@ iavf_handle_virtchnl_msg(struct rte_eth_dev *dev)
                        }
                        break;
                default:
-                       PMD_DRV_LOG(ERR, "Request %u is not supported yet",
+                       PMD_DRV_LOG(DEBUG, "Request %u is not supported yet",
                                    aq_opc);
                        break;
                }