Commits
Kishon Vijay Abraham I committed 3afea8e969f
PCI: endpoint: functions/pci-epf-test: Use data_transfer API for tranferring data Use pci_epc_data_transfer() for tranferring data to the remote PCIe RC and only on failure use memcpy. Using pci_epc_data_transfer() will help to use DMA in the platform (either system or within PCIe controller) to transfer data. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>