Re: [Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2017-01-10 Thread Tapani Pälli
On 01/10/2017 01:45 PM, Timothy Arceri wrote: On Tue, 2017-01-10 at 22:41 +1100, Timothy Arceri wrote: On Tue, 2017-01-10 at 22:34 +1100, Timothy Arceri wrote: On Tue, 2017-01-10 at 12:20 +0200, Tapani Pälli wrote: On 01/09/2017 05:42 PM, Emil Velikov wrote: On 9 January 2017 at 15:36, Emi

Re: [Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2017-01-10 Thread Timothy Arceri
On Tue, 2017-01-10 at 22:41 +1100, Timothy Arceri wrote: > On Tue, 2017-01-10 at 22:34 +1100, Timothy Arceri wrote: > > On Tue, 2017-01-10 at 12:20 +0200, Tapani Pälli wrote: > > > > > > On 01/09/2017 05:42 PM, Emil Velikov wrote: > > > > On 9 January 2017 at 15:36, Emil Velikov > > > co > > > >

Re: [Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2017-01-10 Thread Timothy Arceri
On Tue, 2017-01-10 at 22:34 +1100, Timothy Arceri wrote: > On Tue, 2017-01-10 at 12:20 +0200, Tapani Pälli wrote: > > > > On 01/09/2017 05:42 PM, Emil Velikov wrote: > > > On 9 January 2017 at 15:36, Emil Velikov > > m> > > > wrote: > > > > On 9 December 2016 at 05:58, Tapani Pälli > > > om > >

Re: [Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2017-01-10 Thread Timothy Arceri
On Tue, 2017-01-10 at 12:20 +0200, Tapani Pälli wrote: > > On 01/09/2017 05:42 PM, Emil Velikov wrote: > > On 9 January 2017 at 15:36, Emil Velikov > > wrote: > > > On 9 December 2016 at 05:58, Tapani Pälli > > > wrote: > > > > When 'evict_random_item' attempts to remove cache content to > > > >

Re: [Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2017-01-10 Thread Tapani Pälli
On 01/09/2017 05:42 PM, Emil Velikov wrote: On 9 January 2017 at 15:36, Emil Velikov wrote: On 9 December 2016 at 05:58, Tapani Pälli wrote: When 'evict_random_item' attempts to remove cache content to make more space, it may try to remove from new cache directory it just created which only

Re: [Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2017-01-09 Thread Emil Velikov
On 9 January 2017 at 15:36, Emil Velikov wrote: > On 9 December 2016 at 05:58, Tapani Pälli wrote: >> When 'evict_random_item' attempts to remove cache content to make more >> space, it may try to remove from new cache directory it just created >> which only has '.tmp' content at this phase and n

Re: [Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2017-01-09 Thread Emil Velikov
On 9 December 2016 at 05:58, Tapani Pälli wrote: > When 'evict_random_item' attempts to remove cache content to make more > space, it may try to remove from new cache directory it just created > which only has '.tmp' content at this phase and not proper cache files, > this will cause eviction to f

[Mesa-dev] [PATCH] glsl: fix disk cache eviction issue

2016-12-08 Thread Tapani Pälli
When 'evict_random_item' attempts to remove cache content to make more space, it may try to remove from new cache directory it just created which only has '.tmp' content at this phase and not proper cache files, this will cause eviction to fail and 'test_put_and_get' subtest assumptions about cache