> -----Original Message----- > From: Chautru, Nicolas > Sent: Monday 24 June 2019 03:53 > To: [email protected]; [email protected] > Cc: [email protected]; Yigit, Ferruh <[email protected]>; > Mokhtar, Amr <[email protected]>; Chautru, Nicolas > <[email protected]> > Subject: [PATCH v4 09/10] test-bbdev: test vectors for 5GNR verification > > Adding LDPC vectors for UT verification, coverage, > and profiling for 5GNR encode/decode operations. > > Signed-off-by: Nicolas Chautru <[email protected]> > ---
> +++ 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 = > +RTE_BBDEV_OP_LDPC_DEC You may retain my ack in further edits.. Acked-by: Amr Mokhtar <[email protected]>

