Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 37624b58542fb9f2d9a70e6ea006ef8a5f66c30b authored by Linus Torvalds on 29 April 2019, 00:04:13 UTC
Linux 5.1-rc7
Tip revision: 37624b5
sysfs-platform-dfl-port
What:		/sys/bus/platform/devices/dfl-port.0/id
Date:		June 2018
KernelVersion:	4.19
Contact:	Wu Hao <hao.wu@intel.com>
Description:	Read-only. It returns id of this port. One DFL FPGA device
		may have more than one port. Userspace could use this id to
		distinguish different ports under same FPGA device.

What:		/sys/bus/platform/devices/dfl-port.0/afu_id
Date:		June 2018
KernelVersion:	4.19
Contact:	Wu Hao <hao.wu@intel.com>
Description:	Read-only. User can program different PR bitstreams to FPGA
		Accelerator Function Unit (AFU) for different functions. It
		returns uuid which could be used to identify which PR bitstream
		is programmed in this AFU.
back to top