Re: [PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

2020-10-02 Thread Scott Branden
On 2020-10-01 3:13 p.m., Florian Fainelli wrote: > > > On 10/1/2020 3:12 PM, Scott Branden wrote: >> >> >> On 2020-09-30 7:33 p.m., Florian Fainelli wrote: >>> >>> >>> On 9/30/2020 6:28 PM, Scott Branden wrote: Add BCM_VK_QSTATS Kconfig option to allow for enabling debug VK queue

Re: [PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

2020-10-02 Thread Scott Branden
On 2020-10-01 9:55 p.m., Greg Kroah-Hartman wrote: > On Thu, Oct 01, 2020 at 03:12:11PM -0700, Scott Branden wrote: >> >> On 2020-09-30 7:33 p.m., Florian Fainelli wrote: >>> >>> On 9/30/2020 6:28 PM, Scott Branden wrote: Add BCM_VK_QSTATS Kconfig option to allow for enabling debug VK

Re: [PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

2020-10-01 Thread Greg Kroah-Hartman
On Thu, Oct 01, 2020 at 03:12:11PM -0700, Scott Branden wrote: > > > On 2020-09-30 7:33 p.m., Florian Fainelli wrote: > > > > > > On 9/30/2020 6:28 PM, Scott Branden wrote: > >> Add BCM_VK_QSTATS Kconfig option to allow for enabling debug VK > >> queue statistics. > >> > >> These statistics keep

Re: [PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

2020-10-01 Thread Florian Fainelli
On 10/1/2020 3:12 PM, Scott Branden wrote: On 2020-09-30 7:33 p.m., Florian Fainelli wrote: On 9/30/2020 6:28 PM, Scott Branden wrote: Add BCM_VK_QSTATS Kconfig option to allow for enabling debug VK queue statistics. These statistics keep track of max, abs_max, and average for the

Re: [PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

2020-10-01 Thread Scott Branden
On 2020-09-30 7:33 p.m., Florian Fainelli wrote: > > > On 9/30/2020 6:28 PM, Scott Branden wrote: >> Add BCM_VK_QSTATS Kconfig option to allow for enabling debug VK >> queue statistics. >> >> These statistics keep track of max, abs_max, and average for the >> messages queues. >> >>

Re: [PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

2020-09-30 Thread Florian Fainelli
On 9/30/2020 6:28 PM, Scott Branden wrote: Add BCM_VK_QSTATS Kconfig option to allow for enabling debug VK queue statistics. These statistics keep track of max, abs_max, and average for the messages queues. Co-developed-by: Desmond Yan Signed-off-by: Desmond Yan Signed-off-by: Scott

[PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

2020-09-30 Thread Scott Branden
Add BCM_VK_QSTATS Kconfig option to allow for enabling debug VK queue statistics. These statistics keep track of max, abs_max, and average for the messages queues. Co-developed-by: Desmond Yan Signed-off-by: Desmond Yan Signed-off-by: Scott Branden --- drivers/misc/bcm-vk/Kconfig | 14