<div dir="ltr">Which is the preferred relationship?<br><br>* N receive queues share one (TCP/UDP) port whence all TX queues send to this port<br><br>or<br><br><div>* Each transmit queue chooses a TCP/UDP port where, on the RX side, each receive queue listens on its own port for that queue.<br><br>I'm betting it's the second case. However, what also confuses me is that RSS sits between TX and RX and chooses which RX queue a packet gets into. It's not deterministically set at TX time. Therefore the recommended approach appears to actually be:<br><br>* Each transmit queue chooses a TCP/UDP port by knowing ahead of time how RSS will hash the packet for delivery to a certain RX queue. <br></div><div><br></div><div>Thanks</div></div>