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 36AC1A034F for ; Thu, 14 May 2020 17:32:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1E8AF1DA08; Thu, 14 May 2020 17:32:48 +0200 (CEST) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by dpdk.org (Postfix) with ESMTP id 0C32B1D9FE; Thu, 14 May 2020 17:32:46 +0200 (CEST) Received: by mail-io1-f67.google.com with SMTP id f3so540641ioj.1; Thu, 14 May 2020 08:32:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8m+i+tK/zWkcbciYVdo88xmgTDQEkqXdx+Col/TazHg=; b=Br5uLcOltiCWlFc/T+bkl1FrSuYWra+dJGKb49B+2r8xViWkrVIwyqNou71MqOlY/Q fBZcrK3brg20Z5ZMfmBh7DgKQ/pD27Ddg2xKDpR6MB5PnGJ9vXAhTTWmwUoAeVAdkLsj b6xeGE2BHQYAjARd1Q2aVhGL+5YdFGlrrFPthoZNGI638ENHfm5XnZ0/zRxMnrSB7c34 mSZKbl0uEBtHkhH5rL62ud5j/KTBsYP6QWPtBrkysxl3tnNRxZ4PW9WnRq9jPRjBkeQq aS8Y9Sk7jLjOt8YoQ/K1ujtJT5yp/nvZoN2l+XeUoVM/+4xJyPTXwSj2ERJkePQf43rF oI4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8m+i+tK/zWkcbciYVdo88xmgTDQEkqXdx+Col/TazHg=; b=IXkCBZSQ8cMPeDP0MZEDMZTfI5+3v4jdhy0rNIq+l1ofaIlC5nI/i6NrN/+oUQJnl9 zCm9oE9Q9DUQAGvIZaCHt/QRCM0ggoQoAKfWnuEYBoVdSk52PTtmbWUZciDEbibFBeuT mSGnglixREk0YBVpBWEyoLPnP5LSRMtuadLhSw4JQCo0GG+x3yoKKj6ntJcQfpag35G6 Re096+DNQDrZ8E4kVWlPZV4AVxwMKg2I8yZ2bnYe8OxMLhwlrMVZ72j1uIO4OmIDnkJv T4/YIO9s2YHFSPbAVTyj9ZjSG1srkrx6cpUEejW/+EyJ2MaS45sFV2FBHGuP/Z/raivi 3lMQ== X-Gm-Message-State: AOAM533oxLWptVXTUCmSY0vdKPCc8Dt/pI3cAyruMjuM73CBhU6pRrY5 e1qngLKeefU3jPNmJy15YSNKslnt/1xxDk/SxgI= X-Google-Smtp-Source: APiQypIQcd1F6W/nsNy0JjZ3kcYRaPHZkcXbcys7kE2nre8htRF8OoUYzp7yYExjJxeYUqOoagBdKYm0J6CBegc5xj0= X-Received: by 2002:a02:1c83:: with SMTP id c125mr4983757jac.112.1589470364888; Thu, 14 May 2020 08:32:44 -0700 (PDT) MIME-Version: 1.0 References: <20200514152651.11557-1-m.bilal@emumba.com> In-Reply-To: <20200514152651.11557-1-m.bilal@emumba.com> From: Jerin Jacob Date: Thu, 14 May 2020 21:02:29 +0530 Message-ID: To: Muhammad Bilal Cc: Jerin Jacob , Hemant Agrawal , dpdk-dev , dpdk stable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc/guides/eventdevs: removing typing error in documentation of eventdevs X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Thu, May 14, 2020 at 8:58 PM Muhammad Bilal wrote: > > Bugzilla ID: 477 > Cc: dev@dpdk.org > Cc: stable@dpdk.org > Cc: jerinj@marvell.com > Signed-off-by: Muhammad Bilal The same typo repeated for other places as well. Please send a single patch for fixing all in one shot. [master][dpdk.org] $ grep -ri "trough" * doc/guides/eventdevs/index.rst:application trough the eventdev API. drivers/net/mlx5/mlx5.c: * We have to perform identification trough the ports. lib/librte_vhost/rte_vhost.h: * about waiting packets. This is the interrupt handling trough > --- > doc/guides/eventdevs/index.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst > index 570905b81..bb66a5eac 100644 > --- a/doc/guides/eventdevs/index.rst > +++ b/doc/guides/eventdevs/index.rst > @@ -5,7 +5,7 @@ Event Device Drivers > ==================== > > The following are a list of event device PMDs, which can be used from an > -application trough the eventdev API. > +application through the eventdev API. > > .. toctree:: > :maxdepth: 2 > -- > 2.17.1 >