Re: [PATCH net] doc: SKB_GSO_[IPIP|SIT] have been replaced

2017-07-08 Thread David Miller
From: Nicolas Dichtel Date: Fri, 7 Jul 2017 14:08:25 +0200 > Those enum values don't exist anymore. > > Fixes: 7e13318daa4a ("net: define gso types for IPx over IPv4 and IPv6") > CC: Tom Herbert > Signed-off-by: Nicolas Dichtel Applied, thanks.

[PATCH net] doc: SKB_GSO_[IPIP|SIT] have been replaced

2017-07-07 Thread Nicolas Dichtel
Those enum values don't exist anymore. Fixes: 7e13318daa4a ("net: define gso types for IPx over IPv4 and IPv6") CC: Tom Herbert Signed-off-by: Nicolas Dichtel --- Documentation/networking/segmentation-offloads.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation