Hi, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of KamilX Chalupnik > Sent: Tuesday, April 17, 2018 3:40 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: splitting Queue Groups >
This patch is mainly an API change, so title should be: "bbdev: split queue groups", Since it mainly targets the library (which therefore, requires changes in the PMDs and the test app). Also the commit message should be updated, not focusing on the Turbo SW driver. > Splitting Queue Groups into UL/DL Groups in Turbo Software Driver. The are > independent for Decode/Encode > > Signed-off-by: KamilX Chalupnik <kamilx.chalup...@intel.com> > ... > - TEST_ASSERT(event_status == 0, > + TEST_ASSERT(event_status == (int) RTE_BBDEV_EVENT_UNKNOWN, > "Failed test for rte_bbdev_pmd_callback_process " > "for RTE_BBDEV_EVENT_UNKNOWN "); These changes making use of the EVENT macros should be in a separate patch, as it doesn't look like they belong to this one.