Re: [PATCH v1 5/9] hw/core: stream: Add an end-of-packet flag

2020-05-05 Thread Alistair Francis
On Thu, Apr 30, 2020 at 9:26 AM Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Some stream clients stream an endless stream of data while > other clients stream data in packets. Stream interfaces > usually have a way to signal the end of a packet or the > last beat of a transfer. > >

Re: [PATCH v1 5/9] hw/core: stream: Add an end-of-packet flag

2020-05-05 Thread Francisco Iglesias
On [2020 Apr 30] Thu 18:24:35, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Some stream clients stream an endless stream of data while > other clients stream data in packets. Stream interfaces > usually have a way to signal the end of a packet or the > last beat of a transfer. > >

[PATCH v1 5/9] hw/core: stream: Add an end-of-packet flag

2020-04-30 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Some stream clients stream an endless stream of data while other clients stream data in packets. Stream interfaces usually have a way to signal the end of a packet or the last beat of a transfer. This adds an end-of-packet flag to the push interface. Signed-off-by: