Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i40e: add NVM update events to AQ clean

Quit complaining about a couple of events that we actually expect to see
during an NVM update.

Reported-by: Stefan Assmann <sassmann@redhat.com>
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Shannon Nelson and committed by
David S. Miller
91a0f930 446981e5

+4
+4
drivers/net/ethernet/intel/i40e/i40e_main.c
··· 5896 5896 case i40e_aqc_opc_send_msg_to_peer: 5897 5897 dev_info(&pf->pdev->dev, "ARQ: Msg from other pf\n"); 5898 5898 break; 5899 + case i40e_aqc_opc_nvm_erase: 5900 + case i40e_aqc_opc_nvm_update: 5901 + i40e_debug(&pf->hw, I40E_DEBUG_NVM, "ARQ NVM operation completed\n"); 5902 + break; 5899 5903 default: 5900 5904 dev_info(&pf->pdev->dev, 5901 5905 "ARQ Error: Unknown event 0x%04x received\n",