summaryrefslogtreecommitdiff
path: root/include/linux/mlx4/cmd.h
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2019-08-12 20:49:12 +0800
committerJakub Kicinski <jakub.kicinski@netronome.com>2019-08-13 19:08:20 -0700
commita1794de8b92ea6bc2037f445b296814ac826693e (patch)
treeff3178d4f8cc75cedd6fd51e2f4e7c18e960e83a /include/linux/mlx4/cmd.h
parentbb0ce4c1517d299d1a38075ecded62a5a5342c6b (diff)
downloadkernel-a1794de8b92ea6bc2037f445b296814ac826693e.tar.gz
sctp: fix the transport error_count check
As the annotation says in sctp_do_8_2_transport_strike(): "If the transport error count is greater than the pf_retrans threshold, and less than pathmaxrtx ..." It should be transport->error_count checked with pathmaxrxt, instead of asoc->pf_retrans. Fixes: 5aa93bcf66f4 ("sctp: Implement quick failover draft from tsvwg") Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'include/linux/mlx4/cmd.h')
0 files changed, 0 insertions, 0 deletions
=22d0594b31046793dfb58b7ce866d7cb0a9862e5'>perf python scripting: Fixup cut'n'paste error in sctop scriptArnaldo Carvalho de Melo 2010-10-25perf python scripting: Support fedora 11 (audit 1.7.17)Arnaldo Carvalho de Melo 2010-10-25perf python scripting: Improve the syscalls-by-pid scriptArnaldo Carvalho de Melo 2010-10-25perf python scripting: print the syscall name on sctopArnaldo Carvalho de Melo 2010-10-25perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo 2010-10-25perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo 2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings 2010-09-07perf: Add a script to show packets processingKoki Sanagi 2010-08-02perf, sched migration: Librarize task states and event headers helpersFrederic Weisbecker 2010-08-02perf, sched migration: Librarize the GUI classFrederic Weisbecker 2010-08-02perf, sched migration: Make the GUI class client agnosticFrederic Weisbecker 2010-08-02perf, sched migration: Make it vertically scrollableFrederic Weisbecker 2010-08-02perf, sched migration: Parameterize cpu height and spacingNikhil Rao 2010-08-02perf, sched migration: Fix key bindingsNikhil Rao 2010-08-02perf, sched migration: Ignore unhandled task statesFrederic Weisbecker 2010-08-02perf, sched migration: Handle ignored migrate out eventsFrederic Weisbecker 2010-08-02perf: New migration tool overviewFrederic Weisbecker 2010-06-01perf scripts python: Give field dict to unhandled callbackPierre Tardy 2010-05-10perf/trace/scripting: syscall-counts script cleanupTom Zanussi 2010-05-10perf/trace/scripting: syscall-counts-by-pid script cleanupTom Zanussi 2010-05-10perf/trace/scripting: failed-syscalls-by-pid script cleanupTom Zanussi 2010-04-30perf: Remove leftover useless options to record trace events from scriptsFrederic Weisbecker 2010-04-14perf trace/scripting: Enable scripting shell scripts for live modeTom Zanussi 2010-04-14perf trace/scripting: Add rwtop and sctop scriptsTom Zanussi 2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi 2010-02-25perf/scripts: Add Python scripting engineTom Zanussi