pci-bus Questions

2

Solved

I'm trying to understand how PCI segment(domain) is related to multiple Host Bridges? Some people say multiple PCI domains corresponds to multiple Host Bridges, but some say it means multip...
Ancona asked 1/3, 2018 at 13:35

1

Solved

Given the address of a PCI device (i.e. bus, device, function), how can one programatically read, using Win32 API calls in userspace, the config space (e.g. vendor ID, device ID) for that device? ...
Conundrum asked 30/3, 2016 at 14:1

2

I found my MMIO read/write latency is unreasonably high. I hope someone could give me some suggestions. In the kernel space, I wrote a simple program to read a 4 byte value in a PCIe device's BAR0...
Agreed asked 21/7, 2013 at 9:21

5

Can someone very briefly point out the differences between the memory bus and address bus in computer architectures ? Also when you say memory bus does it imply that you are referring to the databu...
Boreal asked 15/11, 2011 at 10:4

1

Solved

I have a linux (3.12) system (x86-64) with multiple devices connected to the PCI bus (PCI-e). I would like to measure the PCI bus load in the current situation and again when I connect another devi...
Sportsmanship asked 29/9, 2014 at 10:23

1

Solved

Is there a way to obtain PCI coordinates (bus/slot/function numbers) of devices by using Windows c/c++ API (e.g PnP Configuration Manager API)? I already know how to do it in kernel mode, I need an...
Fen asked 18/2, 2014 at 11:32

2

I have a NIC card and a HDD both connected on PCIe slots in a Linux machine. Ideally, I'd like to funnel incoming packets to the HDD without involving the CPU, or involving it minimally. Is it poss...
Josiejosler asked 12/5, 2010 at 20:35

1

Solved

The first few fields of 'cat /proc/bus/pci/devices' are understandable. Field 1 - BusDevFunc Field 2 - Vendor Id + Device Id Field 3 - Interrupt Line Field 4 - BAR 0 and the rest of the BAR re...
Centralize asked 7/5, 2010 at 18:2

1

I am doing direct I/O on a parallel port which is fine and necessary for speed. I would like to enumerate the available ports to offer the user a choice of ports at setup time rather than a tedious...
Norman asked 17/12, 2008 at 10:45
1

© 2022 - 2024 — McMap. All rights reserved.