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 182224261A; Fri, 22 Sep 2023 16:13:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E178640150; Fri, 22 Sep 2023 16:13:21 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id DFC284013F for ; Fri, 22 Sep 2023 16:13:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1695392000; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=raOdCFzaPWjNBzY223d7QrsKJ5trPAn+DwZws3j+g1Y=; b=MN5ZWM5KmbfmwMq2PQDgrvtzTW1unH+hL6UqRxcgW2iMpog0UNPHVAy4nk8RhOqeGG3Mp2 bOZBtKqF5k/m1vAi23uzqe7LBHJg7N6H9ybG44nL0tzq2ZQFrVPkUVj72hKAMk62UVcqMq Xydh82rEuG1sYCe/al1PpnIu9A/oUIo= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-298-vhdEvQG8NhSgPt59hrnMVw-1; Fri, 22 Sep 2023 10:13:18 -0400 X-MC-Unique: vhdEvQG8NhSgPt59hrnMVw-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2c01ce3c29fso29722121fa.3 for ; Fri, 22 Sep 2023 07:13:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695391996; x=1695996796; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=raOdCFzaPWjNBzY223d7QrsKJ5trPAn+DwZws3j+g1Y=; b=ETrZFIloA2GE+dKOP10CnqPNgvn6ByZKyEhOLmu1JtGxWkvehaOk8h5e46ZCvypWRa Xik+S5f6ZDw94Ye/Hk/FjVgLK2hhRr+K1OoGr6pbumGzToXC97Cd2rxZhRrjmrqJEFdU DfENxN/+VxZSCgmtn3LDw8bE9pwvjN+rbkZzz0eYwsk0BlHvOZBlXSQvAGeYzxGa3IzT hQqSjIGnfjOeLBj0x4Nuq13PS8/Fe9yB1zZ/SankZxblrONTAarMZNMFy45yGmcvITcV lLF0rHrOxdB8SbXuw3sP0f7whHkt5ARneVvHxyz9HvhzvaQ75Oj4hSNkaUNlQXr1s9D6 6Djg== X-Gm-Message-State: AOJu0YyQspweo1o8pOPZCZym7xrYzblUwmL9lY4VvXHk9Mo1yTbBIV9/ ScRf1WTwoG2VvD6Xkhos9oXqMQdtbdbEMlNYbjhD7bBAG2mnfTM6xn+FRsKKVJ55tSofWnpnRSy sXOu8uaR4Z09f+KfOy/8= X-Received: by 2002:a2e:6a09:0:b0:2bc:b557:cee9 with SMTP id f9-20020a2e6a09000000b002bcb557cee9mr7737373ljc.43.1695391996636; Fri, 22 Sep 2023 07:13:16 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHLDW0xa3dUM+sVG1CU/sqhqVHO+BqQZtmqYfZlQXDJLrtUjKYkIIj8NODdt7u8VBultyShHu0WmbYF/wKMtDA= X-Received: by 2002:a2e:6a09:0:b0:2bc:b557:cee9 with SMTP id f9-20020a2e6a09000000b002bcb557cee9mr7737359ljc.43.1695391996311; Fri, 22 Sep 2023 07:13:16 -0700 (PDT) MIME-Version: 1.0 References: <1695320025-3961-1-git-send-email-roretzla@linux.microsoft.com> In-Reply-To: <1695320025-3961-1-git-send-email-roretzla@linux.microsoft.com> From: David Marchand Date: Fri, 22 Sep 2023 16:13:04 +0200 Message-ID: Subject: Re: [PATCH] eal: fix location of per lcore macro documentation To: Tyler Retzlaff Cc: dev@dpdk.org, Thomas Monjalon X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Thu, Sep 21, 2023 at 8:14=E2=80=AFPM Tyler Retzlaff wrote: > > doxygen document generation does traverse RTE_TOOLCHAIN_MSVC conditional > compilation paths so move the documentation for per lcore macros out of > the RTE_TOOLCHAIN_MSVC block. > > Fixes: b2f967dcae69 ("eal: implement per lcore variables for MSVC") > > Signed-off-by: Tyler Retzlaff Reviewed-by: David Marchand Applied, thanks Tyler. --=20 David Marchand