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 685A2A0C4B; Thu, 14 Oct 2021 17:29:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D0784112E; Thu, 14 Oct 2021 17:29:40 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 777AC40E50 for ; Thu, 14 Oct 2021 17:29:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634225379; 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: in-reply-to:in-reply-to:references:references; bh=FvgjJOWmNfUBPGj5mktASOs0ZMgWYCeC+NYB6QOMk/0=; b=MLw28vuVlhGvAjSGzbGgSLqEXQYCoCOuRLchYpihJKp+s60TMCinORoJ0iHkGNj5xEEg8f ytq5+RKwmeMGhCEBx2QWBm9/rgrnDIuZtHUs7VOQxEpKis23mLgMt5VzBPL70epGgjfQ9a GMVaK7Wjn3P16jXjRympCjVqcefxb5c= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-273-OG1cacyqOMuwK0-iKnh8ZQ-1; Thu, 14 Oct 2021 11:29:36 -0400 X-MC-Unique: OG1cacyqOMuwK0-iKnh8ZQ-1 Received: by mail-lf1-f69.google.com with SMTP id bu34-20020a05651216a200b003fd7bb9caa1so4682331lfb.0 for ; Thu, 14 Oct 2021 08:29:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FvgjJOWmNfUBPGj5mktASOs0ZMgWYCeC+NYB6QOMk/0=; b=ENNutNbFXIr1INVSYz36GUfM4n8X4D72jYRlKO6kh+5uNOThg+ubI5/Bg/STUOK7JV nyTK3dFMG96K2c3uCNOFqlU0Oqtcx0wzBFday5bo/RokzIJ5atNhVByj6Z5RYfeP/Le2 Syu6XRG/Qms43YV4afAx93z5Sv3yigmEUOdcw8jLgVZpEkv3CGWakAVA8gOMEkT8r0KP /L/HViyXkuhmvijvI0PgRWkpui+I0qCOmGX5ipEmbT8KrMBsda5kKZhlUhQICSNZes6d TiStMEhz+WtSTo0sQ6sWKtqRmcFrdXdNfZVBTLnvO2zpws7FZ4uo63v+6u1xYKPmXPrl elcQ== X-Gm-Message-State: AOAM530bCQ1x2ywsT0AMSiVVmW02bYT8mSOdoUURxzqB99oIBGqAAyst KI4LBgCFXR6jQx9pnV01yvL4vNMuTHF3TrzC9VZ2QycIiLkUpAQQ2A+FXXuzP4Pa6HLf/cXU72a YVhnVOzfpsm6u3Jg1Nzc= X-Received: by 2002:a05:6512:3f28:: with SMTP id y40mr5869085lfa.499.1634225374917; Thu, 14 Oct 2021 08:29:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwyu9OGfNfqhPOUvpfSTTBK+nyXn7Up7UshrsIKqh1yVf8b7oLHCOjgIlxSyvg+wSvtvONcxHLW/PChFs9UnKM= X-Received: by 2002:a05:6512:3f28:: with SMTP id y40mr5869067lfa.499.1634225374749; Thu, 14 Oct 2021 08:29:34 -0700 (PDT) MIME-Version: 1.0 References: <20210930000811.593298-1-thinhtr@linux.vnet.ibm.com> <20211012185432.647898-1-thinhtr@linux.vnet.ibm.com> In-Reply-To: <20211012185432.647898-1-thinhtr@linux.vnet.ibm.com> From: David Marchand Date: Thu, 14 Oct 2021 17:29:23 +0200 Message-ID: To: Thinh Tran Cc: dev , David Christensen 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" Subject: Re: [dpdk-dev] [PATCH v2] build/ppc: enable build support for Power10 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 Sender: "dev" On Tue, Oct 12, 2021 at 8:55 PM Thinh Tran wrote: > > For native build, enabling building the highest cpu_instruction_set > supported by the build host, including the new POWER10. > > For cross compile, verifying that the compiler supports the > cpu_instruction_set specified in the cross-file > > Signed-off-by: Thinh Tran > Reviewed-by: David Christensen I could not test for Power10 with my toolchain Checking if "Detect P10" compiles: NO config/ppc/meson.build:53:18: ERROR: Problem encountered: POWER10 requested but not supported In any case, applied, thanks. > > > v2: > * resubmit to trigger the rebuild on the current head of repo which > should have the fix for the build issue reported in Bug 817 This comment should be an annotation. https://doc.dpdk.org/guides/contributing/patches.html#creating-patches Dropped from commitlog. -- David Marchand