RE: [PATCH net-next v3 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code

From: Justin Lai
Date: Fri Aug 18 2023 - 02:46:09 EST


> On Tue, 15 Aug 2023 22:37:55 +0800 Justin Lai wrote:
> > .../net/ethernet/realtek/rtase/rtase_main.c | 2696 +++++++++++++++++
> > 5 files changed, 3127 insertions(+)
>
> Please try to make this patch smaller, usually breaking out ethtool operations
> and any offloads to separate patches does the trick.
> Keep in mind the driver must be operational after each patch.

Thank you for your review, I will make this change in version 5.