Re: [net-next PATCH v3 0/8] Add busy poll support for epoll

2017-03-24 Thread David Miller
From: Alexander Duyck Date: Fri, 24 Mar 2017 10:07:47 -0700 > This patch set adds support for using busy polling with epoll. Series applied, thanks!

Re: [net-next PATCH v3 0/8] Add busy poll support for epoll

2017-03-24 Thread David Miller
From: Alexander Duyck Date: Fri, 24 Mar 2017 10:07:47 -0700 > This patch set adds support for using busy polling with epoll. Series applied, thanks!

Re: [net-next PATCH v3 0/8] Add busy poll support for epoll

2017-03-24 Thread David Miller
From: Alexander Duyck Date: Fri, 24 Mar 2017 10:07:47 -0700 > v3: Split off the code for limiting busy_poll and busy_read into a separate > patch for net. > Updated patch that changed busy loop time tracking so that it uses > "local_clock() >> 10" as we

Re: [net-next PATCH v3 0/8] Add busy poll support for epoll

2017-03-24 Thread David Miller
From: Alexander Duyck Date: Fri, 24 Mar 2017 10:07:47 -0700 > v3: Split off the code for limiting busy_poll and busy_read into a separate > patch for net. > Updated patch that changed busy loop time tracking so that it uses > "local_clock() >> 10" as we originally did. > Tweaked