[net-next,0/3] net: macb: WOL enhancements

Message ID 20240130104845.3995341-1-vineeth.karumanchi@amd.com
Headers
Series net: macb: WOL enhancements |

Message

Karumanchi, Vineeth Jan. 30, 2024, 10:48 a.m. UTC
  - Add provisioning for queue tie-off and queue disable during suspend.
- Add ARP packet support to WOL.

Vineeth Karumanchi (3):
  net: macb: queue tie-off or disable during WOL suspend
  dt-bindings: net: cdns,macb: Add wol-arp-packet property
  net: macb: Add ARP support to WOL

 .../devicetree/bindings/net/cdns,macb.yaml    |   5 +
 drivers/net/ethernet/cadence/macb.h           |   8 ++
 drivers/net/ethernet/cadence/macb_main.c      | 112 ++++++++++++++++--
 3 files changed, 112 insertions(+), 13 deletions(-)
  

Comments

Jakub Kicinski Jan. 31, 2024, 2:13 a.m. UTC | #1
On Tue, 30 Jan 2024 16:18:42 +0530 Vineeth Karumanchi wrote:
> - Add provisioning for queue tie-off and queue disable during suspend.
> - Add ARP packet support to WOL.

Try to build the driver with sparse enabled:

make C=1 drivers/net/ethernet/cadence/

Looks like you're adding new warnings.