summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2022-07-25 16:09:57 +0200
committerDavid S. Miller <davem@davemloft.net>2022-07-27 13:24:42 +0100
commiteb481b02bd182a96e22070895bf887277b82150f (patch)
tree4df50abfbef5f6291341a02f4ed784df1c5ea12a /tools/perf/scripts/python
parent2f0f6b176e083b08667b22d52eaf56d8403ff6f4 (diff)
net/smc: Eliminate struct smc_ism_position
This struct is used in a single place only, and its usage generates inefficient code. Time to clean up! Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Reviewed-and-tested-by: Stefan Raspl <raspl@linux.ibm.com> Signed-off-by: Wenjia Zhang < wenjia@linux.ibm.com> Reviewed-by: Tony Lu <tonylu@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
cgit/linux-arm.git/commit/include/linux/util_macros.h?id=bc73b4186736341ab5cd2c199da82db6e1134e13'>util_macros.h: fix/rework find_closest() macrosAlexandru Ardelean 2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds 2023-02-02util_macros.h: add missing inclusionAndy Shevchenko 2023-01-24bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2015-05-05util_macros.h: have array pointer point to array of constantsGuenter Roeck 2015-04-17util_macros.h: add find_closest() macroBartosz Golaszewski