From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 78F6327D for ; Wed, 20 Feb 2019 10:42:24 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2019 01:42:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,390,1544515200"; d="scan'208";a="148314009" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 20 Feb 2019 01:42:22 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.72]) by IRSMSX151.ger.corp.intel.com ([169.254.4.243]) with mapi id 14.03.0415.000; Wed, 20 Feb 2019 09:42:22 +0000 From: "Ananyev, Konstantin" To: "Richardson, Bruce" CC: "dev@dpdk.org" , "thomas@monjalon.net" Thread-Topic: [PATCH v2 4/5] test/bpf: move to examples folder Thread-Index: AQHUyGL8KnwLenZe+EWJt1BDtZbgG6XobgPwgAABsoCAAABqwA== Date: Wed, 20 Feb 2019 09:42:21 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258012413B7AC@irsmsx105.ger.corp.intel.com> References: <20190125202642.66559-1-bruce.richardson@intel.com> <20190219145308.65668-1-bruce.richardson@intel.com> <20190219145308.65668-5-bruce.richardson@intel.com> <2601191342CEEE43887BDE71AB977258012413B796@irsmsx105.ger.corp.intel.com> <20190220093957.GA87164@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20190220093957.GA87164@bricha3-MOBL.ger.corp.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2Q3ZTAzMTgtOGVjMi00Mzk0LWFmMzUtNDljMGNkOTk5MTE0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiekV0YnBRMzZSb1VHbUJKeW45NkN6VHN4cW0weDlSc3RoZ0p3RUdXQ1RQMUpxTzVKTHJVQlJuOGhuMVQ2MUsrYSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 4/5] test/bpf: move to examples folder 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, 20 Feb 2019 09:42:24 -0000 > -----Original Message----- > From: Richardson, Bruce > Sent: Wednesday, February 20, 2019 9:40 AM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; thomas@monjalon.net > Subject: Re: [PATCH v2 4/5] test/bpf: move to examples folder >=20 > On Wed, Feb 20, 2019 at 09:35:02AM +0000, Ananyev, Konstantin wrote: > > > > > > > -----Original Message----- > > > From: Richardson, Bruce > > > Sent: Tuesday, February 19, 2019 2:53 PM > > > To: dev@dpdk.org; thomas@monjalon.net > > > Cc: Richardson, Bruce ; Ananyev, Konstant= in > > > Subject: [PATCH v2 4/5] test/bpf: move to examples folder > > > > > > The bpf folder didn't actual contain a test application, but instead > > > basic examples of BPF code for use with testpmd. > > > > Might be the better to create app/test-pmf/bpf directory > > and move them into it. > > Konstantin > > > Assume "test-pmd" in the path, right? Yes :) > I actually think they are better in > examples, myself, but no strong opinions. Anyone else have thoughts? > [Thomas, you are generally a good man for having your say - any input > here?] >=20 > /Bruce