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 4EA1A1B1FC for ; Fri, 20 Oct 2017 13:00:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D460D20D8C; Fri, 20 Oct 2017 07:00:24 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 20 Oct 2017 07:00:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=OKUXyrdK6Qn1aeVLdidva6LRKH a6VhhPM9Tg/rNHsto=; b=aQ4AKlb5i65EvRa6REjOSzPaMyYpADdM4VLYj8Znrh 2jQDq01oaq3zdkwMiKDA91HhWh2v+133i+JTOdmibPypDSETgW4Kao3+6W27bbqc PlSPMWLlwi7avzAxAf3rWpCeVY7KT9kxTrU9qFFhW5jxBqVo+VIy5szm4fttUtJg Y= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=OKUXyr dK6Qn1aeVLdidva6LRKHa6VhhPM9Tg/rNHsto=; b=dwkSOvZf6O/vPdA2l2R2oS Ed+KcEwHrLDu7HZdGuKAu8S2qsPWg6Oys4RBqLkEu+fHv6/CEgn6CQI4/kgM7Yfg H+JvtpPcf+EaVNrdArAeJMDZV1c6sgXurF/WsASnPuCR9209aEKk7Yh1kb4Kw7T4 29ZAeFpXWEeIT0b//U/lWXaG+4LuEG0JvdREwOSSDXUA/uGgYMxB/APtRplg7HvE NIjMedReILCLCewT/pP1EJkxRl5WbFuM9FpW0uj18NqAOdOBdnIpjyg1PflLbssj xdY+xl9TwVoNgrF2iE63BJTInNygKegVH56d0C+fT1gthervsLYc8pBALClEXcCQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 81B7B2494B; Fri, 20 Oct 2017 07:00:24 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal Cc: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, radu.nicolau@intel.com, borisp@mellanox.com, aviadye@mellanox.com, sandeep.malik@nxp.com, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, konstantin.ananyev@intel.com, shahafs@mellanox.com, olivier.matz@6wind.com Date: Fri, 20 Oct 2017 13:00:23 +0200 Message-ID: <1638147.LrW2MoiuhU@xps> In-Reply-To: <20171014221734.15511-9-akhil.goyal@nxp.com> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <20171014221734.15511-9-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 08/12] doc: add details of rte_flow security actions 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: Fri, 20 Oct 2017 11:00:25 -0000 This patch could be merged with the previous one, adding the action in the rte_flow code.