From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 205E7A051C; Mon, 10 Feb 2020 22:06:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7629D14583; Mon, 10 Feb 2020 22:06:28 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 2BDA7AAD5 for ; Mon, 10 Feb 2020 22:06:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2020 13:06:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,426,1574150400"; d="scan'208";a="280742267" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 10 Feb 2020 13:06:25 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 10 Feb 2020 13:06:24 -0800 Received: from FMSMSX109.amr.corp.intel.com ([169.254.15.123]) by fmsmsx156.amr.corp.intel.com ([169.254.13.233]) with mapi id 14.03.0439.000; Mon, 10 Feb 2020 13:06:24 -0800 From: "Chautru, Nicolas" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [PATCH 20.05 01/15] app/bbdev: replace constructor syntax with common macro Thread-Index: AQHV4C4QkZu/StOhLk+NZdCfJmzgmKgU6xTA Date: Mon, 10 Feb 2020 21:06:23 +0000 Message-ID: <1183128033837D43A851F70F33ED5C576EF8595D@FMSMSX109.amr.corp.intel.com> References: <20200210162032.1177478-1-thomas@monjalon.net> <20200210162032.1177478-2-thomas@monjalon.net> In-Reply-To: <20200210162032.1177478-2-thomas@monjalon.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 20.05 01/15] app/bbdev: replace constructor syntax with common macro 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" On 2/10/20 8:20 AM, Thomas Monjalon wrote: > There is a macro RTE_INIT for constructors, which is now used where > appropriate for consistency. >=20 > Signed-off-by: Thomas Monjalon Acked-by: Nic Chautru