Query: sys_attrs_fta
OS: osf1
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sys_attrs_fta(5) File Formats Manual sys_attrs_fta(5)NAMEsys_attrs_fta - fta subsystem attributesDESCRIPTIONThe fta (fta) kernel subsystem is used by the Fiber Distributed Data Interface (FDDI) adapters. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. A value that enables (1) or disables (0) the awakening of a separate thread to handle interrupt service work. The processing of received frames or of completed transmits is typically performed by the driver's interrupt service routine. If minimal_isr is enabled, the interrupt service routine does not do the processing. Instead, it awakens another thread to do the pro- cessing. The benefit is that the new thread can run on any other processor, thereby freeing the master processor for other inter- rupt processing and other tasks. While this may improve overall system performance, there will be an increased latency in the pro- cessing of received FDDI frames. If minimal_isr is disabled, the interrupt service routine processes all received frames and completed transmits. This can delay the master processor from servicing other I/O interrupts and can lead to overall system performance degradation. However, the latency for handling received FDDI frames will be very low. Default value: 1 (enabled)SEE ALSOsys_attrs(5) sys_attrs_fta(5)
Related Man Pages |
---|
fpa(4) - freebsd |
fea(4) - netbsd |
fpa(4) - netbsd |
sys_attrs_isa(5) - osf1 |
sys_attrs_net(5) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Regarding pro*c |
WestGlobal |
On latency in event processing network |