On Wed, 2018-02-21 at 07:09 -0800, Eric Dumazet wrote: > On Wed, Feb 21, 2018 at 7:01 AM, Paolo Abeni <pab...@redhat.com> wrote: > > > > Very minor nit, why don't: > > > > return max_t(u32, bytes / mss_now, min_tso_segs); > > > > and drop the 'segs' local variable? > > Simply to ease backports. > > We had some constant changes in this function in the past.
Ok, thank you for the explanation. No objections on my side. Cheers, Paolo