K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-05-23T12:44:26.721195Z K 7 svn:log V 431 ttempt to adapt DEVICE_POLLING for the netisr2 world: if device polling is configured into the kernel, use at most one worker thread and don't bind the thread to a CPU, restoring device polling's expectation of a single netisr thread running all interface and protocol code. Teach netisr2 explicitly about polling rather than having polling pretend to be a normal protocol dispatch, as netisr2 is more packet-centric than netisr. END