aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorDavide Caratti <dcaratti@redhat.com>2017-01-09 11:24:20 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-09 14:36:57 -0500
commitab9d226e3e2a8aeca426701b735194bc35179c2d (patch)
treef6a50f51f180398407405422b8a3a418e24db799 /net/sched/Kconfig
parentMerge branch 'mlxsw-small-driver-update' (diff)
downloadlinux-dev-ab9d226e3e2a8aeca426701b735194bc35179c2d.tar.xz
linux-dev-ab9d226e3e2a8aeca426701b735194bc35179c2d.zip
net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected
LIBCRC32C is needed to compute crc32c on SCTP packets. Signed-off-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 87956a768d1b..a9aa38d43fa7 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -707,6 +707,7 @@ config NET_ACT_SKBEDIT
config NET_ACT_CSUM
tristate "Checksum Updating"
depends on NET_CLS_ACT && INET
+ select LIBCRC32C
---help---
Say Y here to update some common checksum after some direct
packet alterations.