Re: [PATCH net-next] net: remove netdevice gso_min_segs

2016-04-13 Thread David Miller
From: Eric Dumazet Date: Sat, 09 Apr 2016 11:29:58 -0700 > From: Eric Dumazet > > After introduction of ndo_features_check(), we believe that very > specific checks for rare features should not be done in core > networking stack. > > No driver uses gso_min_segs yet, so we revert this feature a

[PATCH net-next] net: remove netdevice gso_min_segs

2016-04-09 Thread Eric Dumazet
From: Eric Dumazet After introduction of ndo_features_check(), we believe that very specific checks for rare features should not be done in core networking stack. No driver uses gso_min_segs yet, so we revert this feature and save few instructions per tx packet in fast path. Signed-off-by: Eric