diff mbox

[net-next,v2,1/2] net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected

Message ID 2d9a13868f985c55d2a4f322bbcc3f38db336370.1483957003.git.dcaratti@redhat.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Davide Caratti Jan. 9, 2017, 10:24 a.m. UTC
LIBCRC32C is needed to compute crc32c on SCTP packets.

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
---
 net/sched/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 87956a7..a9aa38d 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.