On Thu, 3 Feb 2022 09:56:42 -0800 Alexander Duyck wrote:
quoted
I could make MAX_SKB_FRAGS a config option, and default to 17, until
all drivers have been fixed.
Alternative is that I remove this patch from the series and we apply
it to Google production kernels,
as we did before.
A config option would probably be preferred. The big issue as I see it
is that changing MAX_SKB_FRAGS is going to have ripples throughout the
ecosystem as the shared info size will be increasing and the queueing
behavior for most drivers will be modified as a result.
I'd vote for making the change and dealing with the fall out. Unlikely
many people would turn this knob otherwise and it's a major difference.
Better not to fork the characteristics of the stack, IMHO.