> -----Original Message----- > From: Chalupnik, KamilX > Sent: Wednesday 4 April 2018 15:06 > To: dev@dpdk.org > Cc: Mokhtar, Amr <amr.mokh...@intel.com>; Chalupnik, KamilX > <kamilx.chalup...@intel.com> > Subject: [PATCH] baseband/turbo_sw: update Turbo Software driver > > From: "Chalupnik, KamilX" <kamilx.chalup...@intel.com> > > Update Turbo Software driver for Wireless Baseband Device: > - support for optional CRC overlap in decode processing implemented > - function scaling input LLR values to specific range [-16, 16] added > - sizes of the internal buffers used by decoding were increased due to > problem with memory for large test vectors > - new test vectors to check device capabilities added > > Signed-off-by: KamilX Chalupnik <kamilx.chalup...@intel.com> > --- > app/test-bbdev/Makefile | 2 + > app/test-bbdev/test_bbdev_perf.c | 44 +++++- > app/test-bbdev/test_bbdev_vector.c | 2 + > .../test_vectors/turbo_enc_c1_k40_r0_e1190_rm.data | 36 +++++ > .../test_vectors/turbo_enc_c1_k40_r0_e1194_rm.data | 36 +++++ > .../test_vectors/turbo_enc_c1_k40_r0_e1196_rm.data | 36 +++++ > .../test_vectors/turbo_enc_c1_k40_r0_e272_rm.data | 33 ++++ > drivers/baseband/turbo_sw/bbdev_turbo_software.c | 171
Hi Kamil, Patch fails to apply. Same conflict at line 21. An updated patch can fix it. Thanks, Amr