Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 22:50:54 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r359548 - stable/11/sys/dev/mlx5/mlx5_core
Message-ID:  <202004012250.031MosSr052716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Apr  1 22:50:54 2020
New Revision: 359548
URL: https://svnweb.freebsd.org/changeset/base/359548

Log:
  MFC r359106:
  mlx5_core: lower the severity of message noting that no SR-IOV cap is present.

Modified:
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_main.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_main.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_main.c	Wed Apr  1 22:50:41 2020	(r359547)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_main.c	Wed Apr  1 22:50:54 2020	(r359548)
@@ -1589,7 +1589,7 @@ static int init_one(struct pci_dev *pdev,
 			num_vfs = pci_read_config(bsddev, sriov_pos +
 			    PCIR_SRIOV_TOTAL_VFS, 2);
 		} else {
-			mlx5_core_err(dev, "cannot find SR-IOV PCIe cap\n");
+			mlx5_core_info(dev, "cannot find SR-IOV PCIe cap\n");
 			num_vfs = 0;
 		}
 		err = mlx5_eswitch_init(dev, 1 + num_vfs);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004012250.031MosSr052716>