From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7F37E5942 for ; Thu, 4 Apr 2019 01:06:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 16:06:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,306,1549958400"; d="scan'208";a="147840061" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 03 Apr 2019 16:05:59 -0700 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 16:05:59 -0700 Received: from fmsmsx108.amr.corp.intel.com ([169.254.9.216]) by FMSMSX161.amr.corp.intel.com ([169.254.12.31]) with mapi id 14.03.0415.000; Wed, 3 Apr 2019 16:05:59 -0700 From: "Eads, Gage" To: Thomas Monjalon CC: "dev@dpdk.org" , "olivier.matz@6wind.com" , "arybchenko@solarflare.com" , "Richardson, Bruce" , "Ananyev, Konstantin" , "gavin.hu@arm.com" , "Honnappa.Nagarahalli@arm.com" , "nd@arm.com" Thread-Topic: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test Thread-Index: AQHU6m5rpqOzMUslXkSRxNzkHZ1QA6YrDN6g Date: Wed, 3 Apr 2019 23:05:58 +0000 Message-ID: <9184057F7FC11744A2107296B6B8EB1E542109FE@FMSMSX108.amr.corp.intel.com> References: <20190403200916.16349-1-gage.eads@intel.com> <20190403205041.4651-1-gage.eads@intel.com> <20190403205041.4651-4-gage.eads@intel.com> <2584131.6c8qlZc1Ft@xps> In-Reply-To: <2584131.6c8qlZc1Ft@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQwNGE0OTItZWQ5ZC00ZDQwLTljOGEtMzI4MjBlMDg0ODVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaUpWVm9taEZua2pWREF3RFZqTWFXSUkwYzM0Y2YzYk9HNmdXTjFqankwVnByT1FsK2orTUdsemFCM3JlRkdWTiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.1.200.107] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test 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: Wed, 03 Apr 2019 23:06:02 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, April 3, 2019 5:41 PM > To: Eads, Gage > Cc: dev@dpdk.org; olivier.matz@6wind.com; arybchenko@solarflare.com; > Richardson, Bruce ; Ananyev, Konstantin > ; gavin.hu@arm.com; > Honnappa.Nagarahalli@arm.com; nd@arm.com > Subject: Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test >=20 > 03/04/2019 22:50, Gage Eads: > > stack_autotest performs positive and negative testing of the stack > > API, and exercises the push and pop datapath functions with all availab= le > lcores. > > > > Signed-off-by: Gage Eads > > Reviewed-by: Olivier Matz > > --- > > MAINTAINERS | 1 + > > app/test/Makefile | 2 + > > app/test/meson.build | 3 + > > app/test/test_stack.c | 410 > > ++++++++++++++++++++++++++++++++++++++++++++++++++ > > 4 files changed, 416 insertions(+) > > create mode 100644 app/test/test_stack.c >=20 > Another error with Arm: >=20 > app/test/test_stack.c:275:2: error: unknown type name 'rte_atomic64_t' >=20 > I think you should install an Arm toolchain and run test-meson-builds.sh >=20 I should've done that a while ago -- it was pretty painless on Ubuntu. Look= s like rte_atomic.h is the last missing header. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2D0FBA0679 for ; Thu, 4 Apr 2019 01:06:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2D1CE5B3A; Thu, 4 Apr 2019 01:06:03 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7F37E5942 for ; Thu, 4 Apr 2019 01:06:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 16:06:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,306,1549958400"; d="scan'208";a="147840061" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 03 Apr 2019 16:05:59 -0700 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 16:05:59 -0700 Received: from fmsmsx108.amr.corp.intel.com ([169.254.9.216]) by FMSMSX161.amr.corp.intel.com ([169.254.12.31]) with mapi id 14.03.0415.000; Wed, 3 Apr 2019 16:05:59 -0700 From: "Eads, Gage" To: Thomas Monjalon CC: "dev@dpdk.org" , "olivier.matz@6wind.com" , "arybchenko@solarflare.com" , "Richardson, Bruce" , "Ananyev, Konstantin" , "gavin.hu@arm.com" , "Honnappa.Nagarahalli@arm.com" , "nd@arm.com" Thread-Topic: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test Thread-Index: AQHU6m5rpqOzMUslXkSRxNzkHZ1QA6YrDN6g Date: Wed, 3 Apr 2019 23:05:58 +0000 Message-ID: <9184057F7FC11744A2107296B6B8EB1E542109FE@FMSMSX108.amr.corp.intel.com> References: <20190403200916.16349-1-gage.eads@intel.com> <20190403205041.4651-1-gage.eads@intel.com> <20190403205041.4651-4-gage.eads@intel.com> <2584131.6c8qlZc1Ft@xps> In-Reply-To: <2584131.6c8qlZc1Ft@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQwNGE0OTItZWQ5ZC00ZDQwLTljOGEtMzI4MjBlMDg0ODVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaUpWVm9taEZua2pWREF3RFZqTWFXSUkwYzM0Y2YzYk9HNmdXTjFqankwVnByT1FsK2orTUdsemFCM3JlRkdWTiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.1.200.107] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190403230558.a2mTcb_upYIg0nsy87r5ekHNQ7lfOiy9d_ctctaudmA@z> > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, April 3, 2019 5:41 PM > To: Eads, Gage > Cc: dev@dpdk.org; olivier.matz@6wind.com; arybchenko@solarflare.com; > Richardson, Bruce ; Ananyev, Konstantin > ; gavin.hu@arm.com; > Honnappa.Nagarahalli@arm.com; nd@arm.com > Subject: Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test >=20 > 03/04/2019 22:50, Gage Eads: > > stack_autotest performs positive and negative testing of the stack > > API, and exercises the push and pop datapath functions with all availab= le > lcores. > > > > Signed-off-by: Gage Eads > > Reviewed-by: Olivier Matz > > --- > > MAINTAINERS | 1 + > > app/test/Makefile | 2 + > > app/test/meson.build | 3 + > > app/test/test_stack.c | 410 > > ++++++++++++++++++++++++++++++++++++++++++++++++++ > > 4 files changed, 416 insertions(+) > > create mode 100644 app/test/test_stack.c >=20 > Another error with Arm: >=20 > app/test/test_stack.c:275:2: error: unknown type name 'rte_atomic64_t' >=20 > I think you should install an Arm toolchain and run test-meson-builds.sh >=20 I should've done that a while ago -- it was pretty painless on Ubuntu. Look= s like rte_atomic.h is the last missing header.