]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: act_mpls: Add softdep on mpls_gso.ko
authorGuillaume Nault <gnault@redhat.com>
Mon, 26 Oct 2020 10:29:45 +0000 (11:29 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 28 Oct 2020 00:17:06 +0000 (17:17 -0700)
commit4cd982fca001139b41742ebf95a22c7f485eaae6
tree1e77606d29095a031b33773a7b253531778f7c4f
parent13f331c9379ee05eb74e1540c6b60b415f37e834
net/sched: act_mpls: Add softdep on mpls_gso.ko

TCA_MPLS_ACT_PUSH and TCA_MPLS_ACT_MAC_PUSH might be used on gso
packets. Such packets will thus require mpls_gso.ko for segmentation.

v2: Drop dependency on CONFIG_NET_MPLS_GSO in Kconfig (from Jakub and
    David).

Fixes: 08c1ecd9d277 ("net: sched: add mpls manipulation actions to TC")
Signed-off-by: Guillaume Nault <gnault@redhat.com>
Link: https://lore.kernel.org/r/1f6cab15bbd15666795061c55563aaf6a386e90e.1603708007.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/act_mpls.c