Re: kern/57100: disable hardware checksums when using bridge(4).

2004-07-05 Thread Roman Kurakin
Hi, Just one more idea. We may add some sysctl option like bridge.froce_hw_checksum. rik Roman Kurakin wrote: Also: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/67823 It was send by my friend, and his server runs with this patch. I guess that it should be idential to what you send here.

Re: kern/57100: disable hardware checksums when using bridge(4).

2004-07-04 Thread Roman Kurakin
Also: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/67823 It was send by my friend, and his server runs with this patch. I guess that it should be idential to what you send here. If not you may contact him and ask to try your one. By the way, I thought that should be better solution. For ex

Re: kern/57100: disable hardware checksums when using bridge(4).

2004-07-03 Thread Bruce M Simpson
Here is a somewhat improved patch for tweaking the behaviour of the bridge code with respect to disabling the hardware-assist-checksum features of driver instances which are members of the bridge. I don't make use of the bridge code so I'd appreciate it if others who do could test this patch. To