]> git.ipfire.org Git - thirdparty/pciutils.git/commit
lspci: Add PCIe 6.0 data rate (64 GT/s) also to LnkCap2
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 8 Dec 2023 10:13:07 +0000 (12:13 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 8 Dec 2023 15:08:07 +0000 (16:08 +0100)
commit90d270fa720862ee357735b494a0b58643a27061
tree1cdb236123b4de14a5cf5715d6f710c98f9a91a7
parent548a6e3b9a3c5814db20acf5bcd3d894ce41b019
lspci: Add PCIe 6.0 data rate (64 GT/s) also to LnkCap2

While commit 5bdf63b6b1bc ("lspci: Add PCIe 6.0 data rate (64 GT/s)
support") added 64 GT/s support to some registers, LnkCap2 Supported
Link Speeds Vector was not included.

Add PCIe 6.0 data rate bit check also into
cap_express_link2_speed_cap().

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
ls-caps.c