[dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from FreeBSD

Tu, Lijuan lijuan.tu at intel.com
Fri Jul 27 04:46:55 CEST 2018


There is no indicator that unit_tests_ringpmd is not supported on freebsd.
Commit 9d7ee7f, just fix some definition
+#elif defined(__FreeBSD__)
+#if defined(_KERNEL)
+#include "ena_plat_fbsd.h"
+#else
+#include "ena_plat_dpdk.h"
+#endif

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of changqingxwu
> Sent: Friday, July 27, 2018 9:05 AM
> To: dts at dpdk.org
> Cc: Wu, ChangqingX <changqingx.wu at intel.com>
> Subject: [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from
> FreeBSD
> 
> The FreeBSD define was removed from platform file when HAL was
> upgraded to newer version
> 
> Signed-off-by: changqingxwu <changqingx.wu at intel.com>
> ---
>  test_plans/unit_tests_ringpmd_test_plan.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/test_plans/unit_tests_ringpmd_test_plan.rst
> b/test_plans/unit_tests_ringpmd_test_plan.rst
> index cd861e0..b0802bb 100644
> --- a/test_plans/unit_tests_ringpmd_test_plan.rst
> +++ b/test_plans/unit_tests_ringpmd_test_plan.rst
> @@ -49,6 +49,9 @@ stdout.
>  Ring pmd unit test required two pair of virtual ethernet devices and one
> virtual ethernet devices with full rx&tx functions.
> 
> +The FreeBSD define was removed from platform file when HAL was
> upgraded
> +to newer version.dpdk
> commit:9d7ee7fc689cabc085106579c2842cf2231e360a
> +
>  The steps to run the unit test manually are as follow::
> 
>    # make -C ./app/test/
> --
> 1.9.3



More information about the dts mailing list