IB/rxe: vary the source udp port for receive scaling
Select the source udp port number for a QP based on the source QPN. This provides a better spread of traffic across NIC RX queues for RC/UC QPs. Signed-off-by: Vijay Immanuel <vijayi@attalasystems.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

parent
5b394b2ddf
commit
d3c04a3a68
@@ -248,6 +248,7 @@ struct rxe_qp {
|
||||
|
||||
struct socket *sk;
|
||||
u32 dst_cookie;
|
||||
u16 src_port;
|
||||
|
||||
struct rxe_av pri_av;
|
||||
struct rxe_av alt_av;
|
||||
|
Reference in New Issue
Block a user