From patchwork Fri Mar 22 15:17:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 51535 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6845A1B6BC; Fri, 22 Mar 2019 16:18:19 +0100 (CET) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id EA8781B65B; Fri, 22 Mar 2019 16:18:18 +0100 (CET) Received: by mail-wm1-f65.google.com with SMTP id z11so2579035wmi.0; Fri, 22 Mar 2019 08:18:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=stalnmXVsavcZsBNqRJ2CCi35cJFlqIACLbUI2+6tos=; b=qnWC/ubG+vcYROxw7O4FBHBRDcowAT+wjxFbAyYQjuAr5kxXS9aO+6jeGThtQ5/ccr wVMDPJjOEI2jdBjV5unAlIEK2EOdVnNWS3cSul7nHUsoe0tcyeEWToJjguXW1+lT69Q3 GPeACKwGw/ZkB7hcc80idt3xEUu+Y2OGDlpKQcOHd9DaBr5S8KsZTDROp/0mcs7RVQdE B7NYppMzWjgntdqb40shEdKfyNeiT4UaQ+QZmOGJDZCECwuCMiOtMlXX/+uuOcsieBxC Mn1VSV/Pc+aTrTuMbT0iRacfsDlrihwiRe3tVIelzaCnIxvKbLyBUbQ+8b9KbPf4ETII sU3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=stalnmXVsavcZsBNqRJ2CCi35cJFlqIACLbUI2+6tos=; b=slPAqUMk8u/UfTANHWYgXZYCzeLfLDYQc5a9hHL6vIAPpXJpEkOGKYo3AM6GLIaZPG DOBkJSQEBISS59nUocnBfi5Qrx/lN1utKzwqCiQqh+UjY1Qnt17l7SJ7nF3656Ij8rKq DhuqKhpC3SxoRBLAiQI3KRFXY/b6x12ujwvPvNTiLtY7UbTZEwMkUkNt1i+MfV3ywgPY CvgkzpFZXPxbmd1eXv6Jn4589i9xW1p4gScsIcwyGasegnwsVn0u2aoQ7I+r/qEYPnJy 7W5iT4yMIRseFsdhiT+xFcvGdjFot3O9RgXqXdjZ24n/5XgKAyoQyvOKrmpC4SLQh5mw Sm6w== X-Gm-Message-State: APjAAAU0zNk42icReiWVylYUbM2M8Jpys99OM9TA+2xyBOpeNhD2WQRl swdG1mZAtoc9f52LJtgLNRNyyNfudGpm97Sf X-Google-Smtp-Source: APXvYqz9VlFQvoQZA3xqkIBG0NWHFVz/o1KFCTuXBVv6su65MctStltdXwuW+/gRNJQlJuYT6UkJEQ== X-Received: by 2002:a1c:6309:: with SMTP id x9mr3593859wmb.101.1553267898424; Fri, 22 Mar 2019 08:18:18 -0700 (PDT) Received: from localhost.localdomain (bzq-79-180-101-57.red.bezeqint.net. [79.180.101.57]) by smtp.gmail.com with ESMTPSA id b134sm17495537wmd.26.2019.03.22.08.18.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Mar 2019 08:18:17 -0700 (PDT) From: Rami Rosen To: dev@dpdk.org Cc: konstantin.ananyev@intel.com, arybchenko@solarflare.com, stable@dpdk.org, Rami Rosen Date: Fri, 22 Mar 2019 17:17:53 +0200 Message-Id: <20190322151753.6345-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] ethdev: fix a typo 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" This patch fixes a trivial typo in rte_ethdev.h. retieve=>retrieve Fixes: 80a1deb4c77a ("ethdev: add API to retrieve queue information") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Reviewed-by: Ferruh Yigit --- lib/librte_ethdev/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index a3c864a13..dc8d072e8 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -1135,7 +1135,7 @@ struct rte_eth_dev_info { /** * Ethernet device RX queue information structure. - * Used to retieve information about configured queue. + * Used to retrieve information about configured queue. */ struct rte_eth_rxq_info { struct rte_mempool *mp; /**< mempool used by that queue. */