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 12A2842888; Fri, 31 Mar 2023 18:00:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF0B442D32; Fri, 31 Mar 2023 18:00:57 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id AAB7142D31 for ; Fri, 31 Mar 2023 18:00:55 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 2E47920FFC80; Fri, 31 Mar 2023 09:00:55 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2E47920FFC80 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1680278455; bh=wyBVHUDWZME0cINCS4BAJUUVXZU2L6vZ0NqRcSQEvc4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=htR6mG0aBvqtO7apnw0OzKsthu/9OIlvYlNP/2GLXnA3HOeBMh8wYDzbVgKSzwNsD jt3IZsRD3UvidFxXvMFeLtvETq07PmMr8gBNAh1/qvLQQ8g+4TAwAxNGb4QP+Klj7h inQvqMcGvsped8X5/5VJQON4+jjNpxKW/EJDeGkg= Date: Fri, 31 Mar 2023 09:00:55 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Yipeng Wang , Sameh Gobriel , Bruce Richardson , Vladimir Medvedkin Subject: Re: [PATCH] test: replace use of wrd segregate Message-ID: <20230331160055.GA20390@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230331154725.9359-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230331154725.9359-1-stephen@networkplumber.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Fri, Mar 31, 2023 at 08:47:25AM -0700, Stephen Hemminger wrote: > Change comment based on inclusive naming recommendations. > > https://inclusivenaming.org/word-lists/tier-3/ > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff