From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E27C8F04; Wed, 19 Sep 2018 10:09:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2018 01:09:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,393,1531810800"; d="scan'208";a="75524875" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga006.jf.intel.com with ESMTP; 19 Sep 2018 01:09:22 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Sep 2018 09:09:16 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.213]) by irsmsx155.ger.corp.intel.com ([169.254.14.243]) with mapi id 14.03.0319.002; Wed, 19 Sep 2018 09:09:16 +0100 From: "Kovacevic, Marko" To: "Cel, TomaszX" , "dev@dpdk.org" CC: "stable@dpdk.org" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v2] doc/crypto: fix missing CCM to QAT feature list Thread-Index: AQHUT+HlBcie/a87V02MTyUjCOruc6T3P5YA Date: Wed, 19 Sep 2018 08:09:15 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F660202E822@IRSMSX104.ger.corp.intel.com> References: <1536686639-19057-1-git-send-email-tomaszx.cel@intel.com> <1537338438-2335-1-git-send-email-tomaszx.cel@intel.com> In-Reply-To: <1537338438-2335-1-git-send-email-tomaszx.cel@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGQxNDc3ZmUtOGVkNC00YjYwLThhMTMtMDM5ZTZiNzU4MzIwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJCNTRlVDJGczViVkl5amlhNDZKNHFmem00eE1sYVlNc01WWTdVWkNOTjA9In0= x-ctpclassification: CTP_NT 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 v2] doc/crypto: fix missing CCM to QAT feature list 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: Wed, 19 Sep 2018 08:09:25 -0000 > Update the QAT documentation to show that it supports CCM. >=20 > Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") >=20 > Signed-off-by: Tomasz Cel > --- > doc/guides/cryptodevs/features/qat.ini | 3 +++ > doc/guides/cryptodevs/qat.rst | 1 + > 2 files changed, 4 insertions(+) Acked-by: Marko Kovacevic