[dpdk-dev] zerocopy between userspace vhost virqueue and vmdq eth nic queu

2014-03-02 Thread dpdk

[dpdk-dev] free memory pool

2014-03-02 Thread Hamid Ramazani
Hi, Is there any other way than freeing memory pool? I see rte_pktmbuf_free function call in almost all examples. can we have a ring-like memory pool without need to free it? Thanks in advance for your consideration.

[dpdk-dev] Pcap question

2014-03-02 Thread Meir Tseitlin
Hi guys, I am experiencing problem with compiling libpcap extension with all recent versions: Versions after 1.5.2r2 (1.5.2r2 up to 1.6.0r1) I get the following error compilation error: ---

[dpdk-dev] Pcap question

2014-03-02 Thread Olivier MATZ
Hi Meir, On 03/02/2014 08:13 PM, Meir Tseitlin wrote: > I am experiencing problem with compiling libpcap extension with all recent > versions Indeed, I can reproduce the compilation error on current dev version. The cause seems to be a conflict between the patches I submitted (rte_kvargs) and the

[dpdk-dev] [PATCH] pcap: fix compilation error introduced by kvargs

2014-03-02 Thread Olivier Matz
Due to a merge conflict between commits 4c745617a1 and 9d5752d80, rte_eth_pcap.c was not compiling with the following error: rte_eth_pcap.c: In function 'rte_pmd_init_internals': rte_eth_pcap.c:559:30: error: dereferencing pointer to incomplete type rte_eth_pcap.c:560:15: error: dereferencing poin