From: Khoa Hoang <admin@khoahoang.com>
To: u-boot@lists.denx.de
Cc: Marek Vasut <marex@denx.de>, Tom Rini <trini@konsulko.com>,
Khoa Hoang <admin@khoahoang.com>
Subject: [PATCH v2 0/2] eth: asix88179: Fixes for ASIX AX88179A variant
Date: Thu, 7 Nov 2024 21:51:34 -0800 [thread overview]
Message-ID: <20241108055136.50701-1-admin@khoahoang.com> (raw)
This series provides fixes for the ASIX AX88179A Ethernet driver in
U-Boot, addressing issues with PHY hang and stalling when handling
large fragmented packets on the ASIX AX88179A variant.
v1 -> v2:
- Fix PHY reset and auto-negotiation restart logic
- Remove ADVERTISE_NPAGE bit from MII_ADVERTISE register
- Add reproduction steps for large fragmented packet stall
- Adjust AX_RX_URB_SIZE to align with updated bulk-in size
Tested on a Raspberry Pi 3 Model B V1.2 with the following adapters:
- Amazon Basics USB 3.0 to Gigabit Ethernet (B00M77HMU0) - ASIX AX88179
- Hiearcool USB C Hub with Gigabit Ethernet (UCN3610) - ASIX AX88179A
- Plugable USB C to Ethernet Adapter (USBC-E1000) - ASIX AX88179
Khoa Hoang (2):
eth: asix88179: Fix ASIX AX88179A PHY hang
eth: asix88179: packet drop when receiving large fragmented packets
drivers/usb/eth/asix88179.c | 45 ++++++++++++++++++++++++++++++-------
1 file changed, 37 insertions(+), 8 deletions(-)
--
2.39.2
next reply other threads:[~2024-11-08 13:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-08 5:51 Khoa Hoang [this message]
2024-11-08 5:51 ` [PATCH v2 1/2] eth: asix88179: Fix ASIX AX88179A PHY hang Khoa Hoang
2024-11-23 19:56 ` Marek Vasut
2024-11-08 5:51 ` [PATCH v2 2/2] eth: asix88179: packet drop when receiving large fragmented packets Khoa Hoang
2024-11-23 19:57 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241108055136.50701-1-admin@khoahoang.com \
--to=admin@khoahoang.com \
--cc=marex@denx.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox