From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DBFE0234 for ; Tue, 18 Apr 2017 23:30:36 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 14:30:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="958443535" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 18 Apr 2017 14:30:34 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX107.ger.corp.intel.com ([169.254.10.107]) with mapi id 14.03.0319.002; Tue, 18 Apr 2017 22:30:33 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [PATCH] examples/l2fwd-crypto: add cryptodev mask option Thread-Index: AQHSuDeEVLmHX8fW202w/s/IvexE96HLo2GQ Date: Tue, 18 Apr 2017 21:30:33 +0000 Message-ID: References: <1492515271-89732-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1492515271-89732-1-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWNhMzI4OWUtOTE2Zi00MDc0LWEyOWItOGJhMzkyMzczYjkzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxYU2dsaXV2d1lxcjlIc3VlQ2pJeFEybXA1MUYwYnRRclZyUXc4V3V5a3c9In0= x-ctpclassification: CTP_IC 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/l2fwd-crypto: 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: Tue, 18 Apr 2017 21:30:37 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Tuesday, April 18, 2017 12:35 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] examples/l2fwd-crypto: add cryptodev mask option >=20 > Previously, l2fwd-crypto 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 > Signed-off-by: Fan Zhang Acked-by: Pablo de Lara