fpga: add an initial KUnit suite for the FPGA Manager
authorMarco Pagani <marpagan@redhat.com>
Tue, 18 Jul 2023 13:03:01 +0000 (15:03 +0200)
committerXu Yilun <yilun.xu@intel.com>
Sun, 23 Jul 2023 06:04:05 +0000 (14:04 +0800)
commitccbc1c302115d8125d6a96296ba52702c6de0ade
tree2a37ab25cc6b21a4db4d1775247c6ea57d213428
parent840208392d3dc56740a7608d7ce490ee7d4f416a
fpga: add an initial KUnit suite for the FPGA Manager

The suite tests the basic behaviors of the FPGA Manager including
programming using a single contiguous buffer and a scatter gather table.

Signed-off-by: Marco Pagani <marpagan@redhat.com>
Acked-by: Xu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/20230718130304.87048-2-marpagan@redhat.com
Signed-off-by: Xu Yilun <yilun.xu@intel.com>
drivers/fpga/tests/fpga-mgr-test.c [new file with mode: 0644]