aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/transport.dox
diff options
context:
space:
mode:
Diffstat (limited to 'host/docs/transport.dox')
-rw-r--r--host/docs/transport.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/docs/transport.dox b/host/docs/transport.dox
index ab163341d..2cedcccb2 100644
--- a/host/docs/transport.dox
+++ b/host/docs/transport.dox
@@ -8,7 +8,7 @@ A transport is the layer between the packet interface and a device IO
interface. The advanced user can pass optional parameters into the
underlying transport layer through the device address. These optional
parameters control how the transport object allocates memory, resizes
-kernel buffers, spawns threads, etc. When not spcified, the transport
+kernel buffers, spawns threads, etc. When not specified, the transport
layer will use values for these parameters that are known to perform
well on a variety of systems. The transport parameters are defined below
for the various transports in the UHD software:
@@ -29,7 +29,7 @@ see uhd::stream_args_t::args):
- `num_recv_frames:` The number of receive buffers to allocate
- `send_frame_size:` The size of a single send buffer in bytes
- `num_send_frames:` The number of send buffers to allocate
-- `recv_buff_fullness:` The targetted fullness factor of the the buffer (typically around 90%)
+- `recv_buff_fullness:` The targeted fullness factor of the the buffer (typically around 90%)
<b>Notes:</b>
- `num_recv_frames` does not affect performance.
@@ -78,8 +78,8 @@ proportional to the sample rate. Therefore, to improve receive latency,
configure the transport for a smaller frame size.
<b>Note2:</b> For overall latency improvements, look for "Interrupt
-Coalescing" settings for your OS and ethernet chipset. It seems the
-Intel ethernet chipsets offer fine-grained control in Linux. Also,
+Coalescing" settings for your OS and Ethernet chipset. It seems the
+Intel Ethernet chipsets offer fine-grained control in Linux. Also,
consult:
- <http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.prftungd/doc/prftungd/interrupt_coal.htm>