[dpdk-dev] About a zero copy framework

2013-12-10 Thread Thomas Monjalon
Hello, 10/12/2013 17:40, GongJinrong : > I am trying to develop an open source guest/host zero copy > communication channel framework for kvm, I found DPDK has similar module, > but it seems couples with intel NICs, how can I use DPDK to do the zero copy > for kvm without intel NICs(host to

[dpdk-dev] About a zero copy framework

2013-12-10 Thread jinho hwang
On Tue, Dec 10, 2013 at 4:09 PM, Thomas Monjalon wrote: > Hello, > > 10/12/2013 17:40, GongJinrong : >> I am trying to develop an open source guest/host zero copy >> communication channel framework for kvm, I found DPDK has similar module, >> but it seems couples with intel NICs, how can I u

[dpdk-dev] About a zero copy framework

2013-12-10 Thread GongJinrong
Hi, I am trying to develop an open source guest/host zero copy communication channel framework for kvm, I found DPDK has similar module, but it seems couples with intel NICs, how can I use DPDK to do the zero copy for kvm without intel NICs(host to guest or guest to guest)? I only need a

[dpdk-dev] [PATCH] mk: fix pcap build with empty LIBPCAP_CFLAGS

2013-12-10 Thread Thomas Monjalon
06/12/2013 17:48, Robert Sanford : > Fix pcap build - In rte.sdkbuild.mk with CONFIG_RTE_LIBRTE_PMD_PCAP=y, > we error-exit if LIBPCAP_CFLAGS is empty. On some distros (e.g., Centos > 6.4), > it is normal for "pcap-config --cflags" to output only a newline, because > pcap > header files reside in /

[dpdk-dev] [PATCH] pmd_pcap: fixed incorrect mbuf allocation

2013-12-10 Thread Thomas Monjalon
26/11/2013 17:49, Richardson, Bruce : > The mbufs returned by the pcap pmd RX function were constantly > reused, instead of being allocated on demand. This has been fixed. > > Signed-off-by: Bruce Richardson Acked and applied with reports from Mats Liljegren and Robert Sanford. -- Thomas

[dpdk-dev] [PATCH] compilation fixes for ICC

2013-12-10 Thread Thomas Monjalon
26/11/2013 12:07, Richardson, Bruce : > Compilation fixes for ICC > > ICC requires an initializer be given for the static variables, so > adding one in cases where one wasn't previously given. Acked and applied. -- Thomas