From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 358CBA058E; Thu, 26 Mar 2020 04:02:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E82DD1C02B; Thu, 26 Mar 2020 04:02:18 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1B033374C for ; Thu, 26 Mar 2020 04:02:17 +0100 (CET) IronPort-SDR: b9zoJCx8sN8iltKHnryFilngsoEv9bujIpv02AMZGOxqQP9gV39u0jF72Cu5J9D8/AnhumDGkQ +RbMhj+NMfCQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2020 20:02:17 -0700 IronPort-SDR: KjGl3IAQC9yDw75/GTadmGKLs03Zl8yzMIIc3nVrbMn/HOGp2wMWhyOHt5Go7qlw1hpzvedF+z QGchBm9NYi7Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,306,1580803200"; d="scan'208";a="448478192" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 25 Mar 2020 20:02:16 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Mar 2020 20:02:16 -0700 Received: from FMSMSX109.amr.corp.intel.com ([169.254.15.183]) by FMSMSX113.amr.corp.intel.com ([169.254.13.150]) with mapi id 14.03.0439.000; Wed, 25 Mar 2020 20:02:16 -0700 From: "Chautru, Nicolas" To: Akhil Goyal , "thomas@monjalon.net" , "dev@dpdk.org" CC: "Yigit, Ferruh" Thread-Topic: [PATCH v3 11/14] doc: update of testbbdev documentation Thread-Index: AQHV8lZ01/giMZkpiU67XDsXU0eyd6hZ+acAgABWyeA= Date: Thu, 26 Mar 2020 03:02:15 +0000 Message-ID: <1183128033837D43A851F70F33ED5C576EFD2746@FMSMSX109.amr.corp.intel.com> References: <1582778348-113547-15-git-send-email-nicolas.chautru@intel.com> <1583348102-13253-1-git-send-email-nicolas.chautru@intel.com> <1583348102-13253-12-git-send-email-nicolas.chautru@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.1.200.106] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 11/14] doc: update of testbbdev documentation 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Akhil Goyal =20 >> From: Nic Chautru >>=20 >> Update related to the changes introduced by the previous commits. >>=20 >> Signed-off-by: Nic Chautru >> --- > >Please split this patch and merge the relevant sections in the respective = patches. > >And it would be better to add reference to the Standards which were follow= ed. > Done on new patchset across test extension for BLER and vector clean up com= mits.=20 >> + |-- ldpc_dec_HARQ_3_1_harq_comp.data >> + |-- ldpc_dec_HARQ_2_1_llr_comp.data >> + |-- ldpc_dec_HARQ_26449_1.loopback_r >>=20 > >It would be better to explain somewhere about these different types Of tes= ts or atleast a reference about what they are for. Yes, changed this in documentation to add more high level description.=20 Still detail of every single test parameter is embedded in the vector file = itself.=20 >> + >> +- ``SYNCRC`` > >Explanation missing for these statuses. > Added in latest version. Thanks Nic