K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-05-28T15:41:41.633171Z K 7 svn:log V 479 Remove nws_pendingwork (packets pending in a workstream), which can be calculated if required from the sum of the registered protocols' queue lengths. Add instead nws_pendingbits, which uses similar logic to the current netisr code to avoid checking the queues of protocols that ether aren't registered or aren't active. Return the number of packets handled from netisr2_process_workstream_proto(). Eliminate netisr2_process_workstream() and NETISR_ALLPROT. Update DDB code. END