Re: [PATCH net-next 5/5] r8152: change rx_frag_head_sz and rx_max_agg_num dynamically

From: Jakub Kicinski
Date: Tue Aug 06 2019 - 18:10:35 EST


On Tue, 6 Aug 2019 19:18:04 +0800, Hayes Wang wrote:
> Let rx_frag_head_sz and rx_max_agg_num could be modified dynamically
> through the sysfs.
>
> Signed-off-by: Hayes Wang <hayeswang@xxxxxxxxxxx>

Please don't expose those via sysfs. Ethtool's copybreak and descriptor
count should be applicable here, I think.