From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B71C11B065 for ; Thu, 13 Sep 2018 15:42:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2018 06:42:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,369,1531810800"; d="scan'208";a="70571232" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga008.fm.intel.com with ESMTP; 13 Sep 2018 06:41:44 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.213]) by IRSMSX107.ger.corp.intel.com ([169.254.10.116]) with mapi id 14.03.0319.002; Thu, 13 Sep 2018 14:41:43 +0100 From: "Kovacevic, Marko" To: "Cel, TomaszX" , "dev@dpdk.org" CC: "Cel, TomaszX" Thread-Topic: [dpdk-dev] [PATCH] doc/fix: add CCM to the QAT feature list Thread-Index: AQHUSfTq75T4rc8yuUW6bpRWgWCEbaTuOssw Date: Thu, 13 Sep 2018 13:41:42 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F660202D467@IRSMSX104.ger.corp.intel.com> References: <1536686639-19057-1-git-send-email-tomaszx.cel@intel.com> In-Reply-To: <1536686639-19057-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWY0YmQxYTEtOWU1MS00MDgxLWFmY2MtOGJlYWIzNzVjZDVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjgrN3pkaVdzZ2h6NHB1djVMakdwQjhcL0l1MWdrZmYySkRQbnFHTTF6QkYwPSJ9 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] doc/fix: add CCM to the 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: Thu, 13 Sep 2018 13:42:17 -0000 > Signed-off-by: Tomasz Cel > --- > doc/guides/cryptodevs/features/qat.ini | 3 +++ > doc/guides/cryptodevs/qat.rst | 1 + > 2 files changed, 4 insertions(+) Hi Tomasz, I think the patch is ok there is just a few things as this is a fix you ne= ed to add a fixes tag into the commit message here is a reference to the guides for it. https://doc.dpdk.org/guides/contributing/patches.html?highlight=3Dcommit%20= message Excepted output: ------------------------------------- doc: fix some parameter description Update the docs, fixing description of some parameter. Fixes: abcdefgh1234 ("doc: add some parameter") Cc: author@example.com Signed-off-by: Alex Smith ----------------------------------------------------------------------- Other thing is try and keep the sizes in order +AES CCM (128) =3D Y > +AES CCM (128) =3D Y =20 +AES CCM (256) =3D Y > +AES CCM (192) =3D Y +AES CCM (192) =3D Y > +AES CCM (256) =3D Y Marko K. =20