Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1296585
| From | Hannes Reinecke <hare@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 22/77] ncr5380: Eliminate selecting state |
| Date | 2015-12-22 08:20 +0100 |
| Message-ID | <qIpoJ-Py-1@gated-at.bofh.it> (permalink) |
| References | <qIl1L-6kS-3@gated-at.bofh.it> <qIl1N-6kS-51@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 12/22/2015 02:18 AM, Finn Thain wrote: > Linux v2.1.105 changed the algorithm for polling for the BSY signal > in NCR5380_select() and NCR5380_main(). > > Presently, this code has a bug. Back then, NCR5380_set_timer(hostdata, 1) > meant reschedule main() after sleeping for 10 ms. Repeated 25 times this > provided the recommended 250 ms selection time-out delay. This got broken > when HZ became configurable. > > We could fix this but there's no need to reschedule the main loop. This > BSY polling presently happens when the NCR5380_main() work queue item > calls NCR5380_select(), which in turn schedules NCR5380_main(), which > calls NCR5380_select() again, and so on. > > This algorithm is a deviation from the simpler one in atari_NCR5380.c. > The extra complexity and state is pointless. There's no reason to > stop selection half-way and return to to the main loop when the main > loop can do nothing useful until selection completes. > > So just poll for BSY. We can sleep while polling now that we have a > suitable workqueue. > > Signed-off-by: Finn Thain <fthain@telegraphics.com.au> > Reviewed-by: Hannes Reinecke <hare@suse.com> Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@suse.de +49 911 74053 688 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 22/77] ncr5380: Eliminate selecting state Finn Thain <fthain@telegraphics.com.au> - 2015-12-22 03:40 +0100 Re: [PATCH v3 22/77] ncr5380: Eliminate selecting state Hannes Reinecke <hare@suse.de> - 2015-12-22 08:20 +0100
csiph-web