Re: [PATCH v2 10/37] baseband/acc100: avoid mux for small inbound frames

2022-09-14 Thread Maxime Coquelin
On 8/20/22 04:31, Hernan Vargas wrote: Update check_mux to avoid multiplexing small inbound frames. Preventing to multiplex code blocks when K < 512B per specs. It looks like a fix, and so should Fixes tag be added an stable cc'ed. Signed-off-by: Hernan Vargas --- drivers/baseband/acc10

[PATCH v2 10/37] baseband/acc100: avoid mux for small inbound frames

2022-08-19 Thread Hernan Vargas
Update check_mux to avoid multiplexing small inbound frames. Preventing to multiplex code blocks when K < 512B per specs. Signed-off-by: Hernan Vargas --- drivers/baseband/acc100/acc100_pmd.h | 1 + drivers/baseband/acc100/rte_acc100_pmd.c | 16 +++- 2 files changed, 12 insertio