* netmap for linux now available
@ 2012-03-12 23:08 Luigi Rizzo
2012-03-22 18:37 ` new version of netmap for linux (20120322) Luigi Rizzo
0 siblings, 1 reply; 2+ messages in thread
From: Luigi Rizzo @ 2012-03-12 23:08 UTC (permalink / raw)
To: netdev
just in case you might be interested...
i have recently completed a linux port of the netmap framework.
Code, documentation and PicoBSD/Tinycore bootable images are at
http://info.iet.unipi.it/~luigi/netmap/
Netmap is a device-independent framework for packet generation and
capture from user space; it can do line rate at 10Gbit/s (14.88Mpps)
with just one core at about 1GHz.
Netmap relies on a kernel module (netmap_lin.ko) and slightly
modified device drivers (about 4-500 lines per driver). It requires
no kernel patches apart from device drivers (and abusing the ax25
field in struct netdevice).
Userspace programs can use the native API (documented in netmap.4)
or a libpcap emulation library. It has been integrated in FreeBSD
last fall, and the linux version uses mostly the same code plus a bit
of glue to adapt the BSD<->linux kernel ABI.
The current version supporting the ixgbe and e1000/e1000e driver.
Patches for other devices (igb, r8169, forcedeth) are avaiable but
untested.
cheers
luigi
^ permalink raw reply [flat|nested] 2+ messages in thread
* new version of netmap for linux (20120322)
2012-03-12 23:08 netmap for linux now available Luigi Rizzo
@ 2012-03-22 18:37 ` Luigi Rizzo
0 siblings, 0 replies; 2+ messages in thread
From: Luigi Rizzo @ 2012-03-22 18:37 UTC (permalink / raw)
To: netdev
I have updated the linux version of the netmap code,
specifically fixing the 'igb' driver which was not working earlier.
The code and tinycore images for today's version 20120322
are available in the same location
http://info.iet.unipi.it/~luigi/netmap/
cheers
luigi
On Tue, Mar 13, 2012 at 12:08:09AM +0100, Luigi Rizzo wrote:
> just in case you might be interested...
>
> i have recently completed a linux port of the netmap framework.
> Code, documentation and PicoBSD/Tinycore bootable images are at
>
> http://info.iet.unipi.it/~luigi/netmap/
>
> Netmap is a device-independent framework for packet generation and
> capture from user space; it can do line rate at 10Gbit/s (14.88Mpps)
> with just one core at about 1GHz.
>
> Netmap relies on a kernel module (netmap_lin.ko) and slightly
> modified device drivers (about 4-500 lines per driver). It requires
> no kernel patches apart from device drivers (and abusing the ax25
> field in struct netdevice).
> Userspace programs can use the native API (documented in netmap.4)
> or a libpcap emulation library. It has been integrated in FreeBSD
> last fall, and the linux version uses mostly the same code plus a bit
> of glue to adapt the BSD<->linux kernel ABI.
>
> The current version supporting the ixgbe and e1000/e1000e driver.
> Patches for other devices (igb, r8169, forcedeth) are avaiable but
> untested.
>
> cheers
> luigi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-22 18:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 23:08 netmap for linux now available Luigi Rizzo
2012-03-22 18:37 ` new version of netmap for linux (20120322) Luigi Rizzo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox