7 Dec
2017
7 Dec
'17
1:56 p.m.
On Thu, 2017-12-07 at 15:34 +0800, yan.wang@linux.intel.com wrote:
From: Yan Wang yan.wang@linux.intel.com
Host message queue is long sometimes. So when one new IPC message like DMA trace host offset is pushed into, the previous same type IPC message may haven't been sent. For every type of IPC message, there are different comparison conditions. So need a group of sub-finding functions to do and user also can extend them easily based on new requirements in the future.
I've simplified (by moving the list iterators into the case) and applied.
Liam