Lines Matching +full:skip +full:- +full:config
1 .. SPDX-License-Identifier: GPL-2.0
9 This document is a guide to help users use pci-epf-test function driver
17 ---------------------------
26 # ls /sys/kernel/config/pci_ep/controllers
31 -------------------------
35 # ls /sys/bus/pci-epf/drivers
40 # ls /sys/kernel/config/pci_ep/functions
44 Creating pci-epf-test Device
45 ----------------------------
48 pci-epf-test device, the following commands can be used::
50 # mount -t configfs none /sys/kernel/config
51 # cd /sys/kernel/config/pci_ep/
54 The "mkdir func1" above creates the pci-epf-test function device that will
66 when the device is bound to the driver. The pci-epf-test driver populates
75 Configuring pci-epf-test Device
76 -------------------------------
78 The user can configure the pci-epf-test device using configfs entry. In order
88 Binding pci-epf-test Device to EP Controller
89 --------------------------------------------
95 # ln -s functions/pci_epf_test/func1 controllers/51000000.pcie_ep/
102 --------------
114 ------------
124 -----------------------------------
130 # cd <kernel-dir>
131 # make -C tools/testing/selftests/pci_endpoint
135 # cd <kernel-dir>
136 # make -C tools/testing/selftests/pci_endpoint INSTALL_PATH=/usr/bin install
197 # Totals: pass:16 fail:0 xfail:0 xpass:0 skip:0 error:0
202 controllers, it is advisable to skip this testcase using this
205 # pci_endpoint_test -f pci_ep_bar -f pci_ep_basic -v memcpy -T COPY_TEST -v dma
213 # pci_endpoint_test -f pcie_ep_doorbell
220 # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0