[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141226.172123.100190861218555106.davem@davemloft.net>
Date: Fri, 26 Dec 2014 17:21:23 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: jesse@...ira.com
Cc: netdev@...r.kernel.org, therbert@...gle.com,
joestringer@...ira.com, edumazet@...gle.com, hayeswang@...ltek.com
Subject: Re: [PATCH net v2] net: Generalize ndo_gso_check to
ndo_features_check
From: Jesse Gross <jesse@...ira.com>
Date: Tue, 23 Dec 2014 22:37:26 -0800
> GSO isn't the only offload feature with restrictions that
> potentially can't be expressed with the current features mechanism.
> Checksum is another although it's a general issue that could in
> theory apply to anything. Even if it may be possible to
> implement these restrictions in other ways, it can result in
> duplicate code or inefficient per-packet behavior.
>
> This generalizes ndo_gso_check so that drivers can remove any
> features that don't make sense for a given packet, similar to
> netif_skb_features(). It also converts existing driver
> restrictions to the new format, completing the work that was
> done to support tunnel protocols since the issues apply to
> checksums as well.
>
> By actually removing features from the set that are used to do
> offloading, it solves another problem with the existing
> interface. In these cases, GSO would run with the original set
> of features and not do anything because it appears that
> segmentation is not required.
>
> CC: Tom Herbert <therbert@...gle.com>
> CC: Joe Stringer <joestringer@...ira.com>
> CC: Eric Dumazet <edumazet@...gle.com>
> CC: Hayes Wang <hayeswang@...ltek.com>
> Signed-off-by: Jesse Gross <jesse@...ira.com>
> Acked-by: Tom Herbert <therbert@...gle.com>
> Fixes: 04ffcb255f22 ("net: Add ndo_gso_check")
Applied and queued up for -stable, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists