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 4F82DA04E7; Mon, 2 Nov 2020 20:49:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B14502BE1; Mon, 2 Nov 2020 20:49:15 +0100 (CET) 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 6422829C6 for ; Mon, 2 Nov 2020 20:49:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604346550; 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=9jNwQn1AG9Wa9cx439Zw3o5qq6Nxuis+H4wefIFm8pA=; b=C1N8+fRvSLw9PeGAPZL4pTCizjjsy6VOE6G5bblkDHuS+j7OrpyyVvwb1sj2+Bg8Zxwe3V NVZdLx0wDxgQpYKKLhyPTLQJBmVv52WzQu4TJpVou/PjwEq3HbzLkR/RDmf09uGsJi55UF naccSehisjEwYSfH/0Nx+PL37Nd7SXw= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-157-5Gqfki8dNEaUAlxuKrl8kg-1; Mon, 02 Nov 2020 14:49:07 -0500 X-MC-Unique: 5Gqfki8dNEaUAlxuKrl8kg-1 Received: by mail-vs1-f72.google.com with SMTP id k22so5347174vsg.5 for ; Mon, 02 Nov 2020 11:49:07 -0800 (PST) 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=9jNwQn1AG9Wa9cx439Zw3o5qq6Nxuis+H4wefIFm8pA=; b=CrOmXSiH4uN/kFbjHfdoUhIF9m9oNeuU4ZSTX/LAINGi7MpUl1tHBt9oUTXgzyazEv dM8qpaxVzxbtaWgzZpdKLgLNfnjJpPR7F+O6fZhoxRWOelbS2u3r2PbUUROTR+CrKlwo K0D6Uk7gwYauKqyLo6yzd6NXC9DXfjp3/ZEG2H3Gve+tmvZv2FWf0AmMqYcWiY/Z+LvR n1PpoJoZxK/Q0fBnmqs90x5VS0CFC2C26pnwy8O1lqypsOdfQyoZEB/wkce5ZLf7Fl5g 4wYL8AkmMMkfSjhfR6xuCdv9mmzqbvsrCd6xW/lVsdVSpEOjdv5FeTUTirdgEn4nZlga 5IiA== X-Gm-Message-State: AOAM530IToOjpRXFAIdIyqkYhpxol198pBetnSPyHY4cU2HUP9QpFBYt vNOdTdbCyiG7XzJjdabgyxhF24Izqx5/nDxF6E0PwZzaDx/EdGrK8LVfUbgg0ih1ztM514s8xp2 3KcvNNbtUmjKl6PeifYA= X-Received: by 2002:ab0:39ca:: with SMTP id g10mr3133872uaw.126.1604346546839; Mon, 02 Nov 2020 11:49:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJyntdUxj42yzzcxFIsy/FIEzgq8d/dWrtJoCa7dibQB419QVy15FZE6zrrRkxzr585YP357J/sjyRCoE8k9Lyo= X-Received: by 2002:ab0:39ca:: with SMTP id g10mr3133862uaw.126.1604346546656; Mon, 02 Nov 2020 11:49:06 -0800 (PST) MIME-Version: 1.0 References: <20201102174507.1085128-1-bruce.richardson@intel.com> <20201102174507.1085128-2-bruce.richardson@intel.com> In-Reply-To: <20201102174507.1085128-2-bruce.richardson@intel.com> From: David Marchand Date: Mon, 2 Nov 2020 20:48:54 +0100 Message-ID: To: Bruce Richardson , Thomas Monjalon Cc: dev , Guy Kaneti , Luca Boccassi , Rosen Xu , Andrew Rybchenko 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 1/8] regex/octeontx2: fix unnecessary name override 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 Mon, Nov 2, 2020 at 6:45 PM Bruce Richardson wrote: > > Since the device class is now part of the standard filenames, it's no > longer needed in name overrides in specific drivers. > > Fixes: a20b2c01a7a1 ("build: standardize component names and defines") > > Signed-off-by: Bruce Richardson Equivalent to https://patchwork.dpdk.org/patch/81961/ but maybe better to skip setting fmt_name when it is the same as the default value. -- David Marchand