summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorSiva Reddy Kallam <siva.kallam@broadcom.com>2016-08-03 09:44:00 +0530
committerDavid S. Miller <davem@davemloft.net>2016-08-03 11:56:18 -0700
commit9ce6fd7a81e6f787756be2f4b85f4f7bb3658de3 (patch)
treeb347afb8e9a916f51b03f006dada6fd242d86dc3 /tools/perf/scripts/python/event_analyzing_sample.py
parent087d7a8c917491e6e7feb707a858d624bf5b5f14 (diff)
downloadkernel-9ce6fd7a81e6f787756be2f4b85f4f7bb3658de3.tar.gz
tg3: Report the correct number of RSS queues through tg3_get_rxnfc
This patch remove the wrong substraction from info->data in tg3_get_rxnfc function. Without this patch, the number of RSS queues reported is less by one. Reported-by: Michal Soltys <soltys@ziu.info> Signed-off-by: Siva Reddy Kallam <siva.kallam@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
h Hellwig 2023-06-19btrfs: factor out a can_finish_ordered_extent helperChristoph Hellwig 2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig 2023-06-19btrfs: handle completed ordered extents in btrfs_split_ordered_extentChristoph Hellwig 2023-06-19btrfs: atomically insert the new extent in btrfs_split_ordered_extentChristoph Hellwig 2023-06-19btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersChristoph Hellwig 2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig 2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig 2023-04-17btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extentChristoph Hellwig 2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig 2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig 2023-04-17btrfs: pass flags as unsigned long to btrfs_add_ordered_extentBoris Burkov 2023-04-17btrfs: add function to create and return an ordered extentBoris Burkov 2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig 2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds 2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba 2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik 2022-12-05btrfs: move file prototypes to file.hJosef Bacik 2022-12-05btrfs: update function commentsDavid Sterba 2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik 2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik 2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik 2022-11-25btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAXZhen Lei 2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik 2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik 2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos 2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos 2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig 2022-07-25btrfs: add tracepoints for ordered extentsJohannes Thumshirn 2022-07-25btrfs: fix typos in commentsDavid Sterba 2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval 2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval 2021-09-07btrfs: zoned: fix double counting of split ordered extentNaohiro Aota 2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba