Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results

Home NTDEV

Before Posting...

Please check out the Community Guidelines in the Announcements and Administration Category.

More Info on Driver Writing and Debugging


The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.


Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/


Re: Nt and device interrupts

OSR_Community_UserOSR_Community_User Member Posts: 110,217
[email protected] said:
> What is a latency when my device interrupting and my driver start to
> service it. Now my driver start service it when time elapsed 148 us.
> That sounds very long time.

That is consistent with NT performance as I tend to see it. There is
really nothing you can do to speed up the time between interrupt to the
hardware and NT calls your ISR, you are stuck. You may want to check
if there are any other devices sharing your interrupt (PCI, right?)
and if so you may be able to correct that by shuffling cards a bit,
but I doubt it.

Also, I hear second hand (sorry, no references) that interrupts are
slower on SMP machines, but not by an order of magnitude.

I've attained 10X interrupt latency improvements (as measured by an
oscilloscope on INTA#) by replacing NT with Linux, but that is of
little use if you are selling into the Windows world.

The short of it is that I've learned to not design hardware that has
real-time latency requirements.
--
Steve Williams "The woods are lovely, dark and deep.
[email protected] But I have promises to keep,
[email protected] and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

Upcoming OSR Seminars
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead!
Kernel Debugging 16-20 October 2023 Live, Online
Developing Minifilters 13-17 November 2023 Live, Online
Internals & Software Drivers 4-8 Dec 2023 Live, Online
Writing WDF Drivers 10-14 July 2023 Live, Online