How to compile ipoib module manually?

2013-06-04 Thread Alex Liptsin
Hi. I work with FreeBSD9.1 and Mellanox devices. The kernel was configured with OFED support but without IB support: MYKERNEL file: # # GENERIC -- Generic kernel configuration file for FreeBSD/amd64 # # For more information on this file, please read the config(5) manual page, # and/or the hand

Re: ipfw and tablearg formatting

2013-06-04 Thread Julian Elischer
On 6/3/13 11:40 PM, Michael Sierchio wrote: On Mon, Jun 3, 2013 at 4:43 AM, Andreas Nilsson wrote: Hello, Still trying out the tablearg functionality of ipfw and found the following: 1) # ipfw table 100 add 192.168.0.0/24 10.0.0.1 # ipfw table 100 list 192.168.0.0/24 167772161 I guess it is

Re: ipfw and tablearg formatting

2013-06-04 Thread Andreas Nilsson
On Mon, Jun 3, 2013 at 5:40 PM, Michael Sierchio wrote: > On Mon, Jun 3, 2013 at 4:43 AM, Andreas Nilsson > wrote: > > Hello, > > > > Still trying out the tablearg functionality of ipfw and found the > following: > > > > 1) > > # ipfw table 100 add 192.168.0.0/24 10.0.0.1 > > # ipfw table 100 li

Re: ipfw and tablearg formatting

2013-06-04 Thread Eugene Grosbein
On 03.06.2013 18:43, Andreas Nilsson wrote: > Hello, > > Still trying out the tablearg functionality of ipfw and found the following: > > 1) > # ipfw table 100 add 192.168.0.0/24 10.0.0.1 > # ipfw table 100 list > 192.168.0.0/24 167772161 > > I guess it is correct, but not user friendly. Can't t

Re: ipfw and tablearg formatting

2013-06-04 Thread Andreas Nilsson
On Tue, Jun 4, 2013 at 5:55 PM, Eugene Grosbein wrote: > On 03.06.2013 18:43, Andreas Nilsson wrote: > > Hello, > > > > Still trying out the tablearg functionality of ipfw and found the > following: > > > > 1) > > # ipfw table 100 add 192.168.0.0/24 10.0.0.1 > > # ipfw table 100 list > > 192.168.

Re: ipfw and tablearg formatting

2013-06-04 Thread Andreas Nilsson
On Tue, Jun 4, 2013 at 4:06 PM, Julian Elischer wrote: > On 6/3/13 11:40 PM, Michael Sierchio wrote: > >> On Mon, Jun 3, 2013 at 4:43 AM, Andreas Nilsson >> wrote: >> >>> Hello, >>> >>> Still trying out the tablearg functionality of ipfw and found the >>> following: >>> >>> 1) >>> # ipfw table 1

Re: ipfw and tablearg formatting

2013-06-04 Thread Michael Sierchio
00100 allow ip from any to any via lo0 00500 allow ip from 204.15.2.33 to me in recv em1 00600 deny ip from 204.15.2.32/27 to any in recv em1 00610 deny udp from any 67,68 to any dst-port 67,68 00700 allow ip from me to any out xmit em1 01000 allow ip from any to me in recv em0 02000 allow ip from

Re: kern/179299: [igb] Intel X540-T2 - unstable driver

2013-06-04 Thread linimon
Old Synopsis: Intel X540-T2 - unstable driver New Synopsis: [igb] Intel X540-T2 - unstable driver Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 4 18:47:38 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://ww

Re: kern/179299: Intel X540-T2 - unstable driver

2013-06-04 Thread Vogel, Jack
The following reply was made to PR kern/179299; it has been noted by GNATS. From: "Vogel, Jack" To: "bug-follo...@freebsd.org" Cc: Subject: Re: kern/179299: Intel X540-T2 - unstable driver Date: Tue, 4 Jun 2013 18:51:32 + --_000_BC1B13FD0226B0479C795193AC1B2572361D962AORSMSX110amrcor_ C

netmap on wireless NIC

2013-06-04 Thread Chao Xu
Hello, Is it possible to hacking some wireless NIC driver (carl9170 for example) to enable netmap on it? I guess this is possible because wireless drivers also manage packets using ring buffers. My goal is to access the raw packets as quickly as possible, not to achieve high data rate. Is there an

Re: netmap on wireless NIC

2013-06-04 Thread Adrian Chadd
THere's no argument against it. There's just no carl9170 driver at the moment. Some NICs use ring buffers, some use FIFOs, some use descriptor lists. The atheros stuff uses lists/FIFOs, no rings. 2c, Adrian On 4 June 2013 14:06, Chao Xu wrote: > Hello, > > Is it possible to hacking some wir