diff options
author | Mark Bloch <[email protected]> | 2018-01-30 10:46:34 +0000 |
---|---|---|
committer | Saeed Mahameed <[email protected]> | 2018-02-23 12:36:38 -0800 |
commit | f80be5436de78d0231cfb79b368edb9b90c3b057 (patch) | |
tree | 2c2ddba5eb70320e4dac6e81429babdd8c3ee29a /tools/perf/scripts/python/futex-contention.py | |
parent | cd3d07e7db69456beaeb90529270a95c7692f4b3 (diff) |
net/mlx5: E-Switch, Optimize HW steering tables in switchdev mode
Under switchdev mode we insert an eswitch miss rule causing any
unmatched traffic to be sent towards the PF vport. This miss rule can
be optimized if we break it to two, one case is for multicast traffic and
the other for unicast.
Breaking the miss rule into two (unicast and multicast) allows the firmware
to program the hardware in a more efficient way.
Using ConncetX-5 Ex with IXIA and testpmd (which use IB representors):
IXIA -> NIC -> PF -> IB representor -> NIC -> VF:
- Without this optimization: 9.2 MPPS.
- With this optimization: 18 MPPS.
VF -> NIC -> IB representor-> PF -> NIC -> IXIA:
- Without this optimization: 17 MPPS.
- With this optimization: 23.4 MPPS.
Signed-off-by: Mark Bloch <[email protected]>
Reviewed-by: Or Gerlitz <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions