From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 48BD05599 for ; Thu, 23 Mar 2017 16:36:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490283382; x=1521819382; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=U1xttUTtL3i/tkk38mihab50lu771tQMk6KB9RmEMYQ=; b=rORWDWoUH97RFlX4p2keBEV/wsIpkkgbnKYBcKEd0kbOLDwuUlTe3k5z r5ryB5ERh195tKF59RqtoYV92Zy3uQ==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Mar 2017 08:36:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,210,1486454400"; d="scan'208";a="70034715" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga004.jf.intel.com with ESMTP; 23 Mar 2017 08:36:01 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX152.ger.corp.intel.com ([169.254.6.125]) with mapi id 14.03.0248.002; Thu, 23 Mar 2017 15:36:00 +0000 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] doc: reformat crypto drivers overview Thread-Index: AQHSo8oYPu8PisJSMU+KbGnWQJ+6hKGijpAg Date: Thu, 23 Mar 2017 15:35:59 +0000 Message-ID: References: <1490199328-12165-1-git-send-email-pablo.de.lara.guarch@intel.com> <1490269135-41742-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1490269135-41742-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjUyODdkMWYtYTI2NC00OTJkLWEzYWUtYmRhY2ZhMDg1YmI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImhxZlV0Z0lFSTNsVUlnQm1CSllrWWh5eUlwSVUzYVwvOERETXJiUmdFMW5vPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: reformat crypto drivers overview 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, 23 Mar 2017 15:36:22 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, March 23, 2017 11:39 AM > To: Mcnamara, John > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] doc: reformat crypto drivers overview >=20 > Follow the approach in the network devices overview, > for the feature matrix, so it improves readibility > and maintainability. >=20 > Signed-off-by: Pablo de Lara > Acked-by: John McNamara Applied to dpdk-next-crypto. Thanks, Pablo