[dpdk-dev] help

2016-08-20 Thread harshavardhan Reddy
Hi Jay, You can refer the below sample applications from the doc. 23. Multi-process Sample Application 35. Distributor Sample Application you can also enable multi queue with

[dpdk-dev] help

2016-08-19 Thread Wiles, Keith
Regards, Keith > On Aug 19, 2016, at 1:09 PM, Stephen Hemminger networkplumber.org> wrote: > > On Fri, 19 Aug 2016 13:11:48 + > wrote: > >> Hi , >> >> I needs to enable SMP(symmetrical multiprocessing) in DPDK PMD NIC Port . >> >> Please let me know the command to get the same >> >>

[dpdk-dev] help

2016-08-19 Thread jayachandran.subraman...@wipro.com
Hi , I needs to enable SMP(symmetrical multiprocessing) in DPDK PMD NIC Port . Please let me know the command to get the same Thanks jayachandran The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and

[dpdk-dev] help

2016-08-19 Thread Stephen Hemminger
On Fri, 19 Aug 2016 13:11:48 + wrote: > Hi , > > I needs to enable SMP(symmetrical multiprocessing) in DPDK PMD NIC Port . > > Please let me know the command to get the same > > Thanks > jayachandran > The information contained in this electronic message and any attachments to > this

[dpdk-dev] Help: How to read packet statistics from device registers via dpdk PMD?

2016-07-12 Thread Bill Bonaparte
Hi, Jay: My apologies for taking me to get back to you. I tried the sample apps on my environment follow your advice, and I found it works well. so I started to compare the code related to the api between my app and the sample app, I didn't find any significative difference. I

[dpdk-dev] Help: How to read packet statistics from device registers via dpdk PMD?

2016-07-07 Thread Bill Bonaparte
I am so happy to get your reply. My dpdk version is 2.1?and the OS is centOS 7? the following is the output from "dpdk_nic_bind.py --status": [root at APV35 ~]# dpdk_nic_bind.py --status Network devices using DPDK-compatible driver :04:00.0

[dpdk-dev] Help: How to read packet statistics from device registers via dpdk PMD?

2016-07-07 Thread Jay Rolette
On Thu, Jul 7, 2016 at 12:52 AM, Bill Bonaparte wrote: > I am so happy to get your reply. > My dpdk version is 2.1?and the OS is centOS 7? > the following is the output from "dpdk_nic_bind.py --status": > > [root at APV35 ~]# dpdk_nic_bind.py --status > > Network devices using DPDK-compatible

[dpdk-dev] Help: How to read packet statistics from device registers via dpdk PMD?

2016-07-05 Thread Bill Bonaparte
Hi: I am a new fish, I have tried my best to find answer about my question on web, but I failed. so I come here to ask for your help. the below is my question: I found that dpdk provides a api rte_eth_stats_get to read packet statistics about the interface, includes total input/output

[dpdk-dev] Help: How to read packet statistics from device registers via dpdk PMD?

2016-07-05 Thread Jay Rolette
On Tue, Jul 5, 2016 at 2:35 AM, Bill Bonaparte wrote: > Hi: > I am a new fish, I have tried my best to find answer about my question on > web, but I failed. so > I come here to ask for your help. the below is my question: > > I found that dpdk provides a api rte_eth_stats_get to read packet >

[dpdk-dev] help on exception path for ivshmem guest

2015-04-17 Thread Rafael Duarte Vencioneck
Hi, I'm trying to reproduce the exception path example, but in a ivshmem guest machine. To avoid memory corruption, I can't call rte_pktmbuf_alloc and rte_pktmbuf_free from the guest. When I get packets from the host, it is easy to send them to the tap interface. But How to take packets from tap

[dpdk-dev] Help with compilation of .s files with DPDK build system

2014-10-10 Thread Prashant Upadhyaya
Hi, I have an application which consists of *.c files and I have been using the DPDK build system happily so far. The way I do it is I include the rte.vars.mk and rte.extlib.mk in my application Makefile. I set the LIB variable to .a I set SRCS-y := And that's it, it works. Now recently, I need

[dpdk-dev] Help with compilation of .s files with DPDK build system

2014-10-10 Thread Neil Horman
On Fri, Oct 10, 2014 at 12:07:15PM +0530, Prashant Upadhyaya wrote: > Hi, > > I have an application which consists of *.c files and I have been using the > DPDK build system happily so far. > The way I do it is I include the rte.vars.mk and rte.extlib.mk in my > application Makefile. > I set the

[dpdk-dev] Help on Host DPDK pmd with multi function support

2013-12-31 Thread Jayakumar, Muthurajan
- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Sridhar S Sent: Tuesday, December 31, 2013 2:17 AM To: dev at dpdk.org Subject: [dpdk-dev] Help on Host DPDK pmd with multi function support Hello , Does Intel supports Host DPDK PMD with multi function support for any of its NIC device