Re: [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings
From: Cosmin Ratiu <hidden>
Date: 2025-05-23 16:17:50
Also in:
bpf, linux-rdma, lkml
From: Cosmin Ratiu <hidden>
Date: 2025-05-23 16:17:50
Also in:
bpf, linux-rdma, lkml
On Thu, 2025-05-22 at 16:19 -0700, Saeed Mahameed wrote:
quoted
The kernel_param->tcp_data_split here is the user config, right? It would be cleaner to not support setting SPLIT_DISABLED. Nothing requires that, you can support just setting AUTO and ENABLED.I think I agree, AUTO might require some extra work on the driver side to figure out current internal mode, but it actually makes more sense than just doing "UNKNOWN", UKNOWN here means that HW GRO needs to be enabled when disabling TCP HDR split, and we still don't know if that will work.. Cosmin will you look into this ?
Yes, I will address all comments from this round by the next submission. Cosmin.