From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 07F85A48C for ; Mon, 22 Jan 2018 10:44:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2018 01:44:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,396,1511856000"; d="scan'208";a="25279643" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 22 Jan 2018 01:44:29 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX101.ger.corp.intel.com ([169.254.1.46]) with mapi id 14.03.0319.002; Mon, 22 Jan 2018 09:44:28 +0000 From: "De Lara Guarch, Pablo" To: "Nicolau, Radu" , "dev@dpdk.org" CC: "Doherty, Declan" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH] examples/ipsec-secgw: try end in flow actions before fail Thread-Index: AQHTkHc3w2sHw94xXUaKV/K1/qJppKN/qiXg Date: Mon, 22 Jan 2018 09:44:28 +0000 Message-ID: References: <1516291658-15360-1-git-send-email-radu.nicolau@intel.com> In-Reply-To: <1516291658-15360-1-git-send-email-radu.nicolau@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjM3NDFlMzEtOWVmOC00OTg5LTlkYzQtMDhhNzhkYWZhZGE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1TVzA4MHBBMktjVGRVdzA3UFFUN21qMDl1T1JmdGhQQk9ZcDhXd3VLXC9NPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: try end in flow actions before fail 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, 22 Jan 2018 09:44:32 -0000 > -----Original Message----- > From: Nicolau, Radu > Sent: Thursday, January 18, 2018 4:08 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Doherty, > Declan ; akhil.goyal@nxp.com; Nicolau, Radu > > Subject: [PATCH] examples/ipsec-secgw: try end in flow actions before fai= l >=20 > After trying RSS and Queue also try End for flow action to allow for HW t= hat > don't support flow features with inline crypto. >=20 > Signed-off-by: Radu Nicolau Applied to dpdk-next-crypto (already in RC1). Thanks, Pablo