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 8AEA5A04B0; Sat, 24 Oct 2020 19:10:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E82BC3D9; Sat, 24 Oct 2020 19:10:48 +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 C038736C for ; Sat, 24 Oct 2020 19:10:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603559445; 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=MOl6HrWjHyIueIs7tHWkdksx/9Tlz7vrpQ0fcAzki1o=; b=K9m9lFQ0b16lEuyvLSlCcvVLxkJu4FgsmgqbYFm2J3REridwULMBCt/U7Pz+Pco8OcRUTO mD0NaB4XirTDctpG3h7ylJqdobVEZwIWV4NDO5JXUj5RAflhXXf0+D1+973hc+vckAX+QU oLkKczycGgFn/4q+MvzihZqJ6XiK8M4= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-279-E1G86kl3Oy-wrlbVF5OpKg-1; Sat, 24 Oct 2020 13:10:43 -0400 X-MC-Unique: E1G86kl3Oy-wrlbVF5OpKg-1 Received: by mail-vk1-f200.google.com with SMTP id v4so1769144vkn.4 for ; Sat, 24 Oct 2020 10:10:43 -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=MOl6HrWjHyIueIs7tHWkdksx/9Tlz7vrpQ0fcAzki1o=; b=Krl+AE+aF1UC/UBQl/kYWXL7F5PhwG6Z6JgMtrZHXuI1PmLNI6L52SG8UYKjKS0eZ2 RfRCvo2YqOCSwrXxmGOBcnGVHAvYVJppCQgYRFjOpdVRZhDAHDA5eISlid7hg/wvGPgd 7HI70ReeYpXwffmA8tZ3tBaw87ik+jexTIaBsg6/8WJlfRCpCiut9OPfclCe06kBxi+H x1zS0WWx0QSQqklykW0tZIfUMvpSI7o5MfjbKZQ3n+xdEibHZXWNXAiojT8XAFVC1fdu PbdV2tmOEgsj3RpWcUPVzZjI3j+OYXwqwRFZnIxamd6cZrUrcPemZBy1/IlsYnDUxbX0 sQSw== X-Gm-Message-State: AOAM531X+eQfwHKNuW+wfpHVC9p2t1a6t2EdM8lSuLcbyLDLBFn+fdrM Bi/qhQNnc3LB+T8YXdREA5JNHrxm4rm4l/9A9gsEuSkukkJ3bdRgNCPsydScbuzFpfqMu+CFRkd dKrIpRAFnkWAUNmtTXRE= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr6912783vsa.27.1603559442928; Sat, 24 Oct 2020 10:10:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxtuMPONhT2Nl+E7txaSdfNV7ik6yeT9b9yHKjMzmpMhkL8OBIroSD1quSvJdFjnbZYIViM2RZZSQHIL9Exrqw= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr6912763vsa.27.1603559442664; Sat, 24 Oct 2020 10:10:42 -0700 (PDT) MIME-Version: 1.0 References: <20201006202250.3623749-1-thomas@monjalon.net> <20201024163619.352920-1-thomas@monjalon.net> In-Reply-To: <20201024163619.352920-1-thomas@monjalon.net> From: David Marchand Date: Sat, 24 Oct 2020 19:10:31 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Jerin Jacob Kollanukkaran , Bruce Richardson , "Ruifeng Wang (Arm Technology China)" , Jan Viktorin , David Christensen , "Ananyev, Konstantin" 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] maintainers: improve coverage of arch-specific files 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 Sat, Oct 24, 2020 at 6:36 PM Thomas Monjalon wrote: > > The sub-directories of config/ are maintained by > different architecture maintainers. > > Some wildcards are used to describe the lib, drivers and app files > which are specific to some architectures. > > The EAL Arm files have split responsibilities depending on 32/64 suffix, > and the common files are shared between Armv7 and Armv8 sections. > > Signed-off-by: Thomas Monjalon > Reviewed-by: David Christensen Squashed: @@ -276,6 +276,7 @@ IBM POWER (alpha) M: David Christensen F: config/ppc/ F: lib/librte_eal/ppc/ +F: lib/*/*_altivec* F: drivers/*/*/*_altivec.* F: app/*/*_altivec.* F: examples/*/*_altivec.* Acked-by: David Marchand Applied. -- David Marchand