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 6CC20A0487 for ; Mon, 1 Jul 2019 01:03:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6467F1BB09; Mon, 1 Jul 2019 01:03:31 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DF9291BAFB for ; Mon, 1 Jul 2019 01:03:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2019 16:03:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,437,1557212400"; d="scan'208";a="171265592" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 30 Jun 2019 16:03:27 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.143]) by IRSMSX151.ger.corp.intel.com ([169.254.4.183]) with mapi id 14.03.0439.000; Mon, 1 Jul 2019 00:03:26 +0100 From: "Mokhtar, Amr" To: "Chautru, Nicolas" , "akhil.goyal@nxp.com" , "dev@dpdk.org" CC: "thomas@monjalon.net" , "Yigit, Ferruh" Thread-Topic: [PATCH v4 09/10] test-bbdev: test vectors for 5GNR verification Thread-Index: AQHVKjf3tC+ziGLF10yq6WPrfy8+iqa02fhQ Date: Sun, 30 Jun 2019 23:03:26 +0000 Message-ID: <3D3765A8CDB52A4C8B410430AA19CB2370A23285@IRSMSX104.ger.corp.intel.com> References: <1561136352-32198-2-git-send-email-nicolas.chautru@intel.com> <1561344776-43990-1-git-send-email-nicolas.chautru@intel.com> <1561344776-43990-10-git-send-email-nicolas.chautru@intel.com> In-Reply-To: <1561344776-43990-10-git-send-email-nicolas.chautru@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTdmZmVhOTQtNjVjMS00MTU0LTlkZWMtOTAyOGJkMzU3YThiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaUJtREJDZkVnckE1R0VnTlBBeUFZXC95bUdHMlVcL1RSbmRpNFU1OUgwdHhFOGt1ZW9RM2ZkWDNTSGF0QVR0M21uIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 v4 09/10] test-bbdev: test vectors for 5GNR verification 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" > -----Original Message----- > From: Chautru, Nicolas > Sent: Monday 24 June 2019 03:53 > To: akhil.goyal@nxp.com; dev@dpdk.org > Cc: thomas@monjalon.net; Yigit, Ferruh ; > Mokhtar, Amr ; Chautru, Nicolas > > Subject: [PATCH v4 09/10] test-bbdev: test vectors for 5GNR verification >=20 > Adding LDPC vectors for UT verification, coverage, > and profiling for 5GNR encode/decode operations. >=20 > Signed-off-by: Nicolas Chautru > --- > +++ b/app/test-bbdev/test_vectors/ldpc_dec_HARQ_1_0.data > @@ -0,0 +1,354 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2019 Intel Corporation > +# Origin : FEC5G_UL_1/xxxx Probably a new line between Origin and he license header helps to avoid any misconception that his somehow relates to the copyright header. Also, don't understand its purpose here? > +op_type =3D > +RTE_BBDEV_OP_LDPC_DEC You may retain my ack in further edits.. Acked-by: Amr Mokhtar