event/dlb2: fix extraction of HW scheduling type
authorTimothy McDaniel <timothy.mcdaniel@intel.com>
Fri, 21 May 2021 09:11:36 +0000 (11:11 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 May 2021 13:40:07 +0000 (15:40 +0200)
commitd05072fc28f4c14e5fb47280810c79ae50d7d839
tree0e6bad7ad047947188d279a33c7772704911f293
parent9e35ae0700d5a16fa949fe64c6853043a76a675e
event/dlb2: fix extraction of HW scheduling type

The HW scheduling type was not being extracted properly
in the vector optimized dequeue path. It was also not
being recorded in the xstats.

Fixes: 000a7b8e7582 ("event/dlb2: optimize dequeue operation")

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
drivers/event/dlb2/dlb2.c