]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-bcmgenet-revise-suspend-resume'
authorJakub Kicinski <kuba@kernel.org>
Sat, 8 Mar 2025 03:33:50 +0000 (19:33 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Mar 2025 03:33:50 +0000 (19:33 -0800)
commita3cc3f424de70e0261d1bd7ba9dde3327f051277
tree64790bb03e6aa25f0cb9b13efa8e00e1e525759e
parent64fdb808660d5ec5108e0e8b35bc3f24de203f8c
parent254f3239dd070e469f45c3ca8b6ac38e47d6c730
Merge branch 'net-bcmgenet-revise-suspend-resume'

Doug Berger says:

====================
net: bcmgenet: revise suspend/resume

This commit set updates the GENET driver to reduce the delay to
resume the ethernet link when the Wake on Lan features are used.

In addition, the encoding of hardware versioning and features is
revised to avoid some redundancy and improve readability as well
as remove a warning that occurred for the BCM7712 device which
updated the device major version while maintaining compatibility
with the driver.

The assignment of hardware descriptor rings was modified to
simplify programming and to allow support for the hardware
RX_CLS_FLOW_DISC filter action.
====================

Link: https://patch.msgid.link/20250306192643.2383632-1-opendmb@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>