DPDK announcements
 help / color / mirror / Atom feed
* [dpdk-announce] memnic 1.0
@ 2014-01-23 18:07 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2014-01-23 18:07 UTC (permalink / raw)
  To: announce

NEC released a PMD and a Linux driver for virtual machines.
It is based on memory copy.

It is available at:
	http://dpdk.org/browse/memnic

The shared memory must be created first in the host.
Then it can be configured as a virtual device in QEMU thanks to ivshmem.
This new virtual NIC will be usable into a DPDK application or with any Linux 
distribution which can load memnic.ko.

Using this API, there can be various implementations on the host side:
	- OVDK has native mapping of that memory
	- memnic-host-sim (will be provided soon)
	- DPDK PMD (to be done)
	- etc...

The PMD driver can be dynamically loaded:
	testpmd [..] -d librte_pmd_memnic_copy.so [..]

For non-DPDK application, the Linux kernel driver can be loaded:
	insmod memnic.ko

More information and documentation are available into:
	http://dpdk.org/browse/memnic/tree/pmd/README.rst
	http://dpdk.org/doc/memnic-pmd (HTML version)

Thanks to NEC. Enjoy
-- 
Thomas

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-23 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-23 18:07 [dpdk-announce] memnic 1.0 Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).