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 8F75CA0A02; Thu, 25 Mar 2021 16:06:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47403140E15; Thu, 25 Mar 2021 16:06:32 +0100 (CET) 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 D4397140E0C for ; Thu, 25 Mar 2021 16:06:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616684790; 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=NwgImEJFjXiOwk9DGpWXMA4Q7Ld9NwwAwl/ZodBY1To=; b=UTFWslZTIqecxv7pHILCTLhHSRzLoLqIumdUHwwViiVJtPIRWKzR/iv/O8F7BvE/uFQbob SKhh3YhyWj0N67s0y/eVpCRxMAdF/P/QNmBtZGB+0Bx3rPiKpVnKUEQDZQt/zqvcaKrK24 pRStB+dXkcUuiMSi9u92TYV4oOOXYwk= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-203-4t4uXsmxOF-d2gTDum8ukg-1; Thu, 25 Mar 2021 11:06:28 -0400 X-MC-Unique: 4t4uXsmxOF-d2gTDum8ukg-1 Received: by mail-vk1-f198.google.com with SMTP id r63so801249vkg.6 for ; Thu, 25 Mar 2021 08:06:28 -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; bh=NwgImEJFjXiOwk9DGpWXMA4Q7Ld9NwwAwl/ZodBY1To=; b=dKqfinHUUNW51q8usvDQjjTIX//ssyXKD0Tovj8AxnMmXUGCWgOSh3dAEosGiKCXbK sA8XGgbjmZg47Ks/W/OR49sB9kcWwemCC0Y2Xi4DHpBpUynaCY6uHlIpeCg9bkFg0ISs C4WFSRiT2yCezXj1FUg7JGr+v4vGyDrHWdGVMq0forUo6esYp5mFllAVlpYyMrH54WkB I98Z0E7kYK4waXoYKjvd7NxbhSwds63l+gUT5KRnXry9zfDHCIlWUve6b7RtqlAMlTnF m8RSBUVd4JsGPkkETTNn33jxP7vDzcrm9BTilgxFqtTUsz/Vn5y6xlLmuA2XJuLENooY v6Vw== X-Gm-Message-State: AOAM533/zsLag1e93QDdnkJ5JM9RtBU79koTf3xrCPpIJfHKuLnKQQuV rfNBgqwZumgJ5msQY25jQD/Ukg3VqXVmHxWiSYp7YaMzYDWvIZj5OQGNaxR1cFvfxIOuPvhEPML 2sjd8/ww0k9uHYyzn6w8= X-Received: by 2002:ab0:7c67:: with SMTP id h7mr4619346uax.126.1616684784804; Thu, 25 Mar 2021 08:06:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyuWS25AY+Jm7KGtgKfj3UhF+xMgLj3agQwVKBt6ft0HW2MZ3O4wAYDDdMe1kyNwYujO0cXF1XDy9ygi8tqdHo= X-Received: by 2002:ab0:7c67:: with SMTP id h7mr4619044uax.126.1616684781508; Thu, 25 Mar 2021 08:06:21 -0700 (PDT) MIME-Version: 1.0 References: <20200402171241.13258-1-dwilder@us.ibm.com> In-Reply-To: <20200402171241.13258-1-dwilder@us.ibm.com> From: David Marchand Date: Thu, 25 Mar 2021 16:06:09 +0100 Message-ID: To: David Wilder , "Burakov, Anatoly" Cc: Aaron Conole , Michael Santana , Thomas Monjalon , "Yigit, Ferruh" , Andrew Rybchenko , dev , "Ruifeng Wang (Arm Technology China)" , David Christensen , Jerin Jacob , David Wilder 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 v4 0/4] add travis ci support for ppc64le 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 Thu, Apr 2, 2020 at 7:13 PM David Wilder wrote: > > This patch series adds Travis gcc compilation jobs and unit testing > for ppc64le. Limitations for ppc64le are similar to arm64 (see commit > 31bb45bcfd). > > 1. Only gcc builds are supported on ppc64le. > 2. Hugepages are not available in the ppc64le Travis environment. > 3. Memory requirements are larger for ppc64le due to a higher > RTE_MAX_LCORE value. > > V2: Insures iova-mode is VA when --no-huge is selected. > Removed setting of --iova-mode=VA in test-null.sh. > V3: Refactor ppc64le changes on top of David Marchand's > Patch series: "Reorganise Travis jobs" > http://mails.dpdk.org/archives/dev/2020-February/158231.html > V4: Adding unit testing. > Updated eal/linux: patch to force PA mode when --huge-page is used. > This should be a more straightforward solution than my V3 patch. > > A Travis build with theses patches can be found here: > https://travis-ci.org/github/djlwilder/dpdk/builds/670214578 > David Wilder (4): > eal/linux: force iova-mode va with no-huge option > devtools: allow test-null.sh to run on ppc64le > ci: add travis ci support for native ppc64le > ci: enable unit test for ppc64le > Is this series still applicable? The changes on EAL did not get a review. -- David Marchand