net/i40e: downgrade error log
authorEelco Chaudron <echaudro@redhat.com>
Thu, 12 Sep 2019 10:38:35 +0000 (06:38 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 20 Sep 2019 08:19:41 +0000 (10:19 +0200)
commit9763595925aa0488392035dbb15522dc2200c6d4
tree91e45c23f908f373501b0ac5473fe8beb55c3337
parentd6956e92390c8fb2fcbd0f3363169b88a012154c
net/i40e: downgrade error log

When receiving the unsupported AQ messages, it's taken as an
error. It's not appropriate and triggers too much unnecessary print.

This commit is similar to
commit e130425300b0 ("net/i40e: downgrade unnecessary error log")
which made the same change for the PF instance.

Fixes: ae19955e7c86 ("i40evf: support reporting PF reset")
Cc: stable@dpdk.org
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/i40e/i40e_ethdev_vf.c