From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 11E205424; Mon, 19 Nov 2018 01:29:50 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A804120F51; Sun, 18 Nov 2018 19:29:49 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 19:29:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Owln+Ra4A7hgkG67AXoVWRn1UVcrtWZGU8rwpEJ+NmI=; b=I7qYbaruGnTG OVa1Iryo2SiymQAHec0jkoqXgyw8CochpLR7Oz2/PsVSjZ1CvhGtApZd3LdUocSU Z7gAIENxn02FQJdHHpVS5/wi048dvZuow1mXn3aJqSGrC3WZmHLbGoWRKg3gdKBx 6XJANo5m73aKARoa49bgloR223ACfHY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Owln+Ra4A7hgkG67AXoVWRn1UVcrtWZGU8rwpEJ+N mI=; b=FomuVz7q1gpw8UIiwmC90jNAup/qlDyCNYee+XHHj7LE0uhErnaKum7Uq fhCVAaM4LzDd9D3KbjDpN/F203IRQhdbrYFEgG2IBeSAuH3eLI7B3JusLpjTA1jY cAvwRY2mIiKTu4kj2C/NU1K8VLqF2Y6VM9+DWJbHikgf1VSYpNMDCoXNlshDGHTS larQ8pSWGY4bg4xHlxo/XQFEBsW/g/pfbuQVr7gA7Zvgzb4zriLKKvuClpS/1K+c XjoWKPhHkjtrEmDR5EI4DbWUDARiOaH4wB7tpyiNGn859uVgTtERSlQZAByY5mzn ElPV0E1nlqcT4XxisiVKchWIhqF3g== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0A6E4102DE; Sun, 18 Nov 2018 19:29:48 -0500 (EST) From: Thomas Monjalon To: Rami Rosen Cc: dev@dpdk.org, stable@dpdk.org Date: Mon, 19 Nov 2018 01:29:48 +0100 Message-ID: <2852800.WNcgEytxb4@xps> In-Reply-To: <1541706408-5301-1-git-send-email-ramirose@gmail.com> References: <1541706408-5301-1-git-send-email-ramirose@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: use generate_ipv4_flow in flow filtering guide 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: , X-List-Received-Date: Mon, 19 Nov 2018 00:29:50 -0000 08/11/2018 20:46, Rami Rosen: > This patch fixes a typo in flow_filtering.rst. There is no > method named generate_ipv4_rule in DPDK, it should be generate_ipv4_flow. > > Signed-off-by: Rami Rosen Applied, thanks