Re: [PATCH net] be2net: perform temperature query in adapter regardless of its interface state

2016-07-27 Thread David Miller
From: "Guilherme G. Piccoli" Date: Tue, 26 Jul 2016 17:39:42 -0300 > The be2net driver performs fw temperature queries on be_worker() routine, > which is executed each second for each be_adapter. There is a frequency > threshold to avoid fw query to happens at each

RE: [PATCH net] be2net: perform temperature query in adapter regardless of its interface state

2016-07-26 Thread Sathya Perla
> -Original Message- > From: Guilherme G. Piccoli [mailto:gpicc...@linux.vnet.ibm.com] > > The be2net driver performs fw temperature queries on be_worker() routine, which is executed each second for > each be_adapter. There is a frequency threshold to avoid fw query to happens at each call

[PATCH net] be2net: perform temperature query in adapter regardless of its interface state

2016-07-26 Thread Guilherme G. Piccoli
The be2net driver performs fw temperature queries on be_worker() routine, which is executed each second for each be_adapter. There is a frequency threshold to avoid fw query to happens at each call to be_worker(); instead, currently a fw query occurs once in 64 runs of the procedure.