From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6332C433DF for ; Wed, 14 Oct 2020 13:04:54 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 51BCD20878 for ; Wed, 14 Oct 2020 13:04:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 51BCD20878 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88D791DC14; Wed, 14 Oct 2020 15:04:49 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3672A1DC0C for ; Wed, 14 Oct 2020 15:04:47 +0200 (CEST) IronPort-SDR: ruZ7E7eJiru/QW9dfZBOQDMOJ8k5F4Z7Wnh7MjNzQSwWjHInV0ZTqh1ExsJ32f+OQ/1pv4ZX/K C+tuoFVtVA/A== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="153930708" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="153930708" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 06:04:44 -0700 IronPort-SDR: 4WY1N6U6iTpiR8Ga2Wz4Qm7NbolUgdGk7WzVATIALkybZp33IUI7ZFMgj1aDSBlpADF8yHhk0m 41f5Z/vwDNnA== X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="345649964" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.2.249]) ([10.252.2.249]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 06:04:43 -0700 To: Sarosh Arif Cc: dev@dpdk.org References: <20201014122341.48434-1-sarosh.arif@emumba.com> From: Ferruh Yigit Message-ID: Date: Wed, 14 Oct 2020 14:04:39 +0100 MIME-Version: 1.0 In-Reply-To: <20201014122341.48434-1-sarosh.arif@emumba.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: fix typing error 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" On 10/14/2020 1:23 PM, Sarosh Arif wrote: > changed "net_pcap1;" to "net_pcap1," in order to make the command correct. > > Fixes: 53bf48403409 ("net/pcap: capture only ingress packets from Rx iface") > Cc: stable@dpdk.org > Signed-off-by: Sarosh Arif Reviewed-by: Ferruh Yigit Updated title as: "doc: fix typo in pcap guide" Applied to dpdk-next-net/main, thanks.