> -----Original Message----- > From: Chalupnik, KamilX > Sent: Thursday, April 26, 2018 2:30 PM > To: dev@dpdk.org > Cc: Mokhtar, Amr <amr.mokh...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; Chalupnik, KamilX > <kamilx.chalup...@intel.com> > Subject: [PATCH 08/13] app/bbdev: update test vectors names > > From: KamilX Chalupnik <kamilx.chalup...@intel.com> > > Update test vectors directory for Wireless Baseband Device: > - update test vectors names > - python script used for tests execution updated > > Update the test app documentation: > - vector test names updated > > Signed-off-by: Kamil Chalupnik <kamilx.chalup...@intel.com> > --- > app/test-bbdev/test-bbdev.py | 2 +- > app/test-bbdev/test_vectors/bbdev_null.data | 5 + > app/test-bbdev/test_vectors/bbdev_vector_null.data | 5 - > .../test_vectors/bbdev_vector_td_default.data | 54 -- > .../test_vectors/bbdev_vector_te_default.data | 33 -- > ...k6144_r0_e10376_crc24b_sbd_negllr_high_snr.data | 643 > +++++++++++++++++++++ > .../turbo_enc_c1_k6144_r0_e32256_crc24b_rm.data | 180 ++++++
This is also adding two new vectors, so they should probably go in a different patch. Pablo