[dpdk-dev] Why only rx queue "0" can receive network packet by i40e NIC

2015-07-30 Thread Jeff Venable, Sr.
Message- From: Zhang, Helin [mailto:helin.zh...@intel.com] Sent: Wednesday, July 22, 2015 5:56 PM To: Jeff Venable, Sr. ; lhffjzh ; 'Thomas Monjalon' Cc: dev at dpdk.org Subject: RE: [dpdk-dev] Why only rx queue "0" can receive network packet by i40e NIC > -Original Messag

[dpdk-dev] Why only rx queue "0" can receive network packet by i40e NIC

2015-07-23 Thread Jeff Venable, Sr.
Is the I40E incapable of operating RSS with ETH_RSS_IP (i.e. hashing without L4 ports)? Thanks, Jeff -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Helin Sent: Saturday, February 28, 2015 6:34 AM To: lhffjzh; 'Thomas Monjalon' Cc: dev at dpdk.org;

[dpdk-dev] processor/core count issue

2015-07-17 Thread Jeff Venable, Sr.
In a VM Fusion environment configured with 2 processors with 1 core each I get the following: PANIC in rte_eal_init(): Cannot init logs 4: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f9fd3bdaec5]] 3:

[dpdk-dev] ASN.1 codec

2014-02-07 Thread Jeff Venable, Sr.
For those who are interested, I?ve pushed an ASN.1 codec API sufficient for Kerberos parsing to nrmk/include/codec/asn.1. The unit-test is in nrmk/lib/codec/asn.1/test if you want to see how it can be used. I?ll be working on the Kerberos 5 codec next leveraging the BER/DER APIs, so be patient

[dpdk-dev] NRMK build break

2014-02-07 Thread Jeff Venable, Sr.
For those who leave the office before verifying they didn?t break the build, a public flogging! :) /usr/bin/ld: cannot find -lipinfo collect2: error: ld returned 1 exit status make: *** [/home/jeff/Colossus/nrmk/dataplane/P2P/obj/debug/libP2P.so] Error 1 make: *** Waiting for unfinished

[dpdk-dev] Query regarding multiple processes in DPDK

2013-11-25 Thread Jeff Venable, Sr.
The memory configuration will persist while the files describing them do. By default, these are located in /var/run/.rte_config and /var/run/.rte_hugepage_info. Even if you terminate all processes, you can still launch new secondary processes which will find those files and attach, and unless