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

From: Jakub Kicinski
Date: Thu Aug 17 2023 - 11:54:01 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.