test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from FreeBSD
@ 2018-07-27  1:05 changqingxwu
  2018-07-27  2:46 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: changqingxwu @ 2018-07-27  1:05 UTC (permalink / raw)
  To: dts; +Cc: changqingxwu

The FreeBSD define was removed from platform file when HAL was upgraded
to newer version

Signed-off-by: changqingxwu <changqingx.wu@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from FreeBSD
  2018-07-27  1:05 [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from FreeBSD changqingxwu
@ 2018-07-27  2:46 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2018-07-27  2:46 UTC (permalink / raw)
  To: Wu, ChangqingX, dts; +Cc: Wu, ChangqingX

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@dpdk.org] On Behalf Of changqingxwu
> Sent: Friday, July 27, 2018 9:05 AM
> To: dts@dpdk.org
> Cc: Wu, ChangqingX <changqingx.wu@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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-27  2:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27  1:05 [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from FreeBSD changqingxwu
2018-07-27  2:46 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).