summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorShlomo Pongratz <shlomop@mellanox.com>2013-04-10 14:26:48 +0000
committerRoland Dreier <roland@purestorage.com>2013-04-16 22:42:55 -0700
commitf3cca4b1f410c653241f005f4f401c7cd7232058 (patch)
treeec55b8daa06842bad14fdb048d1fbdb1032070f4 /tools/perf/scripts/python/task-analyzer.py
parent9f550553a470d3b05fc8bdced3a738d8ed5b8d8a (diff)
downloadkernel-f3cca4b1f410c653241f005f4f401c7cd7232058.tar.gz
IB/mlx4: Fetch XRC SRQ in the CQ polling code
An XRC target QP may redirect to more than one XRC SRQ. This means that for work completions associated with a XRC TGT QP, the srq field in the QP has no usage and the real XRC SRQ need to be retrived using the information from the XRCETH placed into the CQE, do that. Signed-off-by: Shlomo Pongratz <shlomop@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
linux-6.6.y&id=165779231ff9e9c4ac7baaee84eff91d589f3e22'>net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani 2016-09-21net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski 2016-09-19net sched: stylistic cleanupsJamal Hadi Salim 2016-07-25net_sched: move tc_action into tcf_commonWANG Cong 2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-07-01net_sched: fix mirrored packets checksumWANG Cong 2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong 2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim 2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim 2016-06-07net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim 2016-05-17net_sched: close another race condition in tcf_mirred_release()WANG Cong 2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-05-10net sched: mirred action fix late bindingJamal Hadi Salim 2016-04-26sched: align nlattr properly when neededNicolas Dichtel 2016-03-01net: remove skb_sender_cpu_clear()WANG Cong 2016-02-25net_sched: add network namespace support for tc actionsWANG Cong