Re: current status of ixg(4)

2015-04-24 Thread Masanobu SAITOH
On 2015/04/14 17:22, Masanobu SAITOH wrote: On 2015/04/10 4:26, 6b...@6bone.informatik.uni-leipzig.de wrote: On Wed, 8 Apr 2015, SAITOH Masanobu wrote: Use new one: http://www.netbsd.org/~msaitoh/ixg-20150407-1.dif After a first test, it looks as if the interrupt throttling now works

Re: current status of ixg(4)

2015-04-14 Thread Masanobu SAITOH
On 2015/04/10 4:26, 6b...@6bone.informatik.uni-leipzig.de wrote: On Wed, 8 Apr 2015, SAITOH Masanobu wrote: Use new one: http://www.netbsd.org/~msaitoh/ixg-20150407-1.dif After a first test, it looks as if the interrupt throttling now works (better). Thanks. I committed the diff. I

Re: current status of ixg(4)

2015-04-09 Thread 6bone
On Tue, 7 Apr 2015, Justin Cormack wrote: Try the sysctls, there is a maximum interrupt rate, hw.ixgbe.max_interrupt_rate Justin Sure that the value exists at netbsd? # sysctl -a | grep ixg0 net.interfaces.ixg0.sndq.len = 0 net.interfaces.ixg0.sndq.maxlen = 2046

Re: current status of ixg(4)

2015-04-09 Thread 6bone
On Wed, 8 Apr 2015, SAITOH Masanobu wrote: Use new one: http://www.netbsd.org/~msaitoh/ixg-20150407-1.dif After a first test, it looks as if the interrupt throttling now works (better). Regards Uwe

Re: current status of ixg(4)

2015-04-07 Thread SAITOH Masanobu
On 2015/03/27 16:03, Masanobu SAITOH wrote: New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif New patch: http://www.netbsd.org/~msaitoh/ixg-20150407-0.dif

Re: current status of ixg(4)

2015-04-07 Thread Justin Cormack
On 31 March 2015 at 14:38, 6b...@6bone.informatik.uni-leipzig.de wrote: On Fri, 27 Mar 2015, Masanobu SAITOH wrote: This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif I have tested the patch and found no problems. My server (HP G5) can

Re: current status of ixg(4)

2015-04-07 Thread SAITOH Masanobu
On 2015/04/07 21:02, SAITOH Masanobu wrote: On 2015/03/27 16:03, Masanobu SAITOH wrote: New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif New patch: Sorry, I

Re: current status of ixg(4)

2015-04-02 Thread Masanobu SAITOH
On 2015/04/02 18:13, Masanobu SAITOH wrote: On 2015/04/02 0:01, Thor Lancelot Simon wrote: On Tue, Mar 31, 2015 at 03:38:45PM +0200, 6b...@6bone.informatik.uni-leipzig.de wrote: On Fri, 27 Mar 2015, Masanobu SAITOH wrote: This change have commited now. New patch:

Re: current status of ixg(4)

2015-04-02 Thread Masanobu SAITOH
On 2015/04/02 0:01, Thor Lancelot Simon wrote: On Tue, Mar 31, 2015 at 03:38:45PM +0200, 6b...@6bone.informatik.uni-leipzig.de wrote: On Fri, 27 Mar 2015, Masanobu SAITOH wrote: This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif I have

Re: current status of ixg(4)

2015-04-01 Thread Thor Lancelot Simon
On Tue, Mar 31, 2015 at 03:38:45PM +0200, 6b...@6bone.informatik.uni-leipzig.de wrote: On Fri, 27 Mar 2015, Masanobu SAITOH wrote: This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif I have tested the patch and found no problems. My

Re: current status of ixg(4)

2015-03-31 Thread 6bone
On Fri, 27 Mar 2015, Masanobu SAITOH wrote: This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif I have tested the patch and found no problems. My server (HP G5) can handle with the new driver package rates up to 200,000 packets per second.

Re: current status of ixg(4)

2015-03-27 Thread Masanobu SAITOH
New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif This change synchronizes our ixg(4) driver up to FreeBSD r38149: - Add TSO6 support. - The max size in dma tag is

Re: current status of ixg(4)

2015-03-27 Thread Masanobu SAITOH
On 2015/03/27 16:03, Masanobu SAITOH wrote: New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif This change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif This change synchronizes our ixg(4) driver up to FreeBSD r38149:

Re: current status of ixg(4)

2015-03-25 Thread 6bone
On Wed, 25 Mar 2015, SAITOH Masanobu wrote: Did you really applied this patch? Upps... I tried to apply the patch against the -current sources where I have applied http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif before # patch vlan.patch Hmm... Looks like a unified diff to me... The

Re: current status of ixg(4)

2015-03-25 Thread SAITOH Masanobu
On 2015/03/25 21:18, 6b...@6bone.informatik.uni-leipzig.de wrote: (snip) So you are right. The patch was not applied. If I add the code manuelly it works perfekt! Thank you. You're welcome. I'll send pullup requests to netbsd-7 and netbsd-6. Regards Uwe --

Re: current status of ixg(4)

2015-03-24 Thread SAITOH Masanobu
Hi. On 2015/03/24 7:05, 6b...@6bone.informatik.uni-leipzig.de wrote: On Mon, 23 Mar 2015, Masanobu SAITOH wrote: Is this problem filed PR? If not, could you file a PR? Could you test with this patch? The path dosn't solve the problem. Did you really applied this patch? Index: ixgbe.c

Re: current status of ixg(4)

2015-03-23 Thread Masanobu SAITOH
Hi, Uwe. but I found a problem with vlan interfaces. You can create a vlan interface with: ifconfig vlan8 create ifconfig vlan8 vlan 8 vlanif ixg0 up The interface is generated. But there are no packages. ifconfig -v shows no inbound packets. tcpdump on ixg0 but indicates tagged packets for

Re: current status of ixg(4)

2015-03-23 Thread 6bone
On Mon, 23 Mar 2015, Masanobu SAITOH wrote: Is this problem filed PR? If not, could you file a PR? Could you test with this patch? The path dosn't solve the problem. Here the requested information: HW: 023:00:0: Intel 82599 (SFP+) 10 GbE Controller (ethernet network, revision 0x01)

Re: current status of ixg(4)

2015-03-22 Thread Masanobu SAITOH
On 2015/03/22 2:20, 6b...@6bone.informatik.uni-leipzig.de wrote: On Sat, 21 Mar 2015, SAITOH Masanobu wrote: New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif Could you try with this patch again? Now the patch works, BTW, what card(or chip) does your machine have? X540,

Re: current status of ixg(4)

2015-03-21 Thread 6bone
On Fri, 20 Mar 2015, Masanobu SAITOH wrote: Date: Fri, 20 Mar 2015 17:38:03 +0900 From: Masanobu SAITOH msai...@execsw.org To: current-users@NetBSD.org Cc: msai...@execsw.org Subject: current status of ixg(4) Hello. Yesterday, I commited some changes to ixg(4) on -current. http

Re: current status of ixg(4)

2015-03-21 Thread 6bone
On Sat, 21 Mar 2015, SAITOH Masanobu wrote: New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.dif Could you try with this patch again? Now the patch works, but I found a problem with vlan interfaces. You can create a vlan interface with: ifconfig vlan8 create ifconfig vlan8

Re: current status of ixg(4)

2015-03-21 Thread SAITOH Masanobu
Hi. On 2015/03/21 18:55, 6b...@6bone.informatik.uni-leipzig.de wrote: On Fri, 20 Mar 2015, Masanobu SAITOH wrote: Date: Fri, 20 Mar 2015 17:38:03 +0900 From: Masanobu SAITOH msai...@execsw.org To: current-users@NetBSD.org Cc: msai...@execsw.org Subject: current status of ixg(4) Hello

current status of ixg(4)

2015-03-20 Thread Masanobu SAITOH
Hello. Yesterday, I commited some changes to ixg(4) on -current. http://mail-index.netbsd.org/source-changes/2015/03/19/msg064110.html I'll wait for a few days to wait feedback of this change. And then I'll send pullup request to pullup-7@. And, I made a patch to support Intel