<div dir="ltr">I looked at the description for transmit and receive queue configurations in the Programmar's Guide, but was confused by how the configuration worked. I am assuming that one descriptor in the queue refers to one pktmbuf? <div>

<br></div><div style>I am not sure what prefetch, host and writeback of queue descriptors mean for the receive and transmission queues. Can anyone explain to me what they mean?<br><br>Also tx_free_threshold is described as the number of descriptors used to transmit packets before they are freed and written back to the host memory, so in that sense what does rx_free_threshold stand for? Does that mean the NIC has to receive x number of descriptors to receive packets before moving them up to user space?<br>

<br>Another point of confusion is this sentence about tx_rs_threshold: "The RS bit is </div><div>set on the last descriptor used to transmit a packet if the number of descriptors </div><div>used since the last RS bit setting, up to the first descriptor used to transmit the </div>

<div>packet, exceeds the transmit RS bit threshold (tx_rs_thresh)".. <br><br>If anyone know what these means, it would be great!</div></div>