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 6151F275D for ; Thu, 9 Jun 2016 19:06:53 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 09 Jun 2016 10:06:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,445,1459839600"; d="scan'208";a="994445210" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga002.jf.intel.com with ESMTP; 09 Jun 2016 10:06:46 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX101.ger.corp.intel.com ([169.254.1.155]) with mapi id 14.03.0248.002; Thu, 9 Jun 2016 18:06:44 +0100 From: "Mcnamara, John" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH] doc: fix wrong supported feature table Thread-Index: AQHRwmU1Qo7lHMYBVUaaV+K6aypOY5/hXbnQ Date: Thu, 9 Jun 2016 17:06:44 +0000 Message-ID: References: <1465487074-6055-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1465487074-6055-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDViZmE1ODMtODQ0ZC00ZDNlLTg0YjQtMDNmNDdkMzM5ZGJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlNmRm1GZEdIaUxhMEh2bjg0N0hlUEdTNk5Xbng4MzRNN1JIbFFJeU14T1E9In0= 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] doc: fix wrong supported feature table X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 17:06:53 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, June 9, 2016 4:45 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: [PATCH] doc: fix wrong supported feature table >=20 > Some crypto PMDs that support symmetric crypto were not marked as > supported in the supported feature flags table. >=20 > Fixes: 2373c0661b2f0 ("doc: add cryptodevs guide overview") >=20 > Signed-off-by: Pablo de Lara Acked-by: John McNamara