lkml.org 
[lkml]   [2018]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/9] Export PCIe bandwidth via sysfs
Date
This is a follow-on series to
Commit 2d1ce5ec2117 ("PCI: Check for PCIe Link downtraining")

The remaining issues was that some pcie drivers print link status directly,
sometimes resulting in duplicate system log messages with degraded links.

From my understanding, the maintainers of these drivers are fine with
removing the duplicate prints as long as the bandwidth information is
readily available. sysfs seemed to be the consensus.

Example:

$ cat /sys/bus/pci/devices/0000:b1:00.0/available_bandwidth
7.876 Gb/s


Alexandru Gagniuc (9):
PCI: sysfs: Export available PCIe bandwidth
bnx2x: Do not call pcie_print_link_status()
bnxt_en: Do not call pcie_print_link_status()
cxgb4: Do not call pcie_print_link_status()
fm10k: Do not call pcie_print_link_status()
ixgbe: Do not call pcie_print_link_status()
net/mlx4: Do not call pcie_print_link_status()
net/mlx5: Do not call pcie_print_link_status()
nfp: Do not call pcie_print_link_status()

.../net/ethernet/broadcom/bnx2x/bnx2x_main.c | 1 -
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 1 -
.../net/ethernet/chelsio/cxgb4/cxgb4_main.c | 3 ---
drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 3 ---
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 26 -------------------
drivers/net/ethernet/mellanox/mlx4/main.c | 7 -----
.../net/ethernet/mellanox/mlx5/core/main.c | 4 ---
.../netronome/nfp/nfpcore/nfp6000_pcie.c | 1 -
drivers/pci/pci-sysfs.c | 13 ++++++++++
9 files changed, 13 insertions(+), 46 deletions(-)

--
2.17.1

\
 
 \ /
  Last update: 2018-09-03 20:04    [W:0.089 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site