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 031EC43091; Thu, 17 Aug 2023 16:58:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FBB740ED9; Thu, 17 Aug 2023 16:58:52 +0200 (CEST) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mails.dpdk.org (Postfix) with ESMTP id 5E07040685 for ; Thu, 17 Aug 2023 16:58:51 +0200 (CEST) Received: by mail-pf1-f170.google.com with SMTP id d2e1a72fcca58-689e6fce70dso755326b3a.1 for ; Thu, 17 Aug 2023 07:58:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1692284330; x=1692889130; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:to:from:date:from:to:cc:subject:date:message-id :reply-to; bh=R4FgfbtC9K3rcyC0LV/f70f80XO6YYZ1dZGzi6JaZ3g=; b=F7y/v2Jbx7TbsT5Fhky/D9xYcYVfGAg547swgMI5AKbxLTCcVAD4hhSgoun0XVWA7f zVNWoFWgM8kU2gI/sVjDrlUg80ZGp9n3CYsRkXL7sj5jpGKH2el6d8hbjvGxlqZVcOB8 UjZ3au//gY+I7UDu1MC/dhiSn2d2Z/78Yb2gV8qak6AJezWX3Y9QLD/1wuHq5McCIX8s cBBh6WeZgTS8rtQf23Dz/4i3pOL6EGL5FtzNRiR9EYGUsWyulyozzq2FojMDJKa6WECY Sumgys5p2WPLYg+33vVcIyCbdC5ISKtfmNiTVWbAvWDLIaO3ECxAbjSvhbmWsHp7s2es 2xwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692284330; x=1692889130; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=R4FgfbtC9K3rcyC0LV/f70f80XO6YYZ1dZGzi6JaZ3g=; b=lk+7XCWVGaNs9b4UmmlctsO2zQuJSKV6M53q/faqfGSzJFhogsNXTnp5W96mxx/K1W hJ4jWrT57eiagFjN2CHGn6KCmZo9ekJNXD7FpsPA6h72fm4J92clk67ClGX3vyWr7oEP 3ATJTOn0YUcPrcWTnWAiuMfaPLX7PDL+Xqy3BNWqPysugTtUcob6AeTVAR6EKzD4JsUC YD1lCpDbMpsX7zJ8YWNEcQnRIl/zzX8jXlaJqbT5OW+DtJl5ykkSgMSqsXkLO1WGgDIb TiTlSBADW6+Kan5JyZGX9U0/FWXwFBGQdPE7MyP1xtpLPCT2rYha6avecYCqUZxAaSXP 4HLg== X-Gm-Message-State: AOJu0YzCSRM40DOfmyCKhSXfWMnFxcNTATimxFysbrPmGnLxQhYSHh5M WN+foKNtfOW2qEWtXahupVoPxRZ5dAqmVxEKf6O+fiXZ X-Google-Smtp-Source: AGHT+IH7VJ1bVc9kk74nk7c7nQzI3vx3wmqyXvj73ZrOqNCEWn5rttzEhyj0UOIs3I9ZI8eZjOBL+Q== X-Received: by 2002:a05:6a20:12d3:b0:145:47af:57d8 with SMTP id v19-20020a056a2012d300b0014547af57d8mr7534797pzg.2.1692284330229; Thu, 17 Aug 2023 07:58:50 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id f22-20020a637556000000b005655811848asm13798115pgn.43.2023.08.17.07.58.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Aug 2023 07:58:50 -0700 (PDT) Date: Thu, 17 Aug 2023 07:58:48 -0700 From: Stephen Hemminger To: dev@dpdk.org Subject: Re: [PATCH v3] devtools: add script to check for non inclusive naming Message-ID: <20230817075848.3fb852e8@hermes.local> In-Reply-To: <20230405232930.15202-1-stephen@networkplumber.org> References: <0230331200824.195294-1-stephen@networkplumber.org> <20230405232930.15202-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Wed, 5 Apr 2023 16:29:30 -0700 Stephen Hemminger wrote: > Script to find words that should not be used. > Really just a wrapper around git grep command. > By default it prints matches. > > Uses the word lists from Inclusive Naming Initiative > see https://inclusivenaming.org/word-lists/ Script still works fine, and should be considered. BUT the inclusive naming word list on web site is no longer valid JSON, so right now it causes a JSON decode error.