summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKarsten Graul <kgraul@linux.ibm.com>2020-07-18 15:06:14 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-19 15:30:22 -0700
commitc48254fa48e5bad589fbbf1578dae960cedcafcf (patch)
treea3edb0eceb44b9df876836e6ca8d33db8acff73b /tools/perf/scripts/python
parent2ff0867851a21ea1ccb0c275ae1df2fe7787e1b9 (diff)
downloadkernel-c48254fa48e5bad589fbbf1578dae960cedcafcf.tar.gz
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
>2008-11-21b43legacy: implement short slot and basic rate handlingJohannes Berg 2008-11-10b43/legacy: remove SSID codeJohannes Berg 2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg 2008-10-31mac80211: make retry limits part of hw configJohannes Berg 2008-10-31mac80211: introduce hw config change flagsJohannes Berg 2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg 2008-10-06mac80211: add multi-rate retry supportFelix Fietkau 2008-09-15mac80211: share STA information with driverJohannes Berg 2008-09-15mac80211: use nl80211 interface typesJohannes Berg 2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez 0d079af'>[media] v4l2-dev: rename two functionsHans Verkuil 2012-05-14[media] tea575x-tuner: mark VIDIOC_S_HW_FREQ_SEEK as an invalid ioctlHans Verkuil 2012-03-19[media] tea575x: fix HW seekHans Verkuil 2012-03-19[media] tea575x-tuner: update to latest V4L2 framework requirementsHans Verkuil 2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker 2011-07-27[media] tea575x: remove useless input ioctlsOndrej Zary 2011-07-27[media] tea575x: allow multiple opensOndrej Zary 2011-07-27[media] tea575x: convert to control frameworkOndrej Zary 2011-05-13ALSA: tea575x: use better card and bus namesOndrej Zary 2011-05-13ALSA: tea575x: remove freq_fixup from structOndrej Zary 2011-05-10ALSA: tea575x: unify read/write functionsOndrej Zary 2011-03-21ALSA: es1968: add radio (tea575x tuner) supportOndrej Zary 2011-03-21ALSA: tea575x-tuner: various improvementsOndrej Zary 2010-12-13sound: don't use flush_scheduled_work()Tejun Heo