baseband/acc100: update debug print for LDPC FCW
Print full size of FCW LDPC structure on debug messages. This is just a cosmetic fix, no need to fix on previous code base. Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
This commit is contained in:
parent
ba2262fe16
commit
1884ff4f50
@ -2757,7 +2757,7 @@ enqueue_ldpc_dec_one_op_cb(struct acc_queue *q, struct rte_bbdev_dec_op *op,
|
||||
|
||||
#ifdef RTE_LIBRTE_BBDEV_DEBUG
|
||||
rte_memdump(stderr, "FCW", &desc->req.fcw_ld,
|
||||
sizeof(desc->req.fcw_ld) - 8);
|
||||
sizeof(desc->req.fcw_ld));
|
||||
rte_memdump(stderr, "Req Desc.", desc, sizeof(*desc));
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user