DPDK announcements
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: announce@dpdk.org
Subject: [dpdk-announce] memnic 1.0
Date: Thu, 23 Jan 2014 19:07:32 +0100	[thread overview]
Message-ID: <201401231907.32164.thomas.monjalon@6wind.com> (raw)

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

                 reply	other threads:[~2014-01-23 18:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201401231907.32164.thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=announce@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).