On 20/10/21 2:46 am, Christian MAUDERER wrote:
> Am 19.10.21 um 16:48 schrieb Sebastian Huber:
>>
>>
>> On 18/10/2021 23:08, Chris Johns wrote:
>>> On 18/10/21 8:37 pm, Sebastian Huber wrote:
On 18/10/2021 09:53, Chris Johns wrote:
> On 18/10/21 4:50 pm, Sebastian Huber wrote:
>> On 18
Am 19.10.21 um 16:48 schrieb Sebastian Huber:
On 18/10/2021 23:08, Chris Johns wrote:
On 18/10/21 8:37 pm, Sebastian Huber wrote:
On 18/10/2021 09:53, Chris Johns wrote:
On 18/10/21 4:50 pm, Sebastian Huber wrote:
On 18/10/2021 07:19,chr...@rtems.org wrote:
From: Chris Johns
- Coherent
On 18/10/2021 23:08, Chris Johns wrote:
On 18/10/21 8:37 pm, Sebastian Huber wrote:
On 18/10/2021 09:53, Chris Johns wrote:
On 18/10/21 4:50 pm, Sebastian Huber wrote:
On 18/10/2021 07:19,chr...@rtems.org wrote:
From: Chris Johns
- Coherent cache memory is used in libbsd for things like
On 18/10/21 8:37 pm, Sebastian Huber wrote:
> On 18/10/2021 09:53, Chris Johns wrote:
>> On 18/10/21 4:50 pm, Sebastian Huber wrote:
>>> On 18/10/2021 07:19,chr...@rtems.org wrote:
From: Chris Johns
- Coherent cache memory is used in libbsd for things like descriptors
and i
On 18/10/2021 09:53, Chris Johns wrote:
On 18/10/21 4:50 pm, Sebastian Huber wrote:
On 18/10/2021 07:19,chr...@rtems.org wrote:
From: Chris Johns
- Coherent cache memory is used in libbsd for things like descriptors
and it optionally clears the memory on allocation. Test is works.
There
On 18/10/21 4:50 pm, Sebastian Huber wrote:
> On 18/10/2021 07:19, chr...@rtems.org wrote:
>> From: Chris Johns
>>
>> - Coherent cache memory is used in libbsd for things like descriptors
>> and it optionally clears the memory on allocation. Test is works.
>
> There is no guarantee that memset(
On 18/10/2021 07:19, chr...@rtems.org wrote:
From: Chris Johns
- Coherent cache memory is used in libbsd for things like descriptors
and it optionally clears the memory on allocation. Test is works.
There is no guarantee that memset() and memcpy() work with cache
coherent memory. Such memo
From: Chris Johns
- Coherent cache memory is used in libbsd for things like descriptors
and it optionally clears the memory on allocation. Test is works.
---
testsuites/sptests/spcache01/init.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/testsuites/sptests/spcache01