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 428BDA04DC; Mon, 26 Oct 2020 15:26:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 227D02BAF; Mon, 26 Oct 2020 15:26:28 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by dpdk.org (Postfix) with ESMTP id 486EC1D9E; Mon, 26 Oct 2020 15:26:25 +0100 (CET) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 0AC8B7F567; Mon, 26 Oct 2020 17:26:24 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 0AC8B7F567 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1603722384; bh=yxF0Ux+LgzahJawj268Ti7dYpFUE+bRLLHCBZa08QIg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=tQqkciQap159tIZyL3YFcOEL7wBjQMC+sOFRpNXc70HkoYb7YbcUKj/kbnA22FXVZ Dx93dTFn/efol/VrDfXaMi5qny8mYihGDWDDvyukvE8A2NDuZKU1GsSUDu02vPIOET /4KsPAXP03WktLIvEKz+pBS3UWcWxZfoL8DeZZHY= To: Thomas Monjalon , dev@dpdk.org Cc: ferruh.yigit@intel.com, david.marchand@redhat.com, bruce.richardson@intel.com, olivier.matz@6wind.com, akhil.goyal@nxp.com, stable@dpdk.org, Konstantin Ananyev References: <20201026052105.1561859-1-thomas@monjalon.net> <20201026052105.1561859-4-thomas@monjalon.net> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <5122ee5c-6deb-8e7f-e96e-bbd992963a13@oktetlabs.ru> Date: Mon, 26 Oct 2020 17:26:23 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201026052105.1561859-4-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 03/15] mbuf: fix typo in dynamic field convention note 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 10/26/20 8:20 AM, Thomas Monjalon wrote: > Replace "in a in PMD" with "in a PMD". > > Fixes: 4958ca3a443a ("mbuf: support dynamic fields and flags") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko