summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorBenjamin Poirier <bpoirier@suse.com>2019-09-27 19:12:02 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-04 17:17:45 +0200
commit03a0e14bd8bc8df2ea478b336ee65f429375acbb (patch)
tree2d7cded40590eb81407ff934047d5466f3506ea6 /tools/perf/scripts/python/event_analyzing_sample.py
parentcf1c2987bfd890a9c4ef3f174ed6148ec9b2b622 (diff)
downloadlinux-03a0e14bd8bc8df2ea478b336ee65f429375acbb.tar.gz
linux-03a0e14bd8bc8df2ea478b336ee65f429375acbb.zip
staging: qlge: Deduplicate rx buffer queue management
The qlge driver (and device) uses two kinds of buffers for reception, so-called "small buffers" and "large buffers". The two are arranged in rings, the sbq and lbq. These two share similar data structures and code. Factor out data structures into a common struct qlge_bq, make required adjustments to code and dedup the most obvious cases of copy/paste. This patch should not introduce any functional change other than to some of the printk format strings. Signed-off-by: Benjamin Poirier <bpoirier@suse.com> Link: https://lore.kernel.org/r/20190927101210.23856-9-bpoirier@suse.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions