You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net/mlx5e: Change VF representor's RQ size and type
Set the representor's rq params using the same method the
standard nic netdev uses to set its rq params. This allowed
the representor to use a striding rq if it is supported, and
allowed for increasing the size of the representor's rq if it
is not. This increases the representor's receive performance,
as can be seen in the following measruements:
Baseline VF/VM:
TCP Throughput [Gb/s] UDP Received PPS (Drop %)
VF to VM 29.1 571K (0%)
VM to VF 16.4 623K (27%)
Representor/VM before current changes:
TCP Throughput [Gb/s] UDP Received PPS (Drop %)
Representor to VM 40.8 462K (0%)
VM to Representor 0.6 248K (74%)
Representor/VM after current changes:
TCP Throughput [Gb/s] UDP Received PPS (Drop %)
Representor to VM 40.6 476K (0%)
VM to Representor 20.2 620K (74%)
Issue: 1155559
Change-Id: I6cd96f24d1c93da4dd2b8d80ce0ae4ab19028d2a
Signed-off-by: Gavi Teitz <[email protected]>
0 commit comments