링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The documentation is not released yet. It is pretty common that the Uncore documentation is published a few weeks/months after release of the chip. :(
But even if there is no PDF, you can get all information you need from the Linux kernel sources where a Intel engineer has added the support for Skylake X already (https://github.com/torvalds/linux/blob/master/arch/x86/events/intel/uncore_snbep.c). The SKX PCI device IDs start at line 3705 including the ones for the IMCs. The event configurations for the IMC havn't changed since Haswell EP, see line 3559 and consequently line 2715.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Ask your Intel contact about the document, they will tell you whether it is covered by your CNDA.
The probably faster way is to extract the data from the kernel file.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I don't know about this device 5 func 0. I check the PCI busses myself with the device IDs of the actual uncore units because in Skylake SP the uncore units for a socket are located on multiple PCI busses. Until Broadwell all uncore devices are located on a single PCI bus which made it much easier because you needed to determine the PCI bus for a socket only once. Now you have to search multiple busses for each unit.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The command "lspci -xxx -s 0:05.0" will get the DID.
It output like this. And 3c28 is DID.
00:05.0 System peripheral: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management (rev 07) 00: 86 80 28 3c 00 00 10 00 07 00 80 08 10 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 d9 15 62 06 30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 40: 10 00 92 00 00 00 00 00 00 00 00 00 00 00 00 00 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80: 00 00 00 00 00 00 00 80 00 00 00 8c 00 00 00 00 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a0: 00 00 00 00 00 00 00 00 00 00 80 7f 00 00 f0 7f b0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00 c0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00 d0: 00 00 00 7c 00 00 00 7c 0e 00 00 00 00 00 00 00 e0: 00 00 00 fc ff ff ff ff 00 00 00 00 00 00 00 00 f0: 00 00 f8 ff ff ff ff ff 00 00 00 00 00 00 00 00
