Lines Matching +full:tx +full:- +full:queue +full:- +full:1
24 .Xr kenv 1 .
28 .Bl -tag -width indent
30 Override the number of RX descriptors for each queue.
37 Override the number of TX descriptors for each queue.
45 If not set, the lower of the number of TX or RX queues will be used for both.
52 Set the number of TX queues.
53 If zero, the number of TX queues is derived from the number of cores on the
56 Disables MSI-X interrupts for the device.
62 Requests that RX and TX queues not be paired on the same core.
63 If this is zero or not set, an RX and TX queue pair will be assigned to each
65 When set to a non-zero value, TX queues are assigned to cores following the
66 last RX queue.
69 By default, iflib uses a highly optimized, lockless, transmit queue called
84 .Bl -tag -width indent
89 task servicing the TX ring.
93 If set to a non-zero value, task returns immediately and the transmit
104 .Bl -tag -width indent
106 If this is set to a non-zero value, iflib will avoid any attempt to combine
114 Setting this to a non-zero value will disable the use of this feature.
119 variables are read-only:
120 .Bl -tag -width indent
125 There are a number of queue state
128 .Bl -tag -width indent
130 The following are repeated for each transmit queue, where Z is the transmit
131 queue instance number:
132 .Bl -tag -width indent
134 Number of consumer abdications in the MP ring for this queue.
137 Number of consumer restarts in the MP ring for this queue.
138 A restart occurs when an attempt to drain a non-empty ring fails,
141 Number of consumer stalls in the MP ring for this queue.
142 A stall occurs when an attempt to drain a non-empty ring fails.
144 Number of normal consumer starts in the MP ring for this queue.
147 Number of drops in the MP ring for this queue.
151 Number of entries which have been enqueued to the MP ring for this queue.
165 Descriptors which have been added to the transmit queue,
170 The transmit queue consumer index of the next descriptor to process.
172 The transmit queue consumer index of the oldest descriptor to reclaim.
174 The transmit queue producer index where the next descriptor to transmit will
207 The following are repeated for each receive queue, where Z is the
208 receive queue instance number:
209 .Bl -tag -width indent