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 DFD7D428B1; Mon, 3 Apr 2023 07:31:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A92B40A7E; Mon, 3 Apr 2023 07:31:30 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id DB4E24014F for ; Mon, 3 Apr 2023 07:31:28 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id DF93E210C8AA; Sun, 2 Apr 2023 22:31:27 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DF93E210C8AA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1680499887; bh=O/EpFDvmxIlppBAy4iI0QbJPUg56pbymgAwraSDO6g0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qtjp4hQR9MdmytVjR+Wg7KOyy4gacq54GVK3L0lqOmOJQtZkI6V8sphQA8z2ukECd 1YWvGu0GcF2MxG0t+etFHM7ulsJFSjdj34/OSUdRhUnY8aI/n2caez9mRk9n9gg/kP Gm9PJneD3GJ2hwS6pYH+s9rVAoCkfrpMmvxNCH5c= Date: Sun, 2 Apr 2023 22:31:27 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Shepard Siegel , Ed Czeck , John Miller Subject: Re: [PATCH] doc/ark: replace word segregation Message-ID: <20230403053127.GA19270@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230402225356.104666-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230402225356.104666-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 Sun, Apr 02, 2023 at 03:53:56PM -0700, Stephen Hemminger wrote: > The word "segregation" brings up troubling memorys. > Instead, use the term seperation which is what DPDK flow docs use. > > Signed-off-by: Stephen Hemminger Acked-by: Tyler Retzlaff