mpls: load mpls_gso after mpls_iptunnel
authorAlexander Ovechkin <ovov@yandex-team.ru>
Tue, 20 Oct 2020 11:43:33 +0000 (14:43 +0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 21 Oct 2020 04:16:45 +0000 (21:16 -0700)
commitb7c24497baeaf21172b447f7cca36b0e99bd11e3
treeb02760beaeb038085196439cfa8f7a23d364988b
parenta7a12b5a0f950bc6b9f7153390634ea798738db9
mpls: load mpls_gso after mpls_iptunnel

mpls_iptunnel is used only for mpls encapsuation, and if encaplusated
packet is larger than MTU we need mpls_gso for segmentation.

Signed-off-by: Alexander Ovechkin <ovov@yandex-team.ru>
Acked-by: Dmitry Yakunin <zeil@yandex-team.ru>
Reviewed-by: David Ahern <dsahern@gmail.com>
Link: https://lore.kernel.org/r/20201020114333.26866-1-ovov@yandex-team.ru
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mpls/mpls_iptunnel.c