Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab9d226e authored by Davide Caratti's avatar Davide Caratti Committed by David S. Miller
Browse files

net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected



LIBCRC32C is needed to compute crc32c on SCTP packets.

Signed-off-by: default avatarDavide Caratti <dcaratti@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 07e0e046
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.