From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0815E2C57 for ; Thu, 11 Jan 2018 15:25:29 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 06:25:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,344,1511856000"; d="scan'208";a="9974808" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga008.jf.intel.com with ESMTP; 11 Jan 2018 06:25:27 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 11 Jan 2018 14:25:27 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx111.ger.corp.intel.com ([169.254.2.30]) with mapi id 14.03.0319.002; Thu, 11 Jan 2018 14:25:26 +0000 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" CC: "hemant.agrawal@nxp.com" , "Gonzalez Monroy, Sergio" , "Nicolau, Radu" Thread-Topic: [PATCH] examples/ipsec-secgw: add cryptodev mask option Thread-Index: AQHTdKiPlUN0yCEM402bvVpKgUU406Nu5p2w Date: Thu, 11 Jan 2018 14:25:25 +0000 Message-ID: References: <20171214065202.9128-1-akhil.goyal@nxp.com> In-Reply-To: <20171214065202.9128-1-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmJlYTY5MzEtOTA5NC00MzA5LThmYjYtMmIyMmJkNmE2YWM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNTTE9ldzV4Q0RPTkk4ZXc2aGFPMGF6VEgyRzJsT1NxR2ltVjUxWGk3VE09In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: add cryptodev mask option 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: Thu, 11 Jan 2018 14:25:31 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Thursday, December 14, 2017 6:52 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > hemant.agrawal@nxp.com; Gonzalez Monroy, Sergio > ; Nicolau, Radu > ; Akhil Goyal > Subject: [PATCH] examples/ipsec-secgw: add cryptodev mask option >=20 > Previously, ipsec-secgw application did not give user the flexibility to = decide > which crypto device(s) will be used. >=20 > In this patch, a new cryptodev_mask option is added to the application. > Same as portmask, the cryptodev_mask avails the user to mask out the > unwanted crypto devices in the system. >=20 > This patch is similar to the support added in l2fwd-crypto > (d2797f51cc63: examples/l2fwd-crypto: add cryptodev mask option) >=20 > Signed-off-by: Akhil Goyal Applied to dpdk-next-crypto. Thanks, Pablo