From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AA5541C01 for ; Fri, 27 Jul 2018 04:47:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2018 19:47:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,407,1526367600"; d="scan'208";a="59863656" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 26 Jul 2018 19:47:13 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 26 Jul 2018 19:47:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 26 Jul 2018 19:47:02 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.57]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.173]) with mapi id 14.03.0319.002; Fri, 27 Jul 2018 10:46:56 +0800 From: "Tu, Lijuan" To: "Wu, ChangqingX" , "dts@dpdk.org" CC: "Wu, ChangqingX" Thread-Topic: [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from FreeBSD Thread-Index: AQHUJUYkqYLvF01tm0Ka74XCPMG1fqSiS2qA Date: Fri, 27 Jul 2018 02:46:55 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20EE8ECF1@SHSMSX101.ccr.corp.intel.com> References: <1532653521-100201-1-git-send-email-changqingx.wu@intel.com> In-Reply-To: <1532653521-100201-1-git-send-email-changqingx.wu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTAwYzhjN2EtNzhjOS00MWFmLWI3MTUtNjdhNjYyMjJmOTRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicnhhTjFMS2RaV3JZY0IwRmNoVDFWdGNmU2RoYWlPMERDQUR1MzFFVkFhbzc3cjdMcVNkTjhWSm9XRHZZUGVwRSJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from FreeBSD X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 02:47:18 -0000 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 > Subject: [dts] [PATCH V1] test_plans/removed unit_tests_ringpmd from > FreeBSD >=20 > The FreeBSD define was removed from platform file when HAL was > upgraded to newer version >=20 > Signed-off-by: changqingxwu > --- > test_plans/unit_tests_ringpmd_test_plan.rst | 3 +++ > 1 file changed, 3 insertions(+) >=20 > 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. >=20 > +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:: >=20 > # make -C ./app/test/ > -- > 1.9.3