commit_title
stringlengths
13
124
commit_body
stringlengths
0
1.9k
release_summary
stringclasses
52 values
changes_summary
stringlengths
1
758
release_affected_domains
stringclasses
33 values
release_affected_drivers
stringclasses
51 values
domain_of_changes
stringlengths
2
571
language_set
stringclasses
983 values
diffstat_files
int64
1
300
diffstat_insertions
int64
0
309k
diffstat_deletions
int64
0
168k
commit_diff
stringlengths
92
23.4M
category
stringclasses
108 values
commit_hash
stringlengths
34
40
related_people
stringlengths
0
370
domain
stringclasses
21 values
subdomain
stringclasses
241 values
leaf_module
stringlengths
0
912
net/mlx5: e-switch, prepare eswitch to handle sf vport
prepare eswitch to handle sf vport during (a) querying eswitch functions (b) egress acl creation (c) account for sf vports in total vports calculation
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add mlx5 subfunction support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
73
4
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_ofld.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_ofld.c --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_ofld.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_ofld.c - return mlx5_eswitch_is_vf_vport(esw, vp...
Networking
d7f33a457beef8d522f346d18ab0a1e3366dc20f
vu pham
drivers
net
acl, core, esw, ethernet, mellanox, mlx5
net/mlx5: e-switch, add eswitch helpers for sf vport
add helpers to enable/disable eswitch port, register its devlink port and load its representor.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add mlx5 subfunction support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
4
97
8
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/devlink_port.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/devlink_port.c --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/devlink_port.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/devlink_port.c + +int mlx5_esw_devlink_sf_port_register(struct mlx5_...
Networking
d970812b91d0fa685cde35e9b3f46a48d049f4e3
parav pandit roi dayan roid nvidia com
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5: sf, add port add delete functionality
to handle sf port management outside of the eswitch as independent software layer, introduce eswitch notifier apis so that mlx5 upper layer who wish to support sf port management in switchdev mode can perform its task whenever eswitch mode is set to switchdev or before eswitch is disabled.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add mlx5 subfunction support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'kconfig', 'c', 'makefile']
13
607
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/kconfig b/drivers/net/ethernet/mellanox/mlx5/core/kconfig --- a/drivers/net/ethernet/mellanox/mlx5/core/kconfig +++ b/drivers/net/ethernet/mellanox/mlx5/core/kconfig + +config mlx5_sf_manager + bool + depends on mlx5_sf && mlx5_eswitch + default y + help + build ...
Networking
8f01054186683fe0986d54d584aa13723d51edce
parav pandit
include
linux
core, ethernet, mellanox, mlx5, sf
net/mlx5: sf, port function state change support
support changing the state of the sf port's function through devlink. when activating the sf port's function, enable the hca in the device followed by adding its auxiliary device. when deactivating the sf port's function, delete its auxiliary device followed by disabling the vhca.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add mlx5 subfunction support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
7
431
27
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c --- a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c + .port_fn_state_get = mlx5_devlink_sf_port_fn_state_get, + .port_fn_state_set = mlx5_dev...
Networking
6a3273217469790e6d0abc73893d0ebe6b69180d
parav pandit
drivers
net
core, ethernet, mellanox, mlx5, sf
devlink: add devlink port documentation
added documentation for devlink port and port function related commands.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add mlx5 subfunction support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['rst']
2
119
0
--- diff --git a/documentation/networking/devlink/devlink-port.rst b/documentation/networking/devlink/devlink-port.rst --- /dev/null +++ b/documentation/networking/devlink/devlink-port.rst +.. spdx-license-identifier: gpl-2.0 + +.. _devlink_port: + +============ +devlink port +============ + +''devlink-port'' is a port...
Networking
c736111cf8d519d46ac62af36378aed472faaa12
parav pandit jiri pirko jiri nvidia com jacob keller jacob e keller intel com
documentation
networking
devlink
devlink: extend devlink port documentation for subfunctions
add devlink port documentation for subfunction management.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add mlx5 subfunction support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['rst']
2
86
3
--- diff --git a/documentation/driver-api/auxiliary_bus.rst b/documentation/driver-api/auxiliary_bus.rst --- a/documentation/driver-api/auxiliary_bus.rst +++ b/documentation/driver-api/auxiliary_bus.rst +.. _auxiliary_bus: + diff --git a/documentation/networking/devlink/devlink-port.rst b/documentation/networking/devli...
Networking
6474ce7ecd80c5071861ba96c864f03d84319e73
parav pandit
documentation
driver-api
devlink
net/mlx5: add devlink subfunction port documentation
add documentation for subfunction management using devlink port.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add mlx5 subfunction support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['rst']
1
210
0
--- diff --git a/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst b/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst --- a/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst +++ b/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst - 'enabling the drive...
Networking
142d93d12dc187f6a32aae2048da0c8230636b86
parav pandit
documentation
networking
device_drivers, ethernet, mellanox
net/mlx5e: enable xdp for connect-x ipsec capable devices
this limitation was inherited by previous innova (fpga) ipsec implementation, it uses its private set of rq handlers which does not support xdp, for connect-x this is no longer true.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
enable xdp for connect-x ipsec capable devices
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
3
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c - if (mlx5_ipsec_dev(priv->mdev)) { - netdev_warn(netdev, "can't set xdp with ipsec offlo...
Networking
e33f9f5f2d3a5fa97728a43708f41da2d4faae65
raed salem
drivers
net
core, ethernet, mellanox, mlx5
net: sched: add multi-queue support to sch_tree_lock
the existing qdiscs that set tcq_f_mqroot don't use sch_tree_lock. however, hardware-offloaded htb will start setting this flag while also using sch_tree_lock.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
htb offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h']
1
10
4
--- diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h -static inline void sch_tree_lock(const struct qdisc *q) +static inline void sch_tree_lock(struct qdisc *q) - spin_lock_bh(qdisc_root_sleeping_lock(q)); + if (q->flags & tcq_f_mqroot) +...
Networking
ca1e4ab199933e1af3f9a86d31060b7f9181c3fc
maxim mikityanskiy
include
net
net: sched: add extack to qdisc_class_ops.delete
in a following commit, sch_htb will start using extack in the delete class operation to pass hardware errors in offload mode. this commit prepares for that by adding the extack parameter to this callback and converting usage of the existing qdiscs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
htb offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
10
22
12
--- diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h - int (*delete)(struct qdisc *, unsigned long); + int (*delete)(struct qdisc *, unsigned long, + struct netlink_ext_ack *); diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c --- a/...
Networking
4dd78a73738afa92d33a226ec477b42938b31c83
maxim mikityanskiy tariq toukan tariqt nvidia com
include
net
sch_htb: hierarchical qos hardware offload
htb doesn't scale well because of contention on a single lock, and it also consumes cpu. this patch adds support for offloading htb to hardware that supports hierarchical rate limiting.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
htb offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
512
28
--- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h + tc_setup_qdisc_htb, diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h +enum tc_htb_command { + /* root */ + tc_htb_cre...
Networking
d03b195b5aa015f6c11988b86a3625f8d5dbac52
maxim mikityanskiy
include
uapi
linux, uapi
sch_htb: stats for offloaded htb
this commit adds support for statistics of offloaded htb. bytes and packets counters for leaf and inner nodes are supported, the values are taken from per-queue qdiscs, and the numbers that the user sees should have the same behavior as the software (non-offloaded) htb.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
htb offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
53
0
--- diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c --- a/net/sched/sch_htb.c +++ b/net/sched/sch_htb.c + struct gnet_stats_basic_packed bstats_bias; + struct htb_sched *q = qdisc_priv(sch); + if (q->offload && nla_put_flag(skb, tca_htb_offload)) + goto nla_put_failure; +static void htb_offload_aggregate_stats(s...
Networking
83271586249c8ecf8458834864c827f67ad57773
maxim mikityanskiy tariq toukan tariqt nvidia com
net
sched
net/mlx5e: support htb offload
this commit adds support for htb offload in the mlx5e driver.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
htb offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c', 'makefile']
15
1,516
49
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - diag/fw_tracer.o diag/crdump.o devlink.o diag/rsc_dump.o fw_reset.o + diag/fw_tracer.o diag...
Networking
214baf22870cfa437522f3bd4fbae56338674b04
maxim mikityanskiy
include
linux
core, en, ethernet, mellanox, mlx5
devlink: add dmac filter generic packet trap
add packet trap that can report packets that were dropped due to destination mac filtering.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c', 'rst']
3
9
0
--- diff --git a/documentation/networking/devlink/devlink-trap.rst b/documentation/networking/devlink/devlink-trap.rst --- a/documentation/networking/devlink/devlink-trap.rst +++ b/documentation/networking/devlink/devlink-trap.rst - ''drop'' - traps packets that the device decided to drop in case they hit a + * - ''dma...
Networking
e78ab164591ffd55d2771401ed0d9b083dad55fa
aya levin ido schimmel idosch nvidia com moshe shemesh moshe nvidia com tariq toukan tariqt nvidia com
net
core
devlink
net/mlx5: add support for devlink traps in mlx5 core driver
add devlink traps infra-structure to mlx5 core driver. add traps list to mlx5_priv and corresponding api: - mlx5_devlink_trap_report() to wrap trap reports to devlink - mlx5_devlink_trap_get_num_active() to decide whether to open/close trap resources.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
4
103
0
- mlx5_devlink_trap_report() to wrap trap reports to devlink - mlx5_devlink_trap_get_num_active() to decide whether to open/close trap --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c --- a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +++ b/driv...
Networking
3d347b1b19da20f973d1d3c6bb60c11185606afd
aya levin tariq toukan tariqt nvidia com
include
linux
core, ethernet, mellanox, mlx5
net/mlx5: register to devlink ingress vlan filter trap
add traps registration to mlx5_core devlink register/unregister flow. this patch registers ingress_vlan_filter trap.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
51
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c --- a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +#define mlx5_trap_drop(_id, _group_id) \ + devlink_trap_generic(drop, drop, _id, \ + dev...
Networking
82e6c96f04e13c72d91777455836ffd012853caa
aya levin tariq toukan tariqt nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: register to devlink dmac filter trap
core driver is registered to the devlink traps service, which enables the admin to redeem packets that were destined to be dropped due to a particular reason. register to dmac filter, allow visibility of packets that were filtered out by the mac table.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
1
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c --- a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c + mlx5_trap_drop(dmac_filter, l2_drops),
Networking
f679247f25b65cf71298e25d6850bc4bac2c9802
aya levin moshe shemesh moshe nvidia com tariq toukan tariqt nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: rename events notifier header
change the naming of events notifier head to clarify that it handles only firmware events. coming patches in the set, add event notifier for software events.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
11
8
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/events.c b/drivers/net/ethernet/mellanox/mlx5/core/events.c --- a/drivers/net/ethernet/mellanox/mlx5/core/events.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/events.c -/* handler which forwards the event to events->nh, driver notifiers */ +/* handler which for...
Networking
3eac5d949afeca60982165e6fc4cece6f5882843
aya levin tariq toukan tariqt nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: notify on trap action by blocking event
in order to allow mlx5 core driver to trigger synchronous operations to its consumers, add a blocking events handler. add wrappers to blocking_notifier_[call_chain/chain_register/chain_unregister]. add trap callback for action set and notify about this change. following patches in the set add a listener for this event.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
4
83
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c --- a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +static int mlx5_devlink_trap_action_set(struct devlink *devlink, + const struct devlink_...
Networking
241dc159391fb9d351362d911a39dff84074cc92
aya levin tariq toukan tariqt nvidia com
include
linux
core, ethernet, mellanox, mlx5
net/mlx5e: optimize promiscuous mode
change steering flow to optimize traffic in promiscuous mode. on demand, add a high priority table containing a catch-all rule. all incoming packets are caught by this rule and steered directly to the ttc table. prior to this change, packets in promiscuous mode may suffer from up to 4 steering hops before reaching ttc ...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
3
100
34
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +struct mlx5e_promisc_table { + struct mlx5e_flow_table ft; + struct mlx5_flow_handle *rule; +}; ...
Networking
1c46d7409f301592731f941a7ec6c51cb6b54b0b
aya levin moshe shemesh moshe nvidia com maor gottlieb maorg nvidia com tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: add flow steering vlan trap rule
add flow group to the vlan table to hold the catch-all vlan rule. add api which adds/removes vlan trap rule. this rule catches packets that were destined to be dropped due to no-match with previous vlan rules. the trap rule steer these packets to the trap tir related to the trap-rq.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
2
65
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h + struct mlx5_flow_handle *trap_rule; +int mlx5e_add_vlan_trap(struct mlx5e_priv *priv, int trap_...
Networking
e2a1a00498aea4e3bf31b65b8691d2e7fc7e3693
aya levin moshe shemesh moshe nvidia com tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: add flow steering dmac trap rule
add flow group to the l2 table to hold the catch-all dmac rule. add api which adds/removes dmac trap rule. this rule catches packets that were destined to be dropped due to no-match with previous dmac rules. the trap rule steer these packets to the trap tir related to the trap-rq.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
2
43
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h + struct mlx5_flow_handle *trap_rule; +int mlx5e_add_mac_trap(struct mlx5e_priv *priv, int trap_i...
Networking
ceef1b66bddaaee3124f66cd0279189e29bd3f56
aya levin moshe shemesh moshe nvidia com tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: expose rx dma info helpers
in order to support rqs outside of channel context, change mlx5e_init_di_list() signature to accept numa node instead of cpu. in addition, expose dma info helpers as api. this api will be used for rq's creation in other files in downstream patches.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
2
6
6
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h +int mlx5e_init_di_list(struct mlx5e_rq *rq, int wq_sz, int node); +void mlx5e_free_di_list(struct mlx5e_rq *...
Networking
cf74760932602fb25d16c57e49dbc445c81d0ff1
aya levin moshe shemesh moshe nvidia com tariq toukan tariqt nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5e: add trap entity to eth driver
introduce mlx5e_trap which includes a dedicated rq and napi for trapped packets. trap-rq processes packets that were destined to be dropped, but for debug and visibility sake these packets are trapped and reported to devlink. trap-rq connects between the hw and the driver and is not a part of a channel. open mlx5e_crea...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c', 'makefile']
7
505
4
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - en/qos.o + en/qos.o en/trap.o diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/d...
Networking
5543e989fe5e2fe6a5829ee42c00152cac2bb8a0
aya levin tariq toukan tariqt nvidia com
include
linux
core, en, ethernet, mellanox, mlx5
net/mlx5e: add listener to trap event
add support for listening to blocking events in the eth driver. listen on trap event. if received, call mlx5e_handle_trap_event() which: 1) verifies if driver needs open/close trap-rq with respect to the active traps count. 2) inspects trap id and its action (trap/drop) and add/remove the flow steering rule accordingly...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
2
36
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h + struct notifier_block blocking_events_nb; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/...
Networking
70038b73e40e2ce6bc4c8f25bbf0747b7a07a61f
aya levin tariq toukan tariqt nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5e: add listener to dmac filter trap event
add support for trapping packets which didn't match any dmac in the mac table. add a listener which adds/removes mac trap rule in the flow steering according to the trap's action trap/drop.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
8
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/trap.c b/drivers/net/ethernet/mellanox/mlx5/core/en/trap.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/trap.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/trap.c + case devlink_trap_generic_id_dmac_filter: + err = mlx5e_add_mac_trap(priv, trap_id, mlx...
Networking
49fdbd23418f5b18536d02f257096bd71fc83086
aya levin moshe shemesh moshe nvidia com tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: enable traps according to link state
avoid trapping packets when the interface is down, and revive them when interface is back up. add api to mlx5 core retrieving the action by trap id. use it to apply traps when interface is up, and disable then when interface is down.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
devlink trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
62
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c --- a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +int mlx5_devlink_traps_get_action(struct mlx5_core_dev *dev, int trap_id, + enum devlink...
Networking
eb3862a0525d26f0975ed4f750bc151920f2f25c
aya levin moshe shemesh moshe nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5: e-switch, refactor setting source port
setting the source port requires only the e-switch and vport number. refactor the function to get those parameters instead of passing the full attribute.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
12
7
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c - struct mlx5_esw_flow_attr *attr) + struct mlx5_eswi...
Networking
b055ecf5827d81a60144560266a78fea652bdf1a
mark bloch saeed mahameed saeedm nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5e: e-switch, maintain vhca_id to vport_num mapping
following patches in the series need to be able to map vf netdev to vport. since it is trivial to obtain vhca_id from netdev, maintain mapping from vhca_id to vport_num inside eswitch offloads using xarray. provide function mlx5_eswitch_vhca_id_to_vport() to be used by tc code in following patches to obtain the mapping...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
119
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c + if (!mlx5_esw_is_manager_vport(esw, vport->vport) && + mlx5_cap_gen(esw->dev, vhca_reso...
Networking
84ae9c1f29c06cb4aaf9b1ad290e0abee44ceebc
vlad buslov roi dayan roid nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5e: always set attr mdev pointer
eswitch offloads extensions in following patches in the series require attr->esw_attr->in_mdev pointer to always be set. this is already the case for all code paths except mlx5_tc_ct_entry_add_rule() function. fix the function to assign mdev pointer with priv->mdev value.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
2
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c + if (ct_priv->ns_type == mlx5_flow_namespace_fdb) + attr->esw_attr->in_mdev = priv->...
Networking
275c21d6cbe2ffb49aa1f054bff7ddfc9126564c
vlad buslov roi dayan roid nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5: e-switch, refactor rule offload forward action processing
following patches in the series extend forwarding functionality with vf tunnel tx and rx handling. extract action forwarding processing code into dedicated functions to simplify further extensions:
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
129
60
- handle every forwarding case with dedicated function instead of inline - extract forwarding dest dispatch conditional into helper function - unify forwaring cleanup code in error path of --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offlo...
Networking
9e51c0a624925076fe07a09674172495c8c09e59
vlad buslov
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5e: vf tunnel tx traffic offloading
when tunnel endpoint is on vf, driver still assumes that endpoint is on uplink and incorrectly configures encap rule offload according to that assumption. as a result, traffic is sent directly to the uplink and rules installed on representor of tunnel endpoint vf are ignored.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
201
11
- for tunneling flows perform route lookup on route and out devices pair. - recirculate encapsulated packets to vf vport in order to apply any flow - hardware advertises capability to preserve reg_c_0 value on packet - vport metadata matching is enabled. - termination tables are to be used by the flow. --- diff --git a...
Networking
10742efc20a429b2040658af685d6bb2aa674a73
vlad buslov
include
linux
core, ethernet, mellanox, mlx5
net/mlx5e: refactor tun routing helpers
refactor tun routing helpers to use dedicated struct mlx5e_tc_tun_route_attr instead of multiple output arguments. this simplifies the callers (no need to keep track of bunch of output param pointers) and allows to unify struct release code in new mlx5e_tc_tun_route_attr_cleanup() helper instead of requiring callers to...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
126
109
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c +struct mlx5e_tc_tun_route_attr { + struct net_device *out_dev; + struct net_devi...
Networking
6717986e15a067ac49370e3f563063c8154e6854
vlad buslov
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5: e-switch, indirect table infrastructure
indirect table infrastructure is used to allow fully processing vf tunnel traffic in hardware. kernel software model uses two tc rules for such traffic: ul rep to tunnel device, then tunnel vf rep to destination vf rep. to implement such pipeline driver needs to program the hardware after matching on ul rule to overwri...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c', 'makefile']
6
616
0
- mlx5_esw_indir_table_{init|destroy}() - init and destroy opaque indirect - mlx5_esw_indir_table_get() - get or create new table according to vport - mlx5_esw_indir_table_put() - decrease reference to the indirect table and - mlx5_esw_indir_table_needed() - check that in_port is an uplink port and - mlx5_esw_indir_tab...
Networking
34ca65352ddf2aaa094f4016369103c4c7b98958
vlad buslov
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5e: remove redundant match on tunnel destination mac
remove hardcoded match on tunnel destination mac address. such match is no longer required and would be wrong for stacked devices topology where encapsulation destination mac address will be the address of tunnel vf that can change dynamically on route change (implemented in following patches in the series).
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['c']
1
0
8
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c - /* enforce dmac when offloading incoming tunneled flows. - * flow counters requ...
Networking
4ad9116c84ed3243f7b706f07646a995f3bca502
vlad buslov roi dayan roid nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: vf tunnel rx traffic offloading
when tunnel endpoint is on vf the encapsulated rx traffic is exposed on the representor of the vf without any further processing of rules installed on the vf. detect such case by checking if the device returned by route lookup in decap rule handling code is a mlx5 vf and handle it with new redirection tables api.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
271
8
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c +int mlx5e_tc_tun_route_lookup(struct mlx5e_priv *priv, + struct mlx5_flow_spec *...
Networking
a508728a4c8bfaf15839d5b23c19bf6b9908d43d
vlad buslov
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: refactor reg_c1 usage
following patch in series uses reg_c1 in eswitch code. to use reg_c1 helpers in both tc and eswitch code, refactor existing helpers according to similar use case of reg_c0 and move the functionality into eswitch.h. calculate reg mappings length from new defines to ensure that they are always in sync and only need to be...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
26
9
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c - zone_restore_id = reg_c1 & zone_restore_max; + zone_restore_id = reg_c1 & esw_z...
Networking
48d216e5596a58e3cfa6d4548343f982c5921b79
vlad buslov roi dayan roid nvidia com
include
linux
core, en, ethernet, mellanox, mlx5, rep
net/mlx5e: match recirculated packet miss in slow table using reg_c1
previous patch in series that implements stack devices rx path implements indirect table rules that match on tunnel vni. after such rule is created all tunnel traffic is recirculated to root table. however, recirculated packet might not match on any rules installed in the table (for example, when ip traffic follows arp...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
143
8
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c - mapping = mapping_create(sz_enc_opts, enc_opts_bits_mask, true); + /* 0xfff is reserved for sta...
Networking
8e404fefa58b6138531e3d4b5647ee79f75ae9a8
vlad buslov
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5e: extract tc tunnel encap/decap code to dedicated file
following patches in series extend the extracted code with routing infrastructure. to improve code modularity created a dedicated tc_tun_encap.c source file and move encap/decap related code to the new file. export code that is used by both regular tc code and encap/decap code into tc_priv.h (new header intended to be ...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c', 'makefile']
7
947
885
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - esw/indir_table.o \ + esw/indir_table.o en/tc_tun_encap.o \ diff --git a/drivers/net/ethern...
Networking
0d9f96471493d5483d116c137693f03604332a04
vlad buslov roi dayan roid nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: create route entry infrastructure
implement dedicated route entry infrastructure to be used in following patch by route update event. both encap (indirectly through their corresponding encap entries) and decap (directly) flows are attached to routing entry. since route update also requires updating encap (route device mac address is a source mac addres...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
7
290
11
- per-eswitch hash table is used for quick entry lookup. - flows are attached to per-entry linked list and hold reference to entry - atomic reference counting and rcu mechanisms are used as synchronization --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h b/drivers/net/ethernet/mellanox/mlx5/core/en...
Networking
777bb800c6967517772e882118b414e1c6cb7087
vlad buslov
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: refactor neigh update infrastructure
following patches in series implements route update which can cause encap entries to migrate between routing devices. consecutively, their parent nhe's need to be also transferable between devices instead of having neigh device as a part of their immutable key. move neigh device from struct mlx5_neigh to struct mlx5e_n...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
9
35
31
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h b/drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h --- a/drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h - tp_struct__entry(__string(d...
Networking
2221d954d984d07dc66a4fd0f11a8b2705816a6f
vlad buslov
drivers
net
core, diag, en, ethernet, mellanox, mlx5, rep
net/mlx5e: tc preparation refactoring for routing update event
following patch in series implement routing update event which requires ability to modify rule match_to_reg modify header actions dynamically during rule lifetime. in order to accommodate such behavior, refactor and extend tc infrastructure in following ways:
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
288
9
- modify mod_hdr infrastructure to preserve its parse attribute for whole - extend match_to_reg infrastructure with new function - extend tun api with new functions mlx5e_tc_tun_update_header_ipv{4|6}() --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_c...
Networking
c7b9038d8af68e351e09a8427fa0264be8dc811f
vlad buslov
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: rename some encap-specific api to generic names
some of the encap-specific functions and fields will also be used by route update infrastructure in following patches. rename them to generic names.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
5
9
9
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c - mlx5e_put_encap_flow_list(priv, &flow_list); + mlx5e_put_flow_list(priv, &flow_...
Networking
021905f8067d13d9c80db88f1b5398cdd3e35cc5
vlad buslov roi dayan roid nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5, rep
net/mlx5e: handle fib events to update tunnel endpoint device
process fib route update events to dynamically update the stack device rules when tunnel routing changes. use rtnl lock to prevent fib event handler from running concurrently with neigh update and neigh stats workqueue tasks. use encap_tbl_lock mutex to synchronize with tc rule update path that doesn't use rtnl lock.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement support for vf tunneling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlx5/mlx5e ']
['h', 'c']
7
773
67
- unoffload all flows attached to route encaps from slow or fast path - update encap ip header according to new route dev. - update flows mod_hdr action that is responsible for overwriting reg_c0 - offload all flows to either slow or fast path depending on encap - unoffload all route flows from hardware. when last rout...
Networking
8914add2c9e5518f6a864936658bba5752510b39
vlad buslov
drivers
net
core, en, ethernet, mellanox, mlx5
ethtool: validate master slave configuration before rtnl_lock()
create a new function for input validations to be called before rtnl_lock() and move the master slave validation to that function.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['c']
1
19
8
--- diff --git a/net/ethtool/linkmodes.c b/net/ethtool/linkmodes.c --- a/net/ethtool/linkmodes.c +++ b/net/ethtool/linkmodes.c +static int ethnl_check_linkmodes(struct genl_info *info, struct nlattr **tb) +{ + const struct nlattr *master_slave_cfg; + + master_slave_cfg = tb[ethtool_a_linkmodes_master_slave_cfg]; + if (...
Networking
189e7a8d94208a26b7f7876d155cf695393f8efa
danielle ratson
net
ethtool
ethtool: extend link modes settings uapi with lanes
currently, when auto negotiation is on, the user can advertise all the linkmodes which correspond to a specific speed, but does not have a similar selector for the number of lanes. this is significant when a specific speed can be achieved using different number of lanes. for example, 2x50 or 4x25.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['h', 'c', 'rst']
5
93
21
--- diff --git a/documentation/networking/ethtool-netlink.rst b/documentation/networking/ethtool-netlink.rst --- a/documentation/networking/ethtool-netlink.rst +++ b/documentation/networking/ethtool-netlink.rst + ''ethtool_a_linkmodes_lanes'' u32 lanes -of speed and duplex is specified, kernel adjusts advertised modes ...
Networking
012ce4dd3102a0f4d80167de343e9d44b257c1b8
danielle ratson
include
linux
linux
ethtool: get link mode in use instead of speed and duplex parameters
currently, when user space queries the link's parameters, as speed and duplex, each parameter is passed from the driver to ethtool.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['h', 'c']
5
174
156
--- diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h + enum ethtool_link_mode_bit_indices link_mode; diff --git a/net/ethtool/common.c b/net/ethtool/common.c --- a/net/ethtool/common.c +++ b/net/ethtool/common.c +#define __link_mode_lanes_cr 1 +#...
Networking
c8907043c6ac9ed58e6c1a76f2824be714b42228
danielle ratson
include
linux
ethtool: expose the number of lanes in use
currently, ethtool does not expose how many lanes are used when the link is up.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['c']
1
8
0
--- diff --git a/net/ethtool/linkmodes.c b/net/ethtool/linkmodes.c --- a/net/ethtool/linkmodes.c +++ b/net/ethtool/linkmodes.c + if (!dev->ethtool_ops->cap_link_lanes_supported) + data->ksettings.lanes = 0; + + nla_total_size(sizeof(u32)) /* linkmodes_speed */ + + nla_total_size(sizeof(u32)) /* linkmodes_lanes */ + nla...
Networking
7dc33f0914a9c8f992592cddfab2bab7faf162b9
danielle ratson
net
ethtool
mlxsw: ethtool: remove max lanes filtering
currently, when a speed can be supported by different number of lanes, the supported link modes bitmask contains only link modes with a single number of lanes.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['h', 'c']
2
15
22
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h - u8 width, unsigned long *mode); + unsigned long *mode); - u32 (*to_ptys_advert_link)(struct mlxsw_s...
Networking
5fc4053df3d9af1bf728feff90b8494dc036aae2
danielle ratson
drivers
net
ethernet, mellanox, mlxsw
mlxsw: ethtool: add support for setting lanes when autoneg is off
currently, when auto negotiation is set to off, the user can force a specific speed or both speed and duplex. the user cannot influence the number of lanes that will be forced.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['h', 'c']
2
78
41
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h - u32 (*to_ptys_speed)(struct mlxsw_sp *mlxsw_sp, u8 width, u32 speed); + u32 (*to_ptys_speed_lanes)(...
Networking
763ece86f0c27c751d6fac6b15863f5124f79a52
danielle ratson
drivers
net
ethernet, mellanox, mlxsw
mlxsw: ethtool: pass link mode in use to ethtool
currently, when user space queries the link's parameters, as speed and duplex, each parameter is passed from the driver to ethtool.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['h', 'c']
2
30
23
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h - void (*from_ptys_speed_duplex)(struct mlxsw_sp *mlxsw_sp, - bool carrier_ok, u32 ptys_eth_proto, - ...
Networking
25a96f057a0fab318376c85bd83afda267f8ad33
danielle ratson
drivers
net
ethernet, mellanox, mlxsw
net: selftests: add lanes setting test
test that setting lanes parameter is working.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support setting lanes via ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mlxsw']
['sh']
3
249
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/ethtool_lanes.sh b/tools/testing/selftests/drivers/net/mlxsw/ethtool_lanes.sh --- /dev/null +++ b/tools/testing/selftests/drivers/net/mlxsw/ethtool_lanes.sh +#!/bin/bash +# spdx-license-identifier: gpl-2.0 + +lib_dir=$(dirname $0)/../../../net/forwarding + +all...
Networking
f72e2f48c71051f54e6fa214dc57f586386173b5
danielle ratson
tools
testing
drivers, forwarding, mlxsw, net, selftests
net: mscc: ocelot: auto-detect packet buffer size and number of frame references
instead of reading these values from the reference manual and writing them down into the driver, it appears that the hardware gives us the option of detecting them dynamically.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c']
8
26
7
--- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c - ocelot->shared_queue_sz = felix->info->shared_queue_sz; diff --git a/drivers/net/dsa/ocelot/felix.h b/drivers/net/dsa/ocelot/felix.h --- a/drivers/net/dsa/ocelot/f...
Networking
f6fe01d6fa24dd3c89996ad82780872441e86bfa
vladimir oltean
include
soc
dsa, ethernet, mscc, ocelot
net: mscc: ocelot: add ops for decoding watermark threshold and occupancy
we'll need to read back the watermark thresholds and occupancy from hardware (for devlink-sb integration), not only to write them as we did so far in ocelot_port_set_maxlen. so introduce 2 new functions in struct ocelot_ops, similar to wm_enc, and implement them for the 3 supported mscc_ocelot switches.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c']
5
54
6
--- diff --git a/drivers/net/dsa/ocelot/felix_vsc9959.c b/drivers/net/dsa/ocelot/felix_vsc9959.c --- a/drivers/net/dsa/ocelot/felix_vsc9959.c +++ b/drivers/net/dsa/ocelot/felix_vsc9959.c +static u16 vsc9959_wm_dec(u16 wm) +{ + warn_on(wm & ~genmask(8, 0)); + + if (wm & bit(8)) + return (wm & genmask(7, 0)) * 16; + + re...
Networking
703b762190e643bf46a048ebe99504b14d71449c
vladimir oltean
include
soc
dsa, ethernet, mscc, ocelot
net: dsa: add ops for devlink-sb
switches that care about qos might have hardware support for reserving buffer pools for individual ports or traffic classes, and configuring their sizes and thresholds. through devlink-sb (shared buffers), this is all configurable, as well as their occupancy being viewable.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c']
2
192
1
--- diff --git a/include/net/dsa.h b/include/net/dsa.h --- a/include/net/dsa.h +++ b/include/net/dsa.h + int (*devlink_sb_pool_get)(struct dsa_switch *ds, + unsigned int sb_index, u16 pool_index, + struct devlink_sb_pool_info *pool_info); + int (*devlink_sb_pool_set)(struct dsa_switch *ds, unsigned int sb_index, + u16 ...
Networking
2a6ef763037238a5aa6a6505fc6693ee77c1a59b
vladimir oltean
include
net
net: dsa: felix: reindent struct dsa_switch_ops
the devlink function pointer names are super long, and they would break the alignment. so reindent the existing ops now by adding one tab.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['c']
1
37
37
--- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c - .get_tag_protocol = felix_get_tag_protocol, - .setup = felix_setup, - .teardown = felix_teardown, - .set_ageing_time = felix_set_ageing_time, - .get_strings = feli...
Networking
a7096915e4276fff6905a8eff89986ef9704bbe7
vladimir oltean florian fainelli f fainelli gmail com
drivers
net
dsa, ocelot
net: dsa: felix: perform teardown in reverse order of setup
in general it is desirable that cleanup is the reverse process of setup. in this case i am not seeing any particular issue, but with the introduction of devlink-sb for felix, a non-obvious decision had to be made as to where to put its cleanup method. when there's a convention in place, that decision becomes obvious.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['c']
1
5
5
--- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c - if (felix->info->mdio_bus_free) - felix->info->mdio_bus_free(ocelot); + ocelot_deinit_timestamp(ocelot); + ocelot_deinit(ocelot); - ocelot_deinit_timestamp(ocelot)...
Networking
d19741b0f54487cf3a11307900f8633935cd2849
vladimir oltean florian fainelli f fainelli gmail com
drivers
net
dsa, ocelot
net: mscc: ocelot: export num_tc constant from felix to common switch lib
we should be moving anything that isn't dsa-specific or soc-specific out of the felix dsa driver, and into the common mscc_ocelot switch library.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c']
5
5
4
--- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c - for (i = 0; i < felix_num_tc * 2; i++) { + for (i = 0; i < ocelot_num_tc * 2; i++) { diff --git a/drivers/net/dsa/ocelot/felix.h b/drivers/net/dsa/ocelot/felix.h -...
Networking
70d39a6e62d31a4a7372a712ccc6f8063bbb1550
vladimir oltean
include
soc
dsa, mscc, ocelot
net: mscc: ocelot: delete unused ocelot_set_cpu_port prototype
this is a leftover of commit 69df578c5f4b ("net: mscc: ocelot: eliminate confusion between cpu and npi port") which renamed that function.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h']
1
0
4
--- diff --git a/drivers/net/ethernet/mscc/ocelot.h b/drivers/net/ethernet/mscc/ocelot.h --- a/drivers/net/ethernet/mscc/ocelot.h +++ b/drivers/net/ethernet/mscc/ocelot.h -void ocelot_set_cpu_port(struct ocelot *ocelot, int cpu, - enum ocelot_tag_prefix injection, - enum ocelot_tag_prefix extraction); -
Networking
c6c65d47ddebe82cf32f98ea56f10daf82dab16c
vladimir oltean florian fainelli f fainelli gmail com
drivers
net
ethernet, mscc
net: mscc: ocelot: register devlink ports
add devlink integration into the mscc_ocelot switchdev driver. all physical ports (i.e. the unused ones as well) except the cpu port module at ocelot->num_phys_ports are registered with devlink, and that requires keeping the devlink_port structure outside struct ocelot_port_private, since the latter has a 1:1 mapping w...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c']
4
148
44
--- diff --git a/drivers/net/ethernet/mscc/ocelot.h b/drivers/net/ethernet/mscc/ocelot.h --- a/drivers/net/ethernet/mscc/ocelot.h +++ b/drivers/net/ethernet/mscc/ocelot.h +int ocelot_devlink_init(struct ocelot *ocelot); +void ocelot_devlink_teardown(struct ocelot *ocelot); +int ocelot_port_devlink_init(struct ocelot *o...
Networking
6c30384eb1dec96b678ff9c01c15134b1a0e81f4
vladimir oltean
include
soc
ethernet, mscc
net: mscc: ocelot: initialize watermarks to sane defaults
this is meant to be a gentle introduction into the world of watermarks on ocelot. the code is placed in ocelot_devlink.c because it will be integrated with devlink, even if it isn't right now.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c', 'makefile']
4
446
1
--- diff --git a/drivers/net/ethernet/mscc/makefile b/drivers/net/ethernet/mscc/makefile --- a/drivers/net/ethernet/mscc/makefile +++ b/drivers/net/ethernet/mscc/makefile - ocelot_ptp.o + ocelot_ptp.o \ + ocelot_devlink.o diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c --- a/drivers...
Networking
a4ae997adcbdf8ead133bafa5e9e2d6925c576b6
vladimir oltean
drivers
net
ethernet, mscc
net: mscc: ocelot: configure watermarks using devlink-sb
using devlink-sb, we can configure 12/16 (the important 75%) of the switch's controlling watermarks for congestion drops, and we can monitor 50% of the watermark occupancies (we can monitor the reservation watermarks, but not the sharing watermarks, which are exposed as pool sizes).
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
configuring congestion watermarks on ocelot switch using devlink-sb
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c']
7
761
11
--- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c + ocelot->devlink = felix->ds->devlink; + err = ocelot_devlink_sb_register(ocelot); + if (err) + return err; + + ocelot_devlink_sb_unregister(ocelot); +static int fe...
Networking
f59fd9cab7305266f4148776c3b66329551a2a3a
vladimir oltean
include
soc
dsa, ethernet, mscc, ocelot
net: mscc: ocelot: offload bridge port flags to device
we should not be unconditionally enabling address learning, since doing that is actively detrimential when a port is standalone and not offloading a bridge. namely, if a port in the switch is standalone and others are offloading the bridge, then we could enter a situation where we learn an address towards the standalon...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
offload bridge port flags to device
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mscc', 'ocelot']
['h', 'c']
4
158
5
--- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c +static int felix_pre_bridge_flags(struct dsa_switch *ds, int port, + struct switchdev_brport_flags val, + struct netlink_ext_ack *extack) +{ + struct ocelot *ocelot...
Networking
421741ea5672cf16fa551bcde23e327075ed419e
vladimir oltean
include
soc
dsa, ethernet, mscc, ocelot
mt76: mt7915: add implicit tx beamforming support
add ht/vht implicit tx beamforming support and enable it via debugfs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add implicit tx beamforming support and enable it trough debugfs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ', 'mt7915']
['h', 'c']
4
87
58
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c b/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c --- a/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c +++ b/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c +static int +mt7915_implicit_txbf_set(void *data, u64 val) +{ + struct mt7915_dev...
Networking
6d6dc980e07d1f891cff4fbf7beedc81af800ff5
ryder lee shayne chen shayne chen mediatek com
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt7915: add support for flash mode
add support for getting rf values from flash. this is used for some test purposes and products. if the mtd partition is configured in dts, driver will read from flash to init eeprom command; if not, still init it with efuse's values.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for flash mode
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ', 'mt7915']
['h', 'c']
4
56
6
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c b/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c --- a/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c +++ b/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c - memset(dev->mt76.eeprom.data, -1, mt7915_eeprom_size); + if (ret) + dev->flash_mode...
Networking
26f18380e6ca1276e299f3774a550629651117a8
shayne chen
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt7915: add support for using a secondary pcie link for gen1
for performance reasons, mt7915 supports using 2 pcie gen1 links on platforms that don't support gen2. add support for using this to move traffic for a second dbdc band onto a dedicated link
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for using a secondary pcie link for gen1
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ', 'mt7915']
['h', 'c']
5
290
39
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/dma.c b/drivers/net/wireless/mediatek/mt76/mt7915/dma.c --- a/drivers/net/wireless/mediatek/mt76/mt7915/dma.c +++ b/drivers/net/wireless/mediatek/mt76/mt7915/dma.c -void mt7915_dma_prefetch(struct mt7915_dev *dev) +static void __mt7915_dma_prefetch(struct mt791...
Networking
9093cfff72e3e55b703ed38fa1af87c204d89cf1
felix fietkau
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt7915: support txbf for dbdc
with this patch, txbf can be run on both bands simultaneously.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support txbf for dbdc
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ', 'mt7915']
['h', 'c']
3
27
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/init.c b/drivers/net/wireless/mediatek/mt76/mt7915/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7915/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7915/init.c + + if (dev->dbdc_support) { + ret = mt7915_mcu_set_txbf_module(dev); + if (ret) + return ret...
Networking
07c0d0012f9e2afda01615fb909f4f28128a51a1
ryder lee
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt7921: add mac support
add rx packet description parsing, tx packet description compositon, handle packet recycling and provide mac information mt76 core needs to support mac80211.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
4
2,457
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/mac.c b/drivers/net/wireless/mediatek/mt76/mt7921/mac.c --- /dev/null +++ b/drivers/net/wireless/mediatek/mt76/mt7921/mac.c +// spdx-license-identifier: isc +/* copyright (c) 2020 mediatek inc. */ + +#include <linux/etherdevice.h> +#include <linux/timekeeping.h...
Networking
163f4d22c118d4eb9e275bf9ee1577c0d14b3208
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add mcu support
mt7921 contains a microprocessor with which the host can use command/event to communicate to implement offload features such as establish connection, hardware scan and so on. the host has to download the rom patch, ram firmware and finally activate the mcu to complete the mt7921 initialization.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
4
3,462
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/mac.c b/drivers/net/wireless/mediatek/mt76/mt7921/mac.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/mac.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/mac.c +static void +mt7921_mac_sta_stats_work(struct mt7921_phy *phy) +{ + struct mt7921_dev *dev = phy...
Networking
1c099ab44727c8e42fe4de4d91b53cec3ef02860
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add dma support
add dma and register access support to mt7921e driver to set up the link for the data movement between the host and mt7921 mac, or the host and mt7921 mcu.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['c']
2
359
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/dma.c b/drivers/net/wireless/mediatek/mt76/mt7921/dma.c --- /dev/null +++ b/drivers/net/wireless/mediatek/mt76/mt7921/dma.c +// spdx-license-identifier: isc +/* copyright (c) 2020 mediatek inc. */ + +#include "mt7921.h" +#include "../dma.h" +#include "mac.h" + ...
Networking
12d1c31788ad703d0f61d399db14f45f0ad0e888
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add eeprom support
add eeprom support to mt7921 to determine the capability the card has such as indentificaiton, mac address, the band and antenna number the card able to support.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
2
127
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/eeprom.c b/drivers/net/wireless/mediatek/mt76/mt7921/eeprom.c --- /dev/null +++ b/drivers/net/wireless/mediatek/mt76/mt7921/eeprom.c +// spdx-license-identifier: isc +/* copyright (c) 2020 mediatek inc. */ + +#include "mt7921.h" +#include "eeprom.h" + +static u...
Networking
bb1f6aaf71d658ed2f41e109d502d427ea0577fb
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add ieee80211_ops
filling ieee80211_ops with the mt7921 operations.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['c']
1
960
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/main.c b/drivers/net/wireless/mediatek/mt76/mt7921/main.c --- /dev/null +++ b/drivers/net/wireless/mediatek/mt76/mt7921/main.c +// spdx-license-identifier: isc +/* copyright (c) 2020 mediatek inc. */ + +#include <linux/etherdevice.h> +#include <linux/platform_d...
Networking
e0f9fdda81bd32371ddac9222487e612027d8de2
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce mt7921e support
introduce support for mt7921e 802.11ax (wi-fi 6) 2x2:2ss chipset.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['kconfig', 'c', 'makefile']
6
449
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/kconfig b/drivers/net/wireless/mediatek/mt76/kconfig --- a/drivers/net/wireless/mediatek/mt76/kconfig +++ b/drivers/net/wireless/mediatek/mt76/kconfig +source "drivers/net/wireless/mediatek/mt76/mt7921/kconfig" diff --git a/drivers/net/wireless/mediatek/mt76/makefile ...
Networking
5c14a5f944b91371961548b1907802f74a4d2e5c
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add debugfs support
add debugfs support to dump driver statistics and hardware details.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['c']
2
179
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c b/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c --- /dev/null +++ b/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c +// spdx-license-identifier: isc +/* copyright (c) 2020 mediatek inc. */ + +#include "mt7921.h" +#include "eeprom.h" + +stati...
Networking
474a9f21e2e20ebe1cdaa093a77f0681273f4b03
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce schedule scan support
introduce schedule scan to control mt7921 firmware to do background scan in defined plan to see if the matched ssid is available.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
5
155
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/init.c b/drivers/net/wireless/mediatek/mt76/mt7921/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/init.c + wiphy->max_sched_scan_plan_interval = mt7921_max_sched_scan_interval; + wiphy->max_sched_sc...
Networking
29f9d8b08b8cfaaceb4cb6199e38fbe6630d9706
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce 802.11 ps support in sta mode
enable 802.11 power-save support available in mt7921 firmware
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
6
45
3
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/init.c b/drivers/net/wireless/mediatek/mt76/mt7921/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/init.c + ieee80211_hw_set(hw, supports_ps); + ieee80211_hw_set(hw, supports_dynamic_ps); diff --git ...
Networking
56d965da1318f92705a349f7232524dbb93add43
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce support for hardware beacon filter
introduce support for hw beacon filter available in the mt7921 firmware.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
3
80
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c b/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c + +int mt7921_mcu_uni_bss_bcnft(struct mt7921_dev *dev, struct ieee80211_vif *vif, + bool enable)...
Networking
4086ee28e239a665397829e38d6d1714b7cf3369
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce beacon_loss mcu event
if device has enabled beacon hw filter rx beacons are not reported to the host. introduce beacon_loss mcu event to trigger mac80211 mlme connection state machine in this configuration. ieee80211_vif_beacon_filter has not set in vif flags since hw beacon filter is not enabled yet
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
2
41
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c b/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c +static void +mt7921_mcu_beacon_loss_iter(void *priv, u8 *mac, struct ieee80211_vif *vif) +{ + st...
Networking
b88f5c6473aa92469a5be7a1fdf521b711ed40ba
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce pm support
introduce suspend/resume and wow (wake-on-wowlan) support to mt7921 driver to allow remote wakeu-up from the suspend state.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
5
589
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/main.c b/drivers/net/wireless/mediatek/mt76/mt7921/main.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/main.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/main.c +#ifdef config_pm +static int mt7921_suspend(struct ieee80211_hw *hw, + struct cfg80211_wowla...
Networking
ffa1bf97425bd511b105ce769976e20a845a71e9
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: rely on mt76_connac_mcu common library
rely on mt76_connac_mcu common library and remove duplicated code
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['kconfig', 'h', 'c']
10
411
1,811
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt76_connac.h b/drivers/net/wireless/mediatek/mt76/mt76_connac.h --- a/drivers/net/wireless/mediatek/mt76/mt76_connac.h +++ b/drivers/net/wireless/mediatek/mt76/mt76_connac.h +static inline bool is_mt7921(struct mt76_dev *dev) +{ + return mt76_chip(dev) == 0x7961; +} ...
Networking
67aa27431c7f871962fccdb70ae1f3883691e958
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scan
rely on mt76_connac_mcu module for sched_scan and hw_scan and remove duplicated code
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
5
15
334
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/init.c b/drivers/net/wireless/mediatek/mt76/mt7921/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/init.c - wiphy->max_scan_ie_len = mt7921_scan_ie_len; + wiphy->max_scan_ie_len = mt76_connac_scan_ie...
Networking
80fc1e37c0eb0115c980a5bbc011724fa41bfdb3
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: rely on mt76_connac_mcu module for suspend and wow support
rely on mt76_connac_mcu module for suspend and wow support and remove duplicated code
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
5
11
412
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/main.c b/drivers/net/wireless/mediatek/mt76/mt7921/main.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/main.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/main.c - mt7921_mcu_set_suspend_iter, phy); + mt76_connac_mcu_set_suspend_iter, + &dev->mphy); - err...
Networking
022159b0e13fba711aabe549e6b3631b1d33dc66
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce runtime pm support
introduce runtime pm to mt7921 driver
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'c']
8
372
54
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c b/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c +static int +mt7921_pm_set(void *data, u64 val) +{ + struct mt7921_dev *dev = dat...
Networking
1d8efc741df80be940e1584b5ac613dc03d58bd6
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: introduce regdomain notifier support
register regdomain notifier to determine the channel domain the hw scan should rely on.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['c']
1
16
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/init.c b/drivers/net/wireless/mediatek/mt76/mt7921/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/init.c +static void +mt7921_regd_notifier(struct wiphy *wiphy, + struct regulatory_request *request)...
Networking
2c25f4e4cdc924c82385b83b09476db6a6fcd4f4
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: enable msi interrupts
enable msi interrupts for mt7921 driver
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['c']
1
1
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c - ret = pci_alloc_irq_vectors(pdev, 1, 1, pci_irq_legacy); + ret = pci_alloc_irq_vectors(pdev, 1,...
Networking
eaafabd2850d782366ca0558d432857d5e3d472a
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add coredump support
introduce coredump support to mt7921 driver.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['kconfig', 'h', 'c']
10
117
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt76_connac.h b/drivers/net/wireless/mediatek/mt76/mt76_connac.h --- a/drivers/net/wireless/mediatek/mt76/mt76_connac.h +++ b/drivers/net/wireless/mediatek/mt76/mt76_connac.h +#define mt76_connac_coredump_timeout (hz / 20) +#define mt76_connac_coredump_sz (128 * 1024)...
Networking
0da3c795d07bf005d4b0be8d6cdc4714aa51a988
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7663: introduce coredump support
similar to mt7921 devices, introduce coredump support for mt7663 chipset
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce mt7921e support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mt76 ']
['h', 'kconfig', 'c']
7
72
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/kconfig b/drivers/net/wireless/mediatek/mt76/mt7615/kconfig --- a/drivers/net/wireless/mediatek/mt76/mt7615/kconfig +++ b/drivers/net/wireless/mediatek/mt76/mt7615/kconfig + select want_dev_coredump diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/debugfs...
Networking
d2bf7959d9c0f631ef860edaf834d55773fdedff
lorenzo bianconi
drivers
net
mediatek, mt76, mt7615, wireless
net: mvneta: implement mqprio support
implement a basic mqprio support, inserting rules in rx that translate the tc to prio mapping into vlan prio to queues.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement mqprio support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvneta']
['c']
1
61
0
--- diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c --- a/drivers/net/ethernet/marvell/mvneta.c +++ b/drivers/net/ethernet/marvell/mvneta.c +#define mvneta_vlan_prio_to_rxq 0x2440 +#define mvneta_vlan_prio_rxq_map(prio, rxq) ((rxq) << ((prio) * 3)) + u8 prio_tc_map[8]; +static...
Networking
4906887a8ae5f1296f8079bcf4565a6092a8e402
maxime chevallier
drivers
net
ethernet, marvell
doc: marvell: add cm3 address space and ppv2.3 description
patch adds cm3 address space and ppv2.3 description.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['txt']
1
4
2
--- diff --git a/documentation/devicetree/bindings/net/marvell-pp2.txt b/documentation/devicetree/bindings/net/marvell-pp2.txt --- a/documentation/devicetree/bindings/net/marvell-pp2.txt +++ b/documentation/devicetree/bindings/net/marvell-pp2.txt + marvell cn913x ethernet controller (ppv2.3) - common controller registe...
Networking
1c2b4812b7daee6560d32c0d1c0963466f006942
stefan chulski marcin wojtas mw semihalf com
documentation
devicetree
bindings, net
dts: marvell: add cm3 sram memory to cp11x ethernet device tree
cm3 sram address space will be used for flow control configuration.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['dtsi']
1
1
1
--- diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi - reg = <0x0 0x100000>, <0x129000 0xb000>; + reg = <0x0 0x100000>, <0x129000 0xb000>, <0x220000 0x800>;
Networking
60523583b07cddc474522cdd94523cad9b80c5a9
konstantin porotchkin marcin wojtas mw semihalf com rob herring robh kernel org
arch
arm64
boot, dts, marvell
net: mvpp2: add cm3 sram memory map
this patch adds cm3 memory map.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
27
0
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h + void __iomem *cm3_base; diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell...
Networking
e54ad1e01c00d35dcae8eff7954221fc8c700888
stefan chulski marcin wojtas mw semihalf com andrew lunn andrew lunn ch
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: always compare hw-version vs mvpp21
currently we have pp2v1 and pp2v2 hw-versions, with some different handlers depending upon condition hw_version = mvpp21/mvpp22. in a future there will be also pp2v3. let's use now the generic "if equal/notequal mvpp21" for all cases instead of "if mvpp22".
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['c']
1
19
19
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c - if (priv->hw_version == mvpp22 && queue_mode == mvpp2_qdist_single_mode) + if (priv->hw_version...
Networking
60dcd6b7d96e63221f41b3c68b19dd8c88eeda75
stefan chulski
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add ppv23 version definition
this patch add ppv23 version definition. ppv23 is new packet processor in cp115. everything that supported by ppv22, also supported by ppv23. no functional changes in this stage.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
24
15
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +#define mvpp2_ver_id_reg 0x50b0 +#define mvpp2_ver_pp22 0x10 +#define mvpp2_ver_pp23 0x11 -/* per-port xgmac registe...
Networking
6af27a1dc4224f77a8a651f21c80b5075f44aca3
stefan chulski marcin wojtas mw semihalf com russell king rmk kernel armlinux org uk
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: increase bm pool and rxq size
bm pool and rxq size increased to support firmware flow control. minimum depletion thresholds to support fc are 1024 buffers. bm pool size increased to 2048 to have some 1024 buffers space between depletion thresholds and bm pool size.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h']
1
4
4
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h -#define mvpp2_max_rxd_max 1024 -#define mvpp2_max_rxd_dflt 128 +#define mvpp2_max_rxd_max 2048 +#define mvpp2_max_rx...
Networking
d07ea73f37f9845f37d40fd897e695003a37e276
stefan chulski
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add fca periodic timer configurations
flow control periodic timer would be used if port in xoff to transmit periodic xoff frames.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
58
0
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +/* fca registers. ppv2.2 and ppv2.3 */ +#define mvpp22_fca_base(port) (0x7600 + (port) * 0x1000) +#define mvpp22_fca...
Networking
2788d8418af5a88db754cc8e7c16a7455934fc44
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add fca rxq non occupied descriptor threshold
the firmware needs to monitor the rx non-occupied descriptor bits for flow control to move to xoff mode. these bits need to be unmasked to be functional, but they will not raise interrupts as we leave the rx exception summary bit in mvpp2_isr_rx_tx_mask_reg clear.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
40
7
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +#define mvpp2_isr_rx_err_cause_reg(port) (0x5520 + 4 * (port)) +#define mvpp2_isr_rx_err_cause_nonocc_mask 0x00ff +#...
Networking
bf270fa3c445faee7c2ca46f862f82f88d7fec3f
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: enable global flow control
this patch enables global flow control in fw and in the phylink validate mask.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
37
4
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h -#define fc_quanta 0xffff -#define fc_clk_divider 100 -#define mss_threshold_stop 768 +#define mss_fc_com_reg 0 +#def...
Networking
a59d354208a784d277cf057e8be8d17a7f5bf38e
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add rxq flow control configurations
this patch adds rxq flow control configurations. flow control disabled by default. minimum ring size limited to 1024 descriptors.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
150
1
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +#define flow_control_update_command_bit bit(31) -#define mss_threshold_stop 768 + +#define mss_rxq_tresh_base 0x200 ...
Networking
3bd17fdc08e99c40044aed061e8f6599a1e20710
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add ethtool flow control configuration support
this patch add ethtool flow control configuration support.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
111
0
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +#define mss_buf_pool_base 0x40 +#define mss_buf_pool_offs 4 +#define mss_buf_pool_reg(id) (mss_buf_pool_base \ + + (...
Networking
76055831cf84b8fc202f7e5c6b6639817832eef3
stefan chulski
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add bm protection underrun feature support
the pp2v23 hardware supports a feature allowing to double the size of bppi by decreasing number of pools from 16 to 8. increasing of bppi size protect bm drop from bppi underrun. underrun could occurred due to stress on ddr and as result slow buffer transition from bppe to bppi. new bppi threshold recommended by spec i...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
34
0
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +#define mvpp2_bm_bppi_high_thresh 0x1e +#define mvpp2_bm_bppi_low_thresh 0x1c +#define mvpp23_bm_bppi_high_thresh 0x...
Networking
eb30b269549a0cd27c3b9a67676f6a39c77fcfa0
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2