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 37141A0548; Mon, 26 Apr 2021 15:34:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1DCC041104; Mon, 26 Apr 2021 15:34:55 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 4C9BF40140 for ; Mon, 26 Apr 2021 15:34:54 +0200 (CEST) IronPort-SDR: pFWWIwS/lMDwbf1rMAnWOYIlxFHgitr6yRnvUJ1ECGJiUzauQQ61OoDYrQ5we3qwydoz8/kZXl tsvVngZdQ67g== X-IronPort-AV: E=McAfee;i="6200,9189,9966"; a="260287718" X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="260287718" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 06:34:50 -0700 IronPort-SDR: l2jFzhuRQd0qnUexYmtYd87xQrVjBHEy8VjqTFMAkkozSBMp4rBzqWnp25qoL87LublFI7+kcu N/SNBO57+6Og== X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="402926618" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.240.23]) ([10.213.240.23]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 06:34:49 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1619063789-60922-1-git-send-email-humin29@huawei.com> <1619063789-60922-2-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <95635f27-c41b-4070-26c8-9012401736a9@intel.com> Date: Mon, 26 Apr 2021 14:34:45 +0100 MIME-Version: 1.0 In-Reply-To: <1619063789-60922-2-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/3] kni: fix wrong comments 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 Sender: "dev" On 4/22/2021 4:56 AM, Min Hu (Connor) wrote: > This patch changed 'subsytem' to 'subsystem'. > > Fixes: 0c6bc8ef70ba ("kni: memzone pool for alloc and release") > Cc: stable@dpdk.org > > Signed-off-by: Min Hu (Connor) This is not on the "kni:", which implies the kni library, but the kni unit test, will fix title while merging. Reviewed-by: Ferruh Yigit