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 0BDF8A04B7; Wed, 14 Oct 2020 15:04:52 +0200 (CEST) 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.