How to access N3000 PAC registers?
Hi Sir,
We have several N3000 FPGA cards and want to access N3000 FPGA registers.
lspci:
60:00.0 Ethernet controller: Intel Corporation Ethernet Controller XXV710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking (rev 02)
60:00.1 Ethernet controller: Intel Corporation Ethernet Controller XXV710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking (rev 02)
61:00.0 Processing accelerators: Intel Corporation Device 0b30
62:00.0 Ethernet controller: Intel Corporation Ethernet Controller XXV710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking (rev 02)
62:00.1 Ethernet controller: Intel Corporation Ethernet Controller XXV710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking (rev 02)
63:00.0 Processing accelerators: Intel Corporation Device 0d8f (rev 01)
63:00.1 Processing accelerators: Intel Corporation Device 0d90 (rev 01)
63:00.2 Processing accelerators: Intel Corporation Device 0d90 (rev 01)
63:00.3 Processing accelerators: Intel Corporation Device 0d90 (rev 01)
63:00.4 Processing accelerators: Intel Corporation Device 0d90 (rev 01)
We traced DPDK BBDEV library code and only know 61:00.0 and 63:00.* are FPGAs.
According to lspci information, we want to read/write the resource addr by mmio.
Could you please tell us above base addrs is OK and supply N3000 register tables?
Thanks.