동일한 PCI 주소를 가진 2개의 네트워크 카드를 구별하는 방법

동일한 PCI 주소를 가진 2개의 네트워크 카드를 구별하는 방법

저는 Fedora 22를 실행 중이고 KVM 게스트에 전달할 수 있는 GPU를 가지고 있습니다. pci-stub.ids=<pci id 2>,<pci id 2>Grub 부팅 옵션에 추가하여 이 작업을 수행했습니다 . 지금 사용하고 있는 두 개의 PCI ID는 동일한 GPU용이지만 ID가 다릅니다.

최근에 TP-Link 네트워크 카드를 구입했는데,수동Realtek 8xxx 칩셋을 사용한다고 합니다. 분명히 이것은 내 통합 NIC가 사용하는 것과 동일한 칩셋이며 lspci -nn내 통합 NIC의 PCI 버스 ID가 06:00 대신 08:00이라는 점을 제외하면 동일한 출력을 표시합니다. 이 줄이 PCI ID에 대해 8개의 16진수 값을 사용하는 경우 pci-stub.idsPCI 스텁 드라이버에 하나의 NIC만 어떻게 연결합니까?

편집: 다음은 일부 lshw출력입니다.

*-pci:5
         description: PCI bridge
         product: SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
         vendor: Advanced Micro Devices, Inc. [AMD/ATI]
         physical id: 15
         bus info: pci@0000:00:15.0
         capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
         configuration: driver=pcieport
       *-network
            description: Ethernet interface
            product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
            vendor: Realtek Semiconductor Co., Ltd.
            physical id: 0
            bus info: pci@0000:06:00.0
            logical name: enp6s0
            version: 06
            serial: 90:2b:34:xx:xx:xx
            size: 1Gbit/s
            capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
            configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.1.10 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s

*-pci:7
         description: PCI bridge
         product: SB900 PCI to PCI bridge (PCIE port 2)
         vendor: Advanced Micro Devices, Inc. [AMD/ATI]
         physical id: 15.2
         bus info: pci@0000:00:15.2
         configuration: driver=pcieport
       *-network
            description: Ethernet interface
            product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
            vendor: Realtek Semiconductor Co., Ltd.
            physical id: 0
            bus info: pci@0000:08:00.0
            logical name: enp8s0
            version: 06
            serial: c4:e9:84:xx:xx:xx
            size: 1Gbit/s
            capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
            configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=192.168.1.142 latency=0 link=yes multicas

관련 정보