X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fiavf%2Fiavf_vchnl.c;h=ea9b53a592aca6b77b025122157fb46d4a5f3f88;hb=675911d0330b0802e845657c3f4edc5886cf8685;hp=a1635486452b2aa866eb038fded6f4b7f9b47f25;hpb=b343b6eefd9d281d1adffe701407c59a4f74b1f9;p=dpdk.git diff --git a/drivers/net/iavf/iavf_vchnl.c b/drivers/net/iavf/iavf_vchnl.c index a163548645..ea9b53a592 100644 --- a/drivers/net/iavf/iavf_vchnl.c +++ b/drivers/net/iavf/iavf_vchnl.c @@ -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; }