Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 730a8f87 authored by Carolyn Wyborny's avatar Carolyn Wyborny Committed by Jeff Kirsher
Browse files

i40e: Fix for unexpected messaging



This fixes an issue where a previously removed message
has returned.  Changing the message type to dev_dbg
leaves the info, if desired, but takes it out of normal
everyday usage. Also changed call to only provide port
data when its valid and not when its not (delete case).

Change-ID: Ief6f33b915f6364c24fa8e5789c2fc3168b5e2ed
Signed-off-by: default avatarCarolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 3fe06f41
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -7109,8 +7109,9 @@ static void i40e_sync_udp_filters_subtask(struct i40e_pf *pf)
				ret = i40e_aq_del_udp_tunnel(hw, i, NULL);

			if (ret) {
				dev_info(&pf->pdev->dev,
					 "%s vxlan port %d, index %d failed, err %s aq_err %s\n",
				dev_dbg(&pf->pdev->dev,
					"%s %s port %d, index %d failed, err %s aq_err %s\n",
					pf->udp_ports[i].type ? "vxlan" : "geneve",
					port ? "add" : "delete",
					ntohs(port), i,
					i40e_stat_str(&pf->hw, ret),