From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EF71D3237 for ; Tue, 26 Feb 2019 13:27:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2019 04:27:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,415,1544515200"; d="scan'208";a="125317502" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga007.fm.intel.com with ESMTP; 26 Feb 2019 04:27:02 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.72]) by IRSMSX103.ger.corp.intel.com ([169.254.3.199]) with mapi id 14.03.0415.000; Tue, 26 Feb 2019 12:27:02 +0000 From: "Ananyev, Konstantin" To: "Richardson, Bruce" , "thomas@monjalon.net" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3 2/5] test/test-acl: move to app directory Thread-Index: AQHUzc2PnO7NQPw6TUe6lrDPX3JqxqXyAWKQ Date: Tue, 26 Feb 2019 12:27:01 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258012413D3DA@irsmsx105.ger.corp.intel.com> References: <20190125202642.66559-1-bruce.richardson@intel.com> <20190226121903.5499-1-bruce.richardson@intel.com> <20190226121903.5499-3-bruce.richardson@intel.com> In-Reply-To: <20190226121903.5499-3-bruce.richardson@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWNiYzJkMTEtOTdhYy00NWMyLTg4ZDctZGQxYzk4MzVlZGE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQ290MVVpYkRXVVRXaG0rem4xT2NYQStpRXVkSk5ZdlFrMmc1WjJmaWNBSDlweHNva0IxaWluektzN2pISHhXcSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/5] test/test-acl: move to app directory X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2019 12:27:05 -0000 > -----Original Message----- > From: Richardson, Bruce > Sent: Tuesday, February 26, 2019 12:19 PM > To: thomas@monjalon.net > Cc: dev@dpdk.org; Richardson, Bruce ; Ananyev= , Konstantin > Subject: [PATCH v3 2/5] test/test-acl: move to app directory >=20 > Move to "app" directory and enable with meson build. >=20 > CC: Konstantin Ananyev > Signed-off-by: Bruce Richardson > --- > MAINTAINERS | 2 +- > app/Makefile | 1 + > app/meson.build | 1 + > {test =3D> app}/test-acl/Makefile | 0 > {test =3D> app}/test-acl/main.c | 0 > app/test-acl/meson.build | 5 +++++ > test/Makefile | 1 - > 7 files changed, 8 insertions(+), 2 deletions(-) > rename {test =3D> app}/test-acl/Makefile (100%) > rename {test =3D> app}/test-acl/main.c (100%) > create mode 100644 app/test-acl/meson.build >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 293bf6aa4..4f34c6e4c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1106,7 +1106,7 @@ ACL > M: Konstantin Ananyev > F: lib/librte_acl/ > F: doc/guides/prog_guide/packet_classif_access_ctrl.rst > -F: test/test-acl/ > +F: app/test-acl/ > F: test/test/test_acl.* > F: examples/l3fwd-acl/ > F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst > diff --git a/app/Makefile b/app/Makefile > index 51237d0f4..234e3f504 100644 > --- a/app/Makefile > +++ b/app/Makefile > @@ -6,6 +6,7 @@ include $(RTE_SDK)/mk/rte.vars.mk > DIRS-$(CONFIG_RTE_TEST_PMD) +=3D test-pmd > DIRS-$(CONFIG_RTE_PROC_INFO) +=3D proc-info > DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) +=3D pdump > +DIRS-$(CONFIG_RTE_LIBRTE_ACL) +=3D test-acl > DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) +=3D test-cmdline >=20 > ifeq ($(CONFIG_RTE_LIBRTE_BBDEV),y) > diff --git a/app/meson.build b/app/meson.build > index 8bdf4f581..3a34ebbf3 100644 > --- a/app/meson.build > +++ b/app/meson.build > @@ -4,6 +4,7 @@ > apps =3D [ > 'pdump', > 'proc-info', > + 'test-acl', > 'test-bbdev', > 'test-cmdline', > 'test-compress-perf', > diff --git a/test/test-acl/Makefile b/app/test-acl/Makefile > similarity index 100% > rename from test/test-acl/Makefile > rename to app/test-acl/Makefile > diff --git a/test/test-acl/main.c b/app/test-acl/main.c > similarity index 100% > rename from test/test-acl/main.c > rename to app/test-acl/main.c > diff --git a/app/test-acl/meson.build b/app/test-acl/meson.build > new file mode 100644 > index 000000000..d5c2581b4 > --- /dev/null > +++ b/app/test-acl/meson.build > @@ -0,0 +1,5 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2019 Intel Corporation > + > +sources =3D files('main.c') > +deps +=3D ['acl', 'net'] > diff --git a/test/Makefile b/test/Makefile > index 4ffc087a0..0b7a3ed96 100644 > --- a/test/Makefile > +++ b/test/Makefile > @@ -4,7 +4,6 @@ > include $(RTE_SDK)/mk/rte.vars.mk >=20 > DIRS-$(CONFIG_RTE_APP_TEST) +=3D test > -DIRS-$(CONFIG_RTE_LIBRTE_ACL) +=3D test-acl > DIRS-$(CONFIG_RTE_LIBRTE_PIPELINE) +=3D test-pipeline >=20 > include $(RTE_SDK)/mk/rte.subdir.mk > -- Acked-by: Konstantin Ananyev > 2.20.1