Lines Matching +full:queue +full:- +full:rx
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.
47 Set the number of RX queues.
48 If zero, the number of RX 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.
72 .Bl -tag -width indent
81 If set to a non-zero value, task returns immediately and the transmit
84 may result in fewer dropped RX frames.
92 .Bl -tag -width indent
94 If this is set to a non-zero value, iflib will avoid any attempt to combine
102 Setting this to a non-zero value will disable the use of this feature.
107 variables are read-only:
108 .Bl -tag -width indent
113 There are a number of queue state
116 .Bl -tag -width indent
118 The following are repeated for each transmit queue, where Z is the transmit
119 queue instance number:
120 .Bl -tag -width indent
122 Number of consumer abdications in the MP ring for this queue.
125 Number of consumer restarts in the MP ring for this queue.
126 A restart occurs when an attempt to drain a non-empty ring fails,
129 Number of consumer stalls in the MP ring for this queue.
130 A stall occurs when an attempt to drain a non-empty ring fails.
132 Number of normal consumer starts in the MP ring for this queue.
135 Number of drops in the MP ring for this queue.
139 Number of entries which have been enqueued to the MP ring for this queue.
153 Descriptors which have been added to the transmit queue,
158 The transmit queue consumer index of the next descriptor to process.
160 The transmit queue consumer index of the oldest descriptor to reclaim.
162 The transmit queue producer index where the next descriptor to transmit will
195 The following are repeated for each receive queue, where Z is the
196 receive queue instance number:
197 .Bl -tag -width indent