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 7505DA0471 for ; Wed, 19 Jun 2019 10:42:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6CFCD1C222; Wed, 19 Jun 2019 10:42:55 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A14321C218 for ; Wed, 19 Jun 2019 10:42:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jun 2019 01:42:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,392,1557212400"; d="scan'208";a="182676466" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by fmsmga004.fm.intel.com with ESMTP; 19 Jun 2019 01:42:53 -0700 Received: from orsmsx151.amr.corp.intel.com (10.22.226.38) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 19 Jun 2019 01:42:52 -0700 Received: from orsmsx122.amr.corp.intel.com ([169.254.11.7]) by ORSMSX151.amr.corp.intel.com ([169.254.7.71]) with mapi id 14.03.0439.000; Wed, 19 Jun 2019 01:42:52 -0700 From: "Rao, Nikhil" To: "Eads, Gage" , "Van Haaren, Harry" CC: "dev@dpdk.org" , Jerin Jacob Kollanukkaran Thread-Topic: [PATCH v2] eventdev: change Rx adapter callback and stats structure Thread-Index: AdUkxOjOd5+1v5Giok+gHXqkiQ6TAwBsD1eAAAEyZ3A= Date: Wed, 19 Jun 2019 08:42:52 +0000 Message-ID: <1F668163772FA946975B9466A9DFF729EDE603F9@ORSMSX122.amr.corp.intel.com> References: <1F668163772FA946975B9466A9DFF729EDE603A9@ORSMSX122.amr.corp.intel.com> In-Reply-To: <1F668163772FA946975B9466A9DFF729EDE603A9@ORSMSX122.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.140] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] eventdev: change Rx adapter callback and stats structure 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" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rao, Nikhil > Sent: Wednesday, June 19, 2019 1:40 PM > To: Jerin Jacob Kollanukkaran > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] eventdev: change Rx adapter callback > and stats structure >=20 > Hi Jerin, >=20 > > -----Original Message----- > > From: Jerin Jacob Kollanukkaran [mailto:jerinj@marvell.com] > > Sent: Monday, June 17, 2019 10:03 AM > > To: Rao, Nikhil > > Cc: dev@dpdk.org > > Subject: RE: [PATCH v2] eventdev: change Rx adapter callback and stats > > structure > > > > > 2) remove the following > > lib/librte_eventdev/Makefile:CFLAGS +=3D -DALLOW_EXPERIMENTAL_API >=20 > ALLOW_EXPERIMENTAL_API is needed to allow for a call to > rte_service_may_be_active() from the Tx adapter. >=20 > Nikhil + Gage, Harry. Can we remove the experimental tag from rte_service_may_be_active() ? Thanks, Nikhil