summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2025-08-21 10:18:46 +0200
committerPaolo Abeni <pabeni@redhat.com>2025-08-21 10:18:53 +0200
commit38dad812bb500648dc14a0733b293d5b778750e6 (patch)
treeb7cadd45d4f6f4d646667aa3b17c6bffd86d5592 /tools/perf/scripts/python/netdev-times.py
parent833e43171b00caef456a7128718e43453f77b2e7 (diff)
parent40653f280b2640e5caa94eeedee43e0f1df97704 (diff)
downloadkernel-38dad812bb500648dc14a0733b293d5b778750e6.tar.gz
Merge tag 'mlx5-next-vhca-id' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Saeed Mahameed says: ==================== mlx5-next-vhca-id A preparation patchset for adjacent function vports. Adjacent functions can delegate their SR-IOV VFs to sibling PFs, allowing for more flexible and scalable management in multi-host and ECPF-to-host scenarios. Adjacent vports can be managed by the management PF via their unique vhca id and can't be managed by function index as the index can conflict with the local vports/vfs. This series provides: - Use the cached vcha id instead of querying it every time from fw - Query hca cap using vhca id instead of function id when FW supports it - Add HW capabilities and required definitions for adjacent function vports * tag 'mlx5-next-vhca-id' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux: {rdma,net}/mlx5: export mlx5_vport_get_vhca_id net/mlx5: E-Switch, Set/Query hca cap via vhca id net/mlx5: E-Switch, Cache vport vhca id on first cap query net/mlx5: mlx5_ifc, Add hardware definitions needed for adjacent vports ==================== Link: https://patch.msgid.link/20250815194901.298689-1-saeed@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
ix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-04-12llc: Check address length before reading address fieldTetsuo Handa 2018-10-22llc: do not use sk_eat_skb()Eric Dumazet 2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-10-15llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang 2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang 2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang 2018-07-24llc: fix whitespace issuesStephen Hemminger