Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dwc_eqos - driver for RK3588 GMAC #17

Merged
merged 1 commit into from
Dec 22, 2023
Merged

dwc_eqos - driver for RK3588 GMAC #17

merged 1 commit into from
Dec 22, 2023

Conversation

idigdoug
Copy link
Collaborator

Basic NetAdapterCx 2.2 driver for the Ethernet MAC in the RK3588. Works for 1Gbps.

Potential TODO list:

  • Support for 10/100 Mbps modes (requires ACPI support).
  • Use ACPI to get DMA configuration.
  • Jumbo frames.
  • Receive queue memory optimization.
  • Configuration options (e.g. enable/disable flow control, etc.).
  • Checksum offload.
  • Tx segmentation offload.
  • Rx segmentation offload.
  • Wake-on-LAN.
  • ARP offload.
  • Multi-queue support.

Basic NetAdapterCx 2.2 driver for the Ethernet MAC in the RK3588. Works
for 1Gbps.

Potential TODO list:

- Support for 10/100 Mbps modes (requires ACPI support).
- Use ACPI to get DMA configuration.
- Jumbo frames.
- Receive queue memory optimization.
- Configuration options (e.g. enable/disable flow control, etc.).
- Checksum offload.
- Tx segmentation offload.
- Rx segmentation offload.
- Wake-on-LAN.
- ARP offload.
- Multi-queue support.
@idigdoug idigdoug merged commit 7dfb92c into master Dec 22, 2023
2 checks passed
@idigdoug idigdoug deleted the dwc_eqos branch December 22, 2023 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant