Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2016 09:45:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 206186] [patch][netgraph] New netgraph node for calculate IP IP6 TCP UDP checksums
Message-ID:  <bug-206186-8-d689brzO3i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206186-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206186-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206186

--- Comment #1 from Dmitry Vagin <daemon.hammer@ya.ru> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206186-8-d689brzO3i>