From patchwork Mon Sep 6 02:13:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joyce Kong X-Patchwork-Id: 97997 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 41258A0C4D; Mon, 6 Sep 2021 04:14:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B843140E32; Mon, 6 Sep 2021 04:14:13 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id B432E40C35; Mon, 6 Sep 2021 04:14:11 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E2C59D6E; Sun, 5 Sep 2021 19:14:10 -0700 (PDT) Received: from net-arm-n1sdp.shanghai.arm.com (net-arm-n1sdp.shanghai.arm.com [10.169.208.222]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id BE6ED3F5A1; Sun, 5 Sep 2021 19:14:07 -0700 (PDT) From: Joyce Kong To: Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Viacheslav Ovsiienko , Jerin Jacob , Ajit Khaparde Cc: dev@dpdk.org, ruifeng@arm.com, nd@arm.com, stable@dpdk.org Date: Sun, 5 Sep 2021 21:13:53 -0500 Message-Id: <20210906021353.841-1-joyce.kong@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1] lib/ethdev: fix a typo in ethdev comment 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" Fix a typo that mb_pool was misspelt as mp_pool. Fixes: 4ff702b5dfa9 ("ethdev: introduce Rx buffer split") Cc: Viacheslav Ovsiienko Cc: stable@dpdk.org Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang Acked-by: Ferruh Yigit --- lib/ethdev/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h index d2b27c351f..1a0749d7ac 100644 --- a/lib/ethdev/rte_ethdev.h +++ b/lib/ethdev/rte_ethdev.h @@ -2190,7 +2190,7 @@ rte_eth_dev_is_removed(uint16_t port_id); * The configuration structure also contains the pointer to the array * of the receiving buffer segment descriptions, see rx_seg and rx_nseg * fields, this extended configuration might be used by split offloads like - * RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT. If mp_pool is not NULL, + * RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT. If mb_pool is not NULL, * the extended configuration fields must be set to NULL and zero. * @param mb_pool * The pointer to the memory pool from which to allocate *rte_mbuf* network