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 06052A0471 for ; Wed, 19 Jun 2019 10:09:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 044CB1C27D; Wed, 19 Jun 2019 10:09:42 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 961C11C27B for ; Wed, 19 Jun 2019 10:09:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jun 2019 01:09:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,392,1557212400"; d="scan'208";a="358117148" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by fmsmga005.fm.intel.com with ESMTP; 19 Jun 2019 01:09:39 -0700 Received: from orsmsx116.amr.corp.intel.com (10.22.240.14) 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:09:38 -0700 Received: from orsmsx122.amr.corp.intel.com ([169.254.11.7]) by ORSMSX116.amr.corp.intel.com ([169.254.7.109]) with mapi id 14.03.0439.000; Wed, 19 Jun 2019 01:09:39 -0700 From: "Rao, Nikhil" To: Jerin Jacob Kollanukkaran CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] eventdev: change Rx adapter callback and stats structure Thread-Index: AdUkxOjOd5+1v5Giok+gHXqkiQ6TAwBsD1eA Date: Wed, 19 Jun 2019 08:09:38 +0000 Message-ID: <1F668163772FA946975B9466A9DFF729EDE603A9@ORSMSX122.amr.corp.intel.com> References: In-Reply-To: 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" Hi Jerin, > -----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 >=20 > 2) remove the following > lib/librte_eventdev/Makefile:CFLAGS +=3D -DALLOW_EXPERIMENTAL_API ALLOW_EXPERIMENTAL_API is needed to allow for a call to rte_service_may_be_= active() from the Tx adapter. Nikhil