Re: PREVIEW - netmap-enabled ipfw

2012-07-25 Thread Luigi Rizzo
On Wed, Jul 25, 2012 at 10:34:39PM -0700, Julian Elischer wrote: > On 7/25/12 11:41 AM, Luigi Rizzo wrote: > >First and foremost: this is just a preview, only usable for testing now, > >but very very close to working. > > > > http://info.iet.unipi.it/~luigi/ne

Re: PREVIEW - netmap-enabled ipfw

2012-07-25 Thread Julian Elischer
On 7/25/12 11:41 AM, Luigi Rizzo wrote: First and foremost: this is just a preview, only usable for testing now, but very very close to working. http://info.iet.unipi.it/~luigi/netmap/20120725-ipfw-user.tgz [...] connected to 127.0.0.1: 00100 30628621 1408916566

Re: Generic queue's KPI to manipulate mbuf's queue

2012-07-25 Thread Arnaud Lacombe
Hi, On Wed, Jul 25, 2012 at 7:25 AM, Andre Oppermann wrote: > On 24.07.2012 20:18, Arnaud Lacombe wrote: >> >> Hi, >> >> AFAIK, there is no proper KPI for managing mbuf queue. All users have > Before we can talk about an mbuf queue you have to define what you > want to "queue". Is it packets or

Re: Broadcom NetXtreme BCM5719 support

2012-07-25 Thread Jason Wolfe
On Thu, Jul 12, 2012 at 11:02 PM, Eugene M. Zheganin wrote: > Hi. > > > On 13.07.2012 04:39, Jason Wolfe wrote: >> >> bge0: mem >> 0xf6bf-0xf6bf,0xf6be-0xf6be,0xf6bd-0xf6bd irq >> 32 at device 0.0 on pci3 >> bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-

PREVIEW - netmap-enabled ipfw

2012-07-25 Thread Luigi Rizzo
First and foremost: this is just a preview, only usable for testing now, but very very close to working. http://info.iet.unipi.it/~luigi/netmap/20120725-ipfw-user.tgz At the above URL you can find a userspace version of ipfw that reads packet from a netmap-compatible port (i.e. a netmap

RE: Enable/Disable flow control in FreeBSD

2012-07-25 Thread Pieper, Jeffrey E
-Original Message- From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd-...@freebsd.org] On Behalf Of Nikolay Denev Sent: Wednesday, July 25, 2012 6:04 AM To: m s Cc: freebsd-net@freebsd.org Subject: Re: Enable/Disable flow control in FreeBSD On Jul 25, 2012, at 11:47 AM, m s wrote

Re: Enable/Disable flow control in FreeBSD

2012-07-25 Thread Nikolay Denev
On Jul 25, 2012, at 11:47 AM, m s wrote: > Hi all. I want to disbale flow control on network interfaces.I must do a > test and I can't because flow control in enable.Is it enable as default?How > I can disable it? > Thanks > ___ > freebsd-net@freebsd.org

Re: Generic queue's KPI to manipulate mbuf's queue

2012-07-25 Thread Andre Oppermann
On 24.07.2012 20:18, Arnaud Lacombe wrote: Hi, AFAIK, there is no proper KPI for managing mbuf queue. All users have Before we can talk about an mbuf queue you have to define what you want to "queue". Is it packets or an mbuf chain which doesn't have clear delimiters (as with tcp for example)

enable/disable flow control in freebsd

2012-07-25 Thread m s
Hi all. I want to disbale flow control on network interfaces.I must do a test and I can't because flow control in enable.Is it enable as default?How I can disable it? Thanks ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Enable/Disable flow control in FreeBSD

2012-07-25 Thread m s
Hi all. I want to disbale flow control on network interfaces.I must do a test and I can't because flow control in enable.Is it enable as default?How I can disable it? Thanks ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: Mapping from rtm_flags back to MIB IANAipRouteProtocol value

2012-07-25 Thread Alexander V. Chernikov
On 25.07.2012 02:54, Philip Prindeville wrote: Ok, dumb question... How do I map a routing entries rtm_flags back to a IANAipRouteProtocol value? Well, something like this can probably be used: ~RTF_GATEWAY maps to local (2), -- local interface RTF_STATIC maps tonetmgmt (3),