On 11/2/22 00:04, Nicolas Chautru wrote:
From: Hernan Vargas <[email protected]> Fix logical bug in SW causing MSI to be issued twice when running in transport block mode. Fixes: f404dfe35cc ("baseband/acc100: support 4G processing") Fixes: bec597b78a0 ("baseband/acc200: add LTE processing") Cc: [email protected] Signed-off-by: Hernan Vargas <[email protected]> --- drivers/baseband/acc/acc_common.h | 7 +++++- drivers/baseband/acc/rte_acc100_pmd.c | 29 ----------------------- drivers/baseband/acc/rte_acc200_pmd.c | 34 --------------------------- 3 files changed, 6 insertions(+), 64 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

