soc/bman: Add self-test for BMan driver
authorClaudiu Manoil <claudiu.manoil@nxp.com>
Thu, 22 Sep 2016 15:04:10 +0000 (18:04 +0300)
committerScott Wood <oss@buserror.net>
Sun, 25 Sep 2016 07:38:59 +0000 (02:38 -0500)
commit97e0d385b13998980252ff63123d8ebc4138db0a
tree9aa499c32bf5284c471669395e171a1fca21460a
parentc535e923bb97a4b361e89a6383693482057f8b0c
soc/bman: Add self-test for BMan driver

Add a self test for the DPAA 1.x Buffer Manager driver. This
test ensures that the driver can properly acquire and release
buffers using the BMan portal infrastructure.

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
drivers/soc/fsl/qbman/Kconfig
drivers/soc/fsl/qbman/Makefile
drivers/soc/fsl/qbman/bman_test.c [new file with mode: 0644]
drivers/soc/fsl/qbman/bman_test.h [new file with mode: 0644]
drivers/soc/fsl/qbman/bman_test_api.c [new file with mode: 0644]