> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of KamilX Chalupnik > Sent: Tuesday, April 17, 2018 3:44 PM > To: dev@dpdk.org > Cc: Mokhtar, Amr <amr.mokh...@intel.com>; Chalupnik, KamilX > <kamilx.chalup...@intel.com> > Subject: [dpdk-dev] [PATCH v2] baseband/turbo_sw: update Turbo Software > driver > > 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 >
Split this patch into multiple patches, each one doing a single item of your above list. Again, make sure that it can be compiled and that is functional along the patches. Thanks, Pablo