50 lines · plain
1What: /sys/class/misc/drivers/dw-xdata-pcie.<device>/write2Date: April 20213KernelVersion: 5.134Contact: Gustavo Pimentel <gustavo.pimentel@synopsys.com>5Description: Allows the user to enable the PCIe traffic generator which6 will create write TLPs frames - from the Root Complex to the7 Endpoint direction or to disable the PCIe traffic generator8 in all directions.9 10 Write y/1/on to enable, n/0/off to disable11 12 Usage e.g.13 echo 1 > /sys/class/misc/dw-xdata-pcie.<device>/write14 or15 echo 0 > /sys/class/misc/dw-xdata-pcie.<device>/write16 17 The user can read the current PCIe link throughput generated18 through this generator in MB/s.19 20 Usage e.g.21 cat /sys/class/misc/dw-xdata-pcie.<device>/write22 20423 24 The file is read and write.25 26What: /sys/class/misc/dw-xdata-pcie.<device>/read27Date: April 202128KernelVersion: 5.1329Contact: Gustavo Pimentel <gustavo.pimentel@synopsys.com>30Description: Allows the user to enable the PCIe traffic generator which31 will create read TLPs frames - from the Endpoint to the Root32 Complex direction or to disable the PCIe traffic generator33 in all directions.34 35 Write y/1/on to enable, n/0/off to disable36 37 Usage e.g.38 echo 1 > /sys/class/misc/dw-xdata-pcie.<device>/read39 or40 echo 0 > /sys/class/misc/dw-xdata-pcie.<device>/read41 42 The user can read the current PCIe link throughput generated43 through this generator in MB/s.44 45 Usage e.g.46 cat /sys/class/misc/dw-xdata-pcie.<device>/read47 19948 49 The file is read and write.50