summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-07-11 17:33:06 -0700
committerJakub Kicinski <kuba@kernel.org>2025-07-11 17:33:06 -0700
commit19d181d8a0c20fda43c820dbddb1cb4bd477b81c (patch)
tree3fbae20dae046ad79258730c63cbd6c467d936f2 /tools/perf/scripts/python/netdev-times.py
parenta393644d7d161430207b9de167b798d05c7d684a (diff)
parent2d925db5b2c6e0c70166de928f34cebf6844b8fd (diff)
downloadkernel-19d181d8a0c20fda43c820dbddb1cb4bd477b81c.tar.gz
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Tony Nguyen says: ==================== ice: cleanups and preparation for live migration Jake Keller says: Various cleanups and preparation to the ice driver code for supporting SR-IOV live migration. The logic for unpacking Rx queue context data is added. This is the inverse of the existing packing logic. Thanks to <linux/packing.h> this is trivial to add. Code to enable both reading and writing the Tx queue context for a queue over a shared hardware register interface is added. Thanks to ice_adapter, this is locked across all PFs that need to use it, preventing concurrency issues with multiple PFs. The RSS hash configuration requested by a VF is cached within the VF structure. This will be used to track and restore the same configuration during migration load. ice_sriov_set_msix_vec_count() is updated to use pci_iov_vf_id() instead of open-coding a worse equivalent, and checks to avoid rebuilding MSI-X if the current request is for the existing amount of vectors. A new ice_get_vf_by_dev() helper function is added to simplify accessing a VF from its PCI device structure. This will be used more heavily within the live migration code itself. * '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue: ice: introduce ice_get_vf_by_dev() wrapper ice: avoid rebuilding if MSI-X vector count is unchanged ice: use pci_iov_vf_id() to get VF ID ice: expose VF functions used by live migration ice: move ice_vsi_update_l2tsel to ice_lib.c ice: save RSS hash configuration for migration ice: add functions to get and set Tx queue context ice: add support for reading and unpacking Rx queue context ==================== Link: https://patch.msgid.link/20250710214518.1824208-1-anthony.l.nguyen@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
>Darrick J. Wong 2021-01-22xfs: Check for extent overflow when remapping an extentChandan Babu R 2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R 2020-11-04xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong 2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap 2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong 2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong 2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong 2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong 2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong 2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong 2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong 2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong 2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong 2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong 2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong 2020-01-20xfs: change return value of xfs_inode_need_cow to intzhengbin 2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong 2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster 2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig 2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig 2019-10-21xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig 2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig 2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong 2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong 2019-08-18xfs: fix reflink source file racing with directio writesDarrick J. Wong 2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig 2019-06-28xfs: remove unused header filesEric Sandeen