From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH v2 1/2] examples/ipsec-secgw: fix missing ingress flow attribute Date: Mon, 11 Dec 2017 11:50:19 +0000 Message-ID: <323db7f8-a5ce-3bbb-3d1a-39bbca1e5efd@intel.com> References: <6ac80a2be156911ee35c894924a02f04c43f49fc.1511449894.git.nelio.laranjeiro@6wind.com> <8fd6c8881517f9d6bd5dfbef9cfb2071891c0cb1.1512396570.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, akhil.goyal@nxp.com To: Nelio Laranjeiro , Sergio Gonzalez Monroy , Anoob Joseph Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D7C2F29CF for ; Mon, 11 Dec 2017 12:50:22 +0100 (CET) In-Reply-To: <8fd6c8881517f9d6bd5dfbef9cfb2071891c0cb1.1512396570.git.nelio.laranjeiro@6wind.com> Content-Language: en-US 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 12/4/2017 2:11 PM, Nelio Laranjeiro wrote: > Generic flow API have both direction bits, ingress and egress for rules > which may work on both sides. > > Fixes: ec17993a145a ("examples/ipsec-secgw: support security offload") > Cc: akhil.goyal@nxp.com > > Signed-off-by: Nelio Laranjeiro > --- > Acked-by: Radu Nicolau