diff options
author | Karsten Graul <kgraul@linux.ibm.com> | 2020-07-18 15:06:14 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-19 15:30:22 -0700 |
commit | c48254fa48e5bad589fbbf1578dae960cedcafcf (patch) | |
tree | a3edb0eceb44b9df876836e6ca8d33db8acff73b /net/openvswitch/flow.c | |
parent | 2ff0867851a21ea1ccb0c275ae1df2fe7787e1b9 (diff) | |
download | linux-c48254fa48e5bad589fbbf1578dae960cedcafcf.tar.bz2 |
net/smc: move add link processing for new device into llc layer
When a new ib device is up smc will send an add link invitation to the
peer if needed. This is currently done with rudimentary flow control.
Under high workload these add link invitations can disturb other llc
flows because they arrive unexpected. Fix this by integrating the
invitations into the normal llc event flow and handle them as a flow.
While at it, check for already assigned requests in the flow before
the new add link request is assigned.
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Fixes: 1f90a05d9ff9 ("net/smc: add smcr_port_add() and smcr_link_up() processing")
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/flow.c')
0 files changed, 0 insertions, 0 deletions