Re: [Mesa-dev] [PATCH 2/4] util/disk_cache: add struct cache_item_metadata

2017-08-22 Thread Pierre-Loup A. Griffais
On 08/22/2017 02:40 AM, Michel Dänzer wrote: On 22/08/17 06:31 PM, Timothy Arceri wrote: On 22/08/17 18:02, Michel Dänzer wrote: On 22/08/17 10:02 AM, Pierre-Loup A. Griffais wrote: On 08/18/2017 04:02 AM, Nicolai Hähnle wrote: On 15.08.2017 01:26, Timothy Arceri wrote: This will be used t

Re: [Mesa-dev] [PATCH 2/4] util/disk_cache: add struct cache_item_metadata

2017-08-22 Thread Michel Dänzer
On 22/08/17 06:31 PM, Timothy Arceri wrote: > On 22/08/17 18:02, Michel Dänzer wrote: >> On 22/08/17 10:02 AM, Pierre-Loup A. Griffais wrote: >>> On 08/18/2017 04:02 AM, Nicolai Hähnle wrote: On 15.08.2017 01:26, Timothy Arceri wrote: > This will be used to store more information about the

Re: [Mesa-dev] [PATCH 2/4] util/disk_cache: add struct cache_item_metadata

2017-08-22 Thread Timothy Arceri
On 22/08/17 18:02, Michel Dänzer wrote: On 22/08/17 10:02 AM, Pierre-Loup A. Griffais wrote: On 08/18/2017 04:02 AM, Nicolai Hähnle wrote: On 15.08.2017 01:26, Timothy Arceri wrote: This will be used to store more information about the cache item in it's header. This information is intended fo

Re: [Mesa-dev] [PATCH 2/4] util/disk_cache: add struct cache_item_metadata

2017-08-22 Thread Michel Dänzer
On 22/08/17 10:02 AM, Pierre-Loup A. Griffais wrote: > On 08/18/2017 04:02 AM, Nicolai Hähnle wrote: >> On 15.08.2017 01:26, Timothy Arceri wrote: >>> This will be used to store more information about the cache item >>> in it's header. This information is intended for 3rd party and >>> cache analys

Re: [Mesa-dev] [PATCH 2/4] util/disk_cache: add struct cache_item_metadata

2017-08-21 Thread Pierre-Loup A. Griffais
On 08/18/2017 04:02 AM, Nicolai Hähnle wrote: On 15.08.2017 01:26, Timothy Arceri wrote: This will be used to store more information about the cache item in it's header. This information is intended for 3rd party and cache analysis use but can also be used for detecting the unlikely scenario o

Re: [Mesa-dev] [PATCH 2/4] util/disk_cache: add struct cache_item_metadata

2017-08-18 Thread Timothy Arceri
On 18/08/17 21:02, Nicolai Hähnle wrote: On 15.08.2017 01:26, Timothy Arceri wrote: This will be used to store more information about the cache item in it's header. This information is intended for 3rd party and cache analysis use but can also be used for detecting the unlikely scenario of cac

Re: [Mesa-dev] [PATCH 2/4] util/disk_cache: add struct cache_item_metadata

2017-08-18 Thread Nicolai Hähnle
On 15.08.2017 01:26, Timothy Arceri wrote: This will be used to store more information about the cache item in it's header. This information is intended for 3rd party and cache analysis use but can also be used for detecting the unlikely scenario of cache collisions. --- src/util/disk_cache.h |