Re: [PATCH] drm/amdkfd: Make process queues logs less verbose

2020-02-03 Thread Julian Sax
Joe Perches writes: > On Sun, 2020-02-02 at 00:11 +0100, Julian Sax wrote: >> During normal usage, especially if jobs are started and stopped in rapid >> succession, the kernel log is filled with messages like this: >> >> [38732.522910] Restoring PASID 0x8003 queues >> [38732.666767] Evicting PAS

[PATCH] drm/amdkfd: Make process queues logs less verbose

2020-02-03 Thread Julian Sax
During normal usage, especially if jobs are started and stopped in rapid succession, the kernel log is filled with messages like this: [38732.522910] Restoring PASID 0x8003 queues [38732.666767] Evicting PASID 0x8003 queues [38732.714074] Restoring PASID 0x8003 queues [38732.815633] Evicting PASID

Re: [PATCH] drm/amdkfd: Make process queues logs less verbose

2020-02-01 Thread Joe Perches
On Sun, 2020-02-02 at 00:11 +0100, Julian Sax wrote: > During normal usage, especially if jobs are started and stopped in rapid > succession, the kernel log is filled with messages like this: > > [38732.522910] Restoring PASID 0x8003 queues > [38732.666767] Evicting PASID 0x8003 queues > [38732.71