Re: [PATCH net-next v2] net/fs: change busy poll time accounting

2013-07-09 Thread David Miller
From: Eliezer Tamir Date: Tue, 09 Jul 2013 13:09:21 +0300 > Sorry, I forgot to commit before sending, so I sent the wrong version. > The previous version gets a warning in busy_loop_timeout(). > > Suggested by Linus: > Changed time accounting for busy-poll: > - Make it microsecond based. > -

[PATCH net-next v2] net/fs: change busy poll time accounting

2013-07-09 Thread Eliezer Tamir
Sorry, I forgot to commit before sending, so I sent the wrong version. The previous version gets a warning in busy_loop_timeout(). Suggested by Linus: Changed time accounting for busy-poll: - Make it microsecond based. - Use unsigned longs. - Revert back to use time_after instead of

Re: [PATCH net-next v2] net/fs: change busy poll time accounting

2013-07-09 Thread David Miller
From: Eliezer Tamir eliezer.ta...@linux.intel.com Date: Tue, 09 Jul 2013 13:09:21 +0300 Sorry, I forgot to commit before sending, so I sent the wrong version. The previous version gets a warning in busy_loop_timeout(). Suggested by Linus: Changed time accounting for busy-poll: - Make it

[PATCH net-next v2] net/fs: change busy poll time accounting

2013-07-09 Thread Eliezer Tamir
Sorry, I forgot to commit before sending, so I sent the wrong version. The previous version gets a warning in busy_loop_timeout(). Suggested by Linus: Changed time accounting for busy-poll: - Make it microsecond based. - Use unsigned longs. - Revert back to use time_after instead of