From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4404043C1D; Wed, 28 Feb 2024 10:29:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1CE664027D; Wed, 28 Feb 2024 10:29:14 +0100 (CET) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 191154003C for ; Wed, 28 Feb 2024 10:29:13 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id E8693211AB; Wed, 28 Feb 2024 10:29:12 +0100 (CET) Content-class: urn:content-classes:message Subject: RE: [PATCH 3/3] rcu: use rte macro instead of GCC attribute MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 28 Feb 2024 10:29:11 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F280@smartserver.smartshare.dk> X-MimeOLE: Produced By Microsoft Exchange V6.5 In-Reply-To: <1709075273-6885-4-git-send-email-roretzla@linux.microsoft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 3/3] rcu: use rte macro instead of GCC attribute Thread-Index: Adpp0deCPoFy0FDVRYaUCcN+Ob6KEAAVmpmA References: <1709075273-6885-1-git-send-email-roretzla@linux.microsoft.com> <1709075273-6885-4-git-send-email-roretzla@linux.microsoft.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Tyler Retzlaff" , Cc: "Bruce Richardson" , "Honnappa Nagarahalli" , "Vladimir Medvedkin" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Tyler Retzlaff [mailto:roretzla@linux.microsoft.com] > Sent: Wednesday, 28 February 2024 00.08 >=20 > Use existing __rte_pure macro from rte_common.h instead of directly Typo: __rte_pure -> __rte_may_alias The code is correct, only the description has the typo. > using __attribute__((__may_alias__)). >=20 > Signed-off-by: Tyler Retzlaff > --- With the typo corrected, For the series, Reviewed-by: Morten Br=F8rup