Re: [net-next PATCH v3 5/8] net: Track start of busy loop instead of when it should end

2017-03-24 Thread Eric Dumazet
On Fri, 2017-03-24 at 10:08 -0700, Alexander Duyck wrote: > From: Alexander Duyck > > This patch flips the logic we were using to determine if the busy polling > has timed out. The main motivation for this is that we will need to > support two different possible timeout values in the future and

[net-next PATCH v3 5/8] net: Track start of busy loop instead of when it should end

2017-03-24 Thread Alexander Duyck
From: Alexander Duyck This patch flips the logic we were using to determine if the busy polling has timed out. The main motivation for this is that we will need to support two different possible timeout values in the future and by recording the start time rather than when we would want to end we