Description
Excessive stream stall situation should be reviewed considering host to kernel stream dataflow.
Explanation
Stream stall situation indicates the consumer is not able to accept the data from the producer creating a situation of data stall. This could be a potential issue of the kernel data processing rate.
Recommendation
Review your kernel code for potential bottleneck and whether the dataflow is being implemented efficiently.