Created attachment 165485 [details] ng_checksum New node can calculate IP IP6 TCP UDP checksum, prepare for hardware offloading calculate checksum. It can be used for example with ng_patch.
example use (with ng_patch): ngctl msg patch-1: "setdlt 1" ngctl msg checksum-1: "setdlt 1" ngctl msg ${_NAME}-patch-1: "setconfig { count=4 csum_flags=1 relative_offset=1 ops=[ \ { mode=7 value=0x03 length=1 offset=1 } \ { mode=8 value=0x88 length=1 offset=1 } \ { mode=1 value=30120 length=2 offset=22 } \ { mode=1 value=0 length=2 offset=26 } \ ] }" = set checksum flag CSUM_IP, set DSCP, set UDP port 30120, set UPD checksum = 0 ngctl msg checksum-1: "setconfig { csum_flags=0 csum_offload=6 }" = not sed additional checksum flags, set hardware can calculate CSUM_IP_UDP|CSUM_IP_TCP.
Created attachment 167669 [details] manpage We have to check my bad english
A commit references this bug: Author: julian Date: Mon Aug 1 12:14:22 UTC 2016 New revision: 303613 URL: https://svnweb.freebsd.org/changeset/base/303613 Log: Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin <daemon.hammer@ya.ru> MFC after: 1 month Changes: head/share/man/man4/ng_checksum.4
A commit references this bug: Author: julian Date: Fri Dec 2 05:37:32 UTC 2016 New revision: 309386 URL: https://svnweb.freebsd.org/changeset/base/309386 Log: MFH: r303613 Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin <daemon.hammer@ya.ru> Changes: _U stable/11/ stable/11/share/man/man4/ng_checksum.4
A commit references this bug: Author: julian Date: Fri Dec 2 05:39:10 UTC 2016 New revision: 309388 URL: https://svnweb.freebsd.org/changeset/base/309388 Log: MFH: r303613 Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin <daemon.hammer@ya.ru> Changes: _U stable/10/ stable/10/share/man/man4/ng_checksum.4
Patches have been committed to the repo. Closing as fixed.