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 12A94A04DB; Thu, 15 Oct 2020 22:32:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D00591DE69; Thu, 15 Oct 2020 22:32:41 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id D309E1DDD8 for ; Thu, 15 Oct 2020 22:32:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602793958; 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=kWoloX1smeH+kzuL10KZ7ADjv3KPsBp45M9DV8Xn0bc=; b=OxTcuec9bDE8mdsYhh9S588vdTmqEgKzZX9C3gJfUdnx02L8+lHRYAC6rI8aJ22JDhXF7V 2gXQ9TuTwd45kVPegGD5uhoinS8w9BMASpI1WBV0XBg+JmN2Rl9eUg4Pfwepx9TcgnSFa9 6pCTe43rw0z76rfs64eNus0sSS5bSoI= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-485-G2qq9vY6OnuF6wC5eDmDAw-1; Thu, 15 Oct 2020 16:32:34 -0400 X-MC-Unique: G2qq9vY6OnuF6wC5eDmDAw-1 Received: by mail-ua1-f70.google.com with SMTP id o59so19415uao.17 for ; Thu, 15 Oct 2020 13:32:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=kWoloX1smeH+kzuL10KZ7ADjv3KPsBp45M9DV8Xn0bc=; b=LVPGITiCaKp51rW+wYjptIFGBM1EokVp2cwQggbRcyB1wahqPbh0Ex4mMqlrVltW2b Xe+z+bgTECOIwTgrm6Ujka0ns4IngW+szhMKUycxezsv3DWXWZ4Z5QgsYBX4HMCoRFPL 1+Nc0KcOgwjGm4IssEwHIMQWmoUFN/pWJliMXkYD5H0EKV9QQghQjYNDC1EBnYTjDnGg vh2RaHEY/BxNnR+S0XooUasYBXCCsc7fZQzByMCs+X4E7qFtl6tjlq9cmBUFX6gz17mn l4aNVTWUOebdWkjwinmLK47SfSLisCEMKREawKC9i46X8+flYloqTYP+vLY2oNcjlXGe kTaA== X-Gm-Message-State: AOAM532AHLlOK8169rm2UuwQ6VOLzkp9uIBGSlfEyFV2jTdQC6ENh9SQ /yTSws5DAd/EcKEReLgf4VnkQBBo/hiL3oifBh0QHSznSG8jETStwfKzPh3J9XOrtB6QVifCZTt rZ6HJFmj6XMcRdlbtpBc= X-Received: by 2002:a1f:e942:: with SMTP id g63mr188055vkh.18.1602793953627; Thu, 15 Oct 2020 13:32:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxWN+FiOo474RpWVpFpjHlVPLUivqOf33f7tGSZMW1aHTALMEHoWhYDalpAuU0McVVUIVOBgQeN/xrej5it2ZQ= X-Received: by 2002:a1f:e942:: with SMTP id g63mr188039vkh.18.1602793953433; Thu, 15 Oct 2020 13:32:33 -0700 (PDT) MIME-Version: 1.0 References: <1599700614-22809-1-git-send-email-omkar.maslekar@intel.com> <1602582191-23807-1-git-send-email-omkar.maslekar@intel.com> <1602582191-23807-2-git-send-email-omkar.maslekar@intel.com> In-Reply-To: From: David Marchand Date: Thu, 15 Oct 2020 22:32:21 +0200 Message-ID: To: "Maslekar, Omkar" Cc: dev , "Richardson, Bruce" , "Loftus, Ciara" , David Christensen , Jerin Jacob Kollanukkaran , "Ruifeng Wang (Arm Technology China)" , Honnappa Nagarahalli Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v7] eal: add cache-line demote support 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 Thu, Oct 15, 2020 at 4:41 PM Maslekar, Omkar wrote: > >> diff --git a/lib/librte_eal/arm/include/rte_prefetch_32.h > >> b/lib/librte_eal/arm/include/rte_prefetch_32.h > >> index e53420a..28b3d48 100644 > >> --- a/lib/librte_eal/arm/include/rte_prefetch_32.h > >> +++ b/lib/librte_eal/arm/include/rte_prefetch_32.h > >> @@ -10,6 +10,7 @@ > >> #endif > >> > >> #include > >> +#include > > > >Move rte_compat.h inclusion from the arch headers to the > >generic/rte_prefetch.h header only. > I got below build error if I move rte_compat.h inclusion from the arch he= aders to the generic/rte_prefetch.h header only. I will remove it and send = out a new patch v8. > In file included from ../lib/librte_eal/x86/include/rte_prefetch.h:14:0, > from ../lib/librte_table/rte_swx_table_em.c:10: > ../lib/librte_eal/include/generic/rte_prefetch.h:67:1: error: expected = =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98a= sm=E2=80=99 or =E2=80=98__attribute__=E2=80=99 before =E2=80=98static=E2=80= =99 Please rebase on main as I took Harry patch which was ready. Thanks. --=20 David Marchand