From patchwork Fri May 29 14:47:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Muhammad Bilal X-Patchwork-Id: 70695 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 05915A0350; Fri, 29 May 2020 16:49:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B18D1DC39; Fri, 29 May 2020 16:49:15 +0200 (CEST) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 88BB71DC03 for ; Fri, 29 May 2020 16:49:13 +0200 (CEST) Received: by mail-wm1-f66.google.com with SMTP id d128so3916159wmc.1 for ; Fri, 29 May 2020 07:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=OuJV+u4xmPg2vxPqYZCT/xCRUG59n3JrkcRmx02ulTM=; b=YKyMMT54NtLLg9xki3SCDoqIDgW5UlKx6q52DUZi+7JLw7eqeup95u6LlgvSYTFIO7 +wjFwZY6lk64GapR1VSGe3NEk8DfrZIPFljq9um1xu6EvGc7+NyyDoATMV1Kgw4kh6eN ImU1mFXHvX9YddCs4ceW1UBRwHEvKTuA1WVl92l3U6i7ty+z7+cwdkOkj0mSNJLTmN96 5Bh5SKl2Jkd5FaC17haQuhD1DdR51PqYBfnBpXsquBZ4bnXvC0H4tMABjHBKK4CJqsRB HU96hx/Inrdv8EvwBYSmrix4YN2vhThHfPPFOc8K5uC6PzEoUz+x17N02z7zZzukklZT 512w== 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; bh=OuJV+u4xmPg2vxPqYZCT/xCRUG59n3JrkcRmx02ulTM=; b=sA9A6p3mmBXp0dLMOfaS5EvZ7Y1aXZy5kLzbdqkFaFianzSsYVbenlN+eJbf0p2Zta UCTAKT09zxZFxRemN7AO4BsrohGt36j6o/gzVGqD2W9jOxr4NtJy4JF864XHDeYGo5cY F0DHjhMxefq1cnPs7iG8WdimP0m9qB45WwOL2TVqiANISIxUD4rr9i5pO/TvIxBUwNJg gMYi62jsg4hNNOubHyIftZSc1sh8DnW7bqW3lW4eWkREqJWBEZCeXNIV0mCooIzXASMr WfOjmoq0/7F6rJy4YneeyCab8ppkXj2IdNIXKO8MvKoR5F08aQQ82LkxhIG/Xjx8R114 H2vw== X-Gm-Message-State: AOAM53071wesMOSjo6rk03vCgfh/jP552OlotoGk5ykJ5LpOXr473x37 pzwT9YksZw4hfZq34ShUTPmw7Q== X-Google-Smtp-Source: ABdhPJzEYp0yPuGh5XRQvDeM4AcNIJrJHf4en1xm5REDYW2bZjeLwDT0d7zXyQ9jEgVb+uaOa8D0TQ== X-Received: by 2002:a1c:5606:: with SMTP id k6mr9395367wmb.10.1590763753291; Fri, 29 May 2020 07:49:13 -0700 (PDT) Received: from localhost.localdomain ([111.119.188.19]) by smtp.gmail.com with ESMTPSA id d6sm11111086wrj.90.2020.05.29.07.49.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 May 2020 07:49:12 -0700 (PDT) From: Muhammad Bilal To: jgrajcia@cisco.com Cc: dev@dpdk.org, Muhammad Bilal , jmilan.dev@gmail.com Date: Fri, 29 May 2020 19:47:45 +0500 Message-Id: <20200529144745.14412-1-m.bilal@emumba.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: removed typing mistake 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" There was a duplicate command instruction in the documentation of memif so I have removed the 1 command from it. Fixes: cbbbbd3365d2 ("net/memif: enable loopback") Cc: jmilan.dev@gmail.com Signed-off-by: Muhammad Bilal Reviewed-by: Ferruh Yigit --- doc/guides/nics/memif.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/memif.rst b/doc/guides/nics/memif.rst index 08a9fda86..ddeebed25 100644 --- a/doc/guides/nics/memif.rst +++ b/doc/guides/nics/memif.rst @@ -289,4 +289,3 @@ Then start the communication:: Finally we can check port stats to see the traffic:: testpmd> show port stats all - testpmd> show port stats all